nss-pam-ldapd commit: r1722 - nss-pam-ldapd
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
nss-pam-ldapd commit: r1722 - nss-pam-ldapd
- 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 commit: r1722 - nss-pam-ldapd
- Date: Fri, 20 Jul 2012 13:00:36 +0200 (CEST)
Author: arthur
Date: Fri Jul 20 13:00:35 2012
New Revision: 1722
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?revision=1722&view=revision
Log:
add an LDIF version of the ldapns.schema schema file
Added:
nss-pam-ldapd/ldapns.ldif
Modified:
nss-pam-ldapd/Makefile.am
Modified: nss-pam-ldapd/Makefile.am
==============================================================================
--- nss-pam-ldapd/Makefile.am Sun Jul 15 21:24:35 2012 (r1721)
+++ nss-pam-ldapd/Makefile.am Fri Jul 20 13:00:35 2012 (r1722)
@@ -35,7 +35,7 @@
SUBDIRS += man tests
EXTRA_DIST = nslcd.conf nslcd.h $(wildcard ChangeLog-20??) \
- $(wildcard m4/*.m4) HACKING ldapns.schema
+ $(wildcard m4/*.m4) HACKING ldapns.schema ldapns.ldif
DISTCHECK_CONFIGURE_FLAGS = --enable-warnings
--with-pam-seclib-dir="\$${libdir}/security" \
--enable-pynslcd
Added: nss-pam-ldapd/ldapns.ldif
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ nss-pam-ldapd/ldapns.ldif Fri Jul 20 13:00:35 2012 (r1722)
@@ -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 )
--
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 commit: r1722 - nss-pam-ldapd,
Commits of the nss-pam-ldapd project