summaryrefslogtreecommitdiffstats
path: root/ldap/schema
diff options
context:
space:
mode:
authorRich Megginson <rmeggins@redhat.com>2009-01-14 18:48:42 +0000
committerRich Megginson <rmeggins@redhat.com>2009-01-14 18:48:42 +0000
commit191839c55de39a69bb0773133b8426b5c8dd244f (patch)
treeb87463683d419ae7a52ff23e423c99dad4fe651e /ldap/schema
parente4c899f022ffdc917d5b7a6a828325d6d5e3a09e (diff)
downloadds-191839c55de39a69bb0773133b8426b5c8dd244f.tar.gz
ds-191839c55de39a69bb0773133b8426b5c8dd244f.tar.xz
ds-191839c55de39a69bb0773133b8426b5c8dd244f.zip
Resolves: bug 202134
Description: add sudo and hostObject schemas by default Fix Description: added 60nss-ldap.ldif for the hostObject and other nss ldap schema
Diffstat (limited to 'ldap/schema')
-rw-r--r--ldap/schema/60nss-ldap.ldif29
1 files changed, 29 insertions, 0 deletions
diff --git a/ldap/schema/60nss-ldap.ldif b/ldap/schema/60nss-ldap.ldif
new file mode 100644
index 00000000..8617bfa6
--- /dev/null
+++ b/ldap/schema/60nss-ldap.ldif
@@ -0,0 +1,29 @@
+# LDAP Name Service Additional Schema
+# http://www.iana.org/assignments/gssapi-service-names
+dn: cn=schema
+attributetypes: (
+ 1.3.6.1.4.1.5322.17.2.1
+ NAME 'authorizedService'
+ DESC 'IANA GSS-API authorized service name'
+ EQUALITY caseIgnoreMatch
+ SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256}
+ X-ORIGIN 'NSS LDAP schema'
+ )
+objectclasses: (
+ 1.3.6.1.4.1.5322.17.1.1
+ NAME 'authorizedServiceObject'
+ DESC 'Auxiliary object class for adding authorizedService attribute'
+ SUP top
+ AUXILIARY
+ MAY authorizedService
+ X-ORIGIN 'NSS LDAP schema'
+ )
+objectclasses: (
+ 1.3.6.1.4.1.5322.17.1.2
+ NAME 'hostObject'
+ DESC 'Auxiliary object class for adding host attribute'
+ SUP top
+ AUXILIARY
+ MAY host
+ X-ORIGIN 'NSS LDAP schema'
+ )