From ee914355bfe73e3aed9e3a04686ef241cef77b68 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Wed, 19 Sep 2012 22:06:17 +0200 Subject: contrib/ldap: add schema for servicePassword --- contrib/ldap/spline-accounts.ldif | 8 ++++++++ contrib/ldap/spline-accounts.schema | 7 +++++++ 2 files changed, 15 insertions(+) create mode 100644 contrib/ldap/spline-accounts.ldif create mode 100644 contrib/ldap/spline-accounts.schema 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 ) ) + -- cgit v1.2.3-1-g7c22