summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2012-04-27 07:37:38 +0000
committerArthur de Jong <arthur@arthurdejong.org>2012-04-27 07:37:38 +0000
commit178d894dcc4c0603f92c4802fb7948de7eca954a (patch)
tree6cf708d13a667d9b203c2f95c2ecf06503436d20
parent9ee0a776cab9a54e3a55525be79bb7c50b215841 (diff)
add a schema file that some people use for PAM
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1660 ef36b2f9-881f-0410-afb5-c4e39611909c
-rw-r--r--Makefile.am4
-rw-r--r--ldapns.schema20
2 files changed, 22 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index f115cd4..42c35b7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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 @@ endif
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
diff --git a/ldapns.schema b/ldapns.schema
new file mode 100644
index 0000000..542bcd0
--- /dev/null
+++ b/ldapns.schema
@@ -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 )