Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/ldapns.ldif
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2012-07-20 13:00:35 +0200
committerArthur de Jong <arthur@arthurdejong.org>2012-07-20 13:00:35 +0200
commit08e0feea8b0330b16d2503929686479752843619 (patch)
tree89c5abd918d66eb7d67aba52613257b08a872f29 /ldapns.ldif
parentac0bbbda08331ca0a39fb3723243765d7da15a36 (diff)
add an LDIF version of the ldapns.schema schema file
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1722 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'ldapns.ldif')
-rw-r--r--ldapns.ldif15
1 files changed, 15 insertions, 0 deletions
diff --git a/ldapns.ldif b/ldapns.ldif
new file mode 100644
index 0000000..909262f
--- /dev/null
+++ b/ldapns.ldif
@@ -0,0 +1,15 @@
+# LDAP Name Service Additional Schema
+# Source: pam_ldap package by Luke Howard converted to LDIF by Slavko
+# Has not been published in Internet Draft or RFC.
+
+dn: cn=ldapns,cn=schema,cn=config
+objectClass: olcSchemaConfig
+cn: ldapns
+olcAttributeTypes: {0}( 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} )
+olcObjectClasses: {0}( 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 )
+olcObjectClasses: {1}( 1.3.6.1.4.1.5322.17.1.2 NAME 'hostObject' DESC 'Auxilia
+ ry object class for adding host attribute' SUP top AUXILIARY MAY host )