summaryrefslogtreecommitdiffstats
path: root/ldap/schema/60autofs.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/60autofs.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/60autofs.ldif')
-rw-r--r--ldap/schema/60autofs.ldif41
1 files changed, 41 insertions, 0 deletions
diff --git a/ldap/schema/60autofs.ldif b/ldap/schema/60autofs.ldif
new file mode 100644
index 00000000..d45f9f65
--- /dev/null
+++ b/ldap/schema/60autofs.ldif
@@ -0,0 +1,41 @@
+# 60autofs.ldif - From draft-howard-rfc2307bis
+################################################################################
+#
+dn: cn=schema
+#
+################################################################################
+#
+attributeTypes: (
+ 1.3.6.1.1.1.1.33
+ NAME 'automountInformation'
+ DESC 'Information used by the autofs automounter'
+ EQUALITY caseExactIA5Match
+ SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+ SINGLE-VALUE
+ )
+#
+################################################################################
+#
+objectClasses: (
+ 1.3.6.1.1.1.2.17
+ NAME 'automount'
+ DESC 'An entry in an automounter map'
+ SUP top
+ STRUCTURAL
+ MUST ( cn $ automountInformation )
+ MAY ( description )
+ )
+#
+################################################################################
+#
+objectClasses: (
+ 1.3.6.1.1.1.2.16
+ NAME 'automountMap'
+ DESC 'An group of related automount objects'
+ SUP top
+ STRUCTURAL
+ MUST ( ou )
+ )
+#
+################################################################################
+#