Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/ldapns.ldif
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2013-09-04 20:25:11 +0200
committerArthur de Jong <arthur@arthurdejong.org>2013-09-04 20:25:16 +0200
commitce95b418bd1454a078ab1e659d8382b9298c051c (patch)
treefbc2282fcea83c3f281850276f3ae59e7e3d044a /ldapns.ldif
parent8b169f1cd50f86b3c414522f5876696b1a9e95c6 (diff)
Reformat LDIF file to follow OpenLDAP format
This fixes a wrapping problem. Thanks to Paul Boven for pointing this out.
Diffstat (limited to 'ldapns.ldif')
-rw-r--r--ldapns.ldif20
1 files changed, 12 insertions, 8 deletions
diff --git a/ldapns.ldif b/ldapns.ldif
index 909262f..a86f8f5 100644
--- a/ldapns.ldif
+++ b/ldapns.ldif
@@ -1,15 +1,19 @@
# LDAP Name Service Additional Schema
-# Source: pam_ldap package by Luke Howard converted to LDIF by Slavko
+# Source: pam_ldap package by Luke Howard converted to LDIF
# 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} )
+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 )
+ 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 'Auxiliary object class for adding host attribute'
+ SUP top AUXILIARY
+ MAY host )