nss-pam-ldapd branch master updated. 0.9.1-14-gce95b41
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
nss-pam-ldapd branch master updated. 0.9.1-14-gce95b41
- From: Commits of the nss-pam-ldapd project <nss-pam-ldapd-commits [at] lists.arthurdejong.org>
- To: nss-pam-ldapd-commits [at] lists.arthurdejong.org
- Reply-to: nss-pam-ldapd-users [at] lists.arthurdejong.org
- Subject: nss-pam-ldapd branch master updated. 0.9.1-14-gce95b41
- Date: Wed, 4 Sep 2013 20:25:36 +0200 (CEST)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "nss-pam-ldapd".
The branch, master has been updated
via ce95b418bd1454a078ab1e659d8382b9298c051c (commit)
from 8b169f1cd50f86b3c414522f5876696b1a9e95c6 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://arthurdejong.org/git/nss-pam-ldapd/commit/?id=ce95b418bd1454a078ab1e659d8382b9298c051c
commit ce95b418bd1454a078ab1e659d8382b9298c051c
Author: Arthur de Jong <arthur@arthurdejong.org>
Date: Wed Sep 4 20:25:11 2013 +0200
Reformat LDIF file to follow OpenLDAP format
This fixes a wrapping problem. Thanks to Paul Boven for pointing this
out.
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 )
-----------------------------------------------------------------------
Summary of changes:
ldapns.ldif | 20 ++++++++++++--------
1 file changed, 12 insertions(+), 8 deletions(-)
hooks/post-receive
--
nss-pam-ldapd
--
To unsubscribe send an email to
nss-pam-ldapd-commits-unsubscribe@lists.arthurdejong.org or see
http://lists.arthurdejong.org/nss-pam-ldapd-commits/
- nss-pam-ldapd branch master updated. 0.9.1-14-gce95b41,
Commits of the nss-pam-ldapd project