summaryrefslogtreecommitdiffstats
path: root/ldap/schema/60nis.ldif
diff options
context:
space:
mode:
authorRich Megginson <rmeggins@redhat.com>2008-10-16 16:43:37 +0000
committerRich Megginson <rmeggins@redhat.com>2008-10-16 16:43:37 +0000
commit9fca66e92dcacdba41db3eab88629015c05be75e (patch)
tree6358f3e64384c2991561e51c31588e1884c60a4e /ldap/schema/60nis.ldif
parent91d5d9d04a1a0137a6d16089c46f21771b62b3e2 (diff)
downloadds-9fca66e92dcacdba41db3eab88629015c05be75e.tar.gz
ds-9fca66e92dcacdba41db3eab88629015c05be75e.tar.xz
ds-9fca66e92dcacdba41db3eab88629015c05be75e.zip
Resolves: bug 455026 bug 441026
Bug Description: RFE: include RFC4876 schema - Autofs does not include LDAP schema for Fedora Directory Server Reviewed by: nkinder (Thanks!) Fix Description: Pieter D.J. Krul has contributed many schema files that have been tested in production environments. They are divided into two groups - those that conflict with existing schema in DS, CertSys, and IPA, and those which do not. The latter are installed in the default schema directory to be available for new instances - the former are installed in the data directory just as the rfc2307bis schema. The schema provided cover autofs and rfc4876, as in the bug reports, and more. Here is the full list of new files: 60trust.ldif 60pureftpd.ldif 60sudo.ldif 60nis.ldif 60samba.ldif 60mozilla.ldif 60samba3.ldif 60krb5kdc.ldif 60sabayon.ldif 60kerberos.ldif 60rfc4876.ldif 60inetmail.ldif 60rfc3712.ldif 60eduperson.ldif 60rfc2739.ldif 60changelog.ldif 60radius.ldif 60autofs.ldif 60qmail.ldif Platforms tested: RHEL5 Flag Day: no Doc impact: yes - document the new schema
Diffstat (limited to 'ldap/schema/60nis.ldif')
-rw-r--r--ldap/schema/60nis.ldif144
1 files changed, 144 insertions, 0 deletions
diff --git a/ldap/schema/60nis.ldif b/ldap/schema/60nis.ldif
new file mode 100644
index 00000000..9aff3fc4
--- /dev/null
+++ b/ldap/schema/60nis.ldif
@@ -0,0 +1,144 @@
+# 60nis.ldif - NIS schema, including mailgroups
+# This is basically an extension of 10rfc2307.ldif
+################################################################################
+#
+dn: cn=schema
+#
+################################################################################
+#
+attributeTypes: (
+ 1.3.6.1.1.1.1.28
+ NAME 'nisPublickey'
+ DESC 'nisPublickey'
+ EQUALITY caseIgnoreIA5Match
+ SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
+ )
+#
+################################################################################
+#
+attributeTypes: (
+ 1.3.6.1.1.1.1.29
+ NAME 'nisSecretkey'
+ DESC 'nisSecretkey'
+ EQUALITY caseIgnoreIA5Match
+ SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
+ )
+#
+################################################################################
+#
+attributeTypes: (
+ 1.3.6.1.4.1.1.1.1.12
+ NAME 'nisDomain'
+ DESC 'NIS domain'
+ SUP name
+ SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
+ )
+#
+################################################################################
+#
+attributeTypes: (
+ 2.16.840.1.113730.3.1.30
+ NAME 'mgrpRFC822MailMember'
+ DESC 'mgrpRFC822MailMember'
+ EQUALITY caseIgnoreIA5Match
+ SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
+ )
+#
+################################################################################
+#
+attributeTypes: (
+ 1.3.6.1.4.1.42.2.27.1.1.12
+ NAME 'nisNetIdUser'
+ DESC 'nisNetIdUser'
+ EQUALITY caseExactIA5Match
+ SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
+ )
+#
+################################################################################
+#
+attributeTypes: (
+ 1.3.6.1.4.1.42.2.27.1.1.13
+ NAME 'nisNetIdGroup'
+ DESC 'nisNetIdGroup'
+ EQUALITY caseExactIA5Match
+ SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
+ )
+#
+################################################################################
+#
+attributeTypes: (
+ 1.3.6.1.4.1.42.2.27.1.1.14
+ NAME 'nisNetIdHost'
+ DESC 'nisNetIdHost'
+ EQUALITY caseExactIA5Match
+ SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
+ )
+#
+################################################################################
+#
+objectClasses: (
+ 1.3.6.1.1.1.2.14
+ NAME 'NisKeyObject'
+ DESC 'NisKeyObject'
+ SUP top
+ MUST ( cn $ nisPublickey $ nisSecretkey )
+ MAY ( uidNumber $ description )
+ )
+#
+################################################################################
+#
+objectClasses: (
+ 1.3.1.6.1.1.1.2.15
+ NAME 'nisDomainObject'
+ DESC 'nisDomainObject'
+ SUP top
+ AUXILIARY
+ MUST ( nisDomain )
+ )
+#
+################################################################################
+#
+objectClasses: (
+ 2.16.840.1.113730.3.2.4
+ NAME 'mailGroup'
+ DESC 'mailGroup'
+ SUP top
+ MUST ( mail )
+ MAY ( cn $ mgrpRFC822MailMember )
+ )
+#
+################################################################################
+#
+attributeTypes: (
+ 1.3.6.1.4.1.42.2.27.2.1.15
+ NAME 'rfc822MailMember'
+ DESC 'rfc822 mail address of group member(s)'
+ EQUALITY caseIgnoreIA5Match
+ SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
+ )
+#
+################################################################################
+#
+objectClasses: (
+ 1.3.6.1.4.1.42.2.27.1.2.5
+ NAME 'nisMailAlias'
+ DESC 'NIS mail alias'
+ SUP top
+ STRUCTURAL
+ MUST cn
+ MAY rfc822MailMember
+ )
+#
+################################################################################
+#
+objectClasses: (
+ 1.3.6.1.4.1.42.2.27.1.2.6
+ NAME 'nisNetId'
+ DESC 'nisNetId'
+ SUP top
+ MUST ( cn )
+ MAY ( nisNetIdUser $ nisNetIdGroup $ nisNetIdHost )
+ )
+#
+################################################################################
+#