nss-pam-ldapd commit: r1660 - nss-pam-ldapd
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
nss-pam-ldapd commit: r1660 - 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: r1660 - nss-pam-ldapd
- Date: Fri, 27 Apr 2012 09:37:39 +0200 (CEST)
Author: arthur
Date: Fri Apr 27 09:37:38 2012
New Revision: 1660
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?revision=1660&view=revision
Log:
add a schema file that some people use for PAM
Added:
nss-pam-ldapd/ldapns.schema
Modified:
nss-pam-ldapd/Makefile.am
Modified: nss-pam-ldapd/Makefile.am
==============================================================================
--- nss-pam-ldapd/Makefile.am Thu Apr 26 21:42:22 2012 (r1659)
+++ nss-pam-ldapd/Makefile.am Fri Apr 27 09:37:38 2012 (r1660)
@@ -2,7 +2,7 @@
#
# Copyright (C) 2006 Luke Howard
# Copyright (C) 2006 West Consulting
-# Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011 Arthur de Jong
+# Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011, 2012 Arthur de Jong
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
@@ -35,7 +35,7 @@
SUBDIRS += man tests
EXTRA_DIST = nslcd.conf nslcd.h $(wildcard ChangeLog-20??) \
- $(wildcard m4/*.m4) HACKING
+ $(wildcard m4/*.m4) HACKING ldapns.schema
DISTCHECK_CONFIGURE_FLAGS = --enable-warnings
--with-pam-seclib-dir="\$${libdir}/security" \
--enable-pynslcd
Added: nss-pam-ldapd/ldapns.schema
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ nss-pam-ldapd/ldapns.schema Fri Apr 27 09:37:38 2012 (r1660)
@@ -0,0 +1,20 @@
+# LDAP Name Service Additional Schema
+# Source: pam_ldap package by Luke Howard
+# Has not been published in Internet Draft or RFC.
+
+attributetype ( 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} )
+
+objectclass ( 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 )
+
+objectclass ( 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 )
--
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: r1660 - nss-pam-ldapd,
Commits of the nss-pam-ldapd project