From 865e2f05621fc10f3d332d3840707997c0b94abf Mon Sep 17 00:00:00 2001 From: Stonewall Jackson Date: Mon, 12 Jun 2023 21:02:22 -0400 Subject: add mastodon role --- roles/freeipa_server/files/usr/local/share/dirsrv/schema/mastodon.ldif | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 roles/freeipa_server/files/usr/local/share/dirsrv/schema/mastodon.ldif (limited to 'roles/freeipa_server/files/usr') diff --git a/roles/freeipa_server/files/usr/local/share/dirsrv/schema/mastodon.ldif b/roles/freeipa_server/files/usr/local/share/dirsrv/schema/mastodon.ldif new file mode 100644 index 0000000..f90bc66 --- /dev/null +++ b/roles/freeipa_server/files/usr/local/share/dirsrv/schema/mastodon.ldif @@ -0,0 +1,3 @@ +dn: cn=config +attributetypes: ( 2.25.10508909625911985622145696820691585120.4 NAME 'mastodonUsername' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'Extending FreeIPA' ) +objectclasses: ( 2.25.10508909625911985622145696820691585120.3 NAME 'mastodonUser' AUXILIARY MAY mastodonUsername X-ORIGIN 'Extending FreeIPA' ) -- cgit