summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarian Sigler <m@qjym.de>2012-09-19 23:43:31 +0200
committerMarian Sigler <m@qjym.de>2012-09-19 23:43:31 +0200
commit4dddc4d5d2643c6f561a3f79b82aec16381a58d7 (patch)
treeaafd86eed7d2782fff62905ff42e6fd662801eee
parent519384f4f2b51ef1db31b9d7b13123da1fd7e779 (diff)
parentee914355bfe73e3aed9e3a04686ef241cef77b68 (diff)
downloadweb-4dddc4d5d2643c6f561a3f79b82aec16381a58d7.tar.gz
web-4dddc4d5d2643c6f561a3f79b82aec16381a58d7.tar.bz2
web-4dddc4d5d2643c6f561a3f79b82aec16381a58d7.zip
Merge branch 'master' of ssh://git.spline.de/account-web
-rw-r--r--contrib/ldap/spline-accounts.ldif8
-rw-r--r--contrib/ldap/spline-accounts.schema7
2 files changed, 15 insertions, 0 deletions
diff --git a/contrib/ldap/spline-accounts.ldif b/contrib/ldap/spline-accounts.ldif
new file mode 100644
index 0000000..ed0f7fc
--- /dev/null
+++ b/contrib/ldap/spline-accounts.ldif
@@ -0,0 +1,8 @@
+dn: cn={4}spline-accounts
+objectClass: olcSchemaConfig
+cn: {4}spline-accounts
+olcObjectClasses: {0}( 1.3.6.1.3.1 NAME 'servicePassword'
+ DESC 'extra passwords for different services' SUP top
+ STRUCTURAL MUST ( uid $ userPassword ) )
+structuralObjectClass: olcSchemaConfig
+
diff --git a/contrib/ldap/spline-accounts.schema b/contrib/ldap/spline-accounts.schema
new file mode 100644
index 0000000..17392d9
--- /dev/null
+++ b/contrib/ldap/spline-accounts.schema
@@ -0,0 +1,7 @@
+# Custom LDAP Schema used for the account service by spline
+
+objectclass ( 1.3.6.1.3.1 NAME 'servicePassword'
+ DESC 'extra passwords for different services'
+ SUP top STRUCTURAL
+ MUST ( uid $ userPassword ) )
+