adding composite attribute required to initialize a list of objects from an ou in the DIT

git-svn-id: https://svn.apache.org/repos/asf/directory/shared/branches/antoine@1039817 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ldap-schema/src/main/resources/schema-all.ldif b/ldap-schema/src/main/resources/schema-all.ldif
index d2fd2c2..509160d 100644
--- a/ldap-schema/src/main/resources/schema-all.ldif
+++ b/ldap-schema/src/main/resources/schema-all.ldif
@@ -2245,6 +2245,18 @@
 m-equality: integerMatch
 m-length: 0
 
+dn: m-oid=1.3.6.1.4.1.18060.0.4.1.2.933, ou=attributeTypes, cn=adsconfig, ou=schema
+objectclass: top
+objectclass: metaTop
+objectclass: metaAttributeType
+m-name: ads-authenticators
+m-oid: 1.3.6.1.4.1.18060.0.4.1.2.933
+m-description: A reference to the authenticators
+m-supattributetype: ads-compositeElement
+createtimestamp: 20100111145216Z
+creatorsname: 0.9.2342.19200300.100.1.1=admin,2.5.4.11=system
+entrycsn: 20100111202216.043000Z#000000#000#000000
+
 dn: ou=comparators, cn=adsconfig, ou=schema
 createtimestamp: 20100111145217Z
 ou: comparators
@@ -2398,6 +2410,7 @@
 m-oid: 1.3.6.1.4.1.18060.0.4.1.3.131
 m-description: The AuthenticationInterceptor ObjectClass
 m-supobjectclass: ads-interceptor
+m-may: ads-authenticators
 createtimestamp: 20100111145217Z
 creatorsname: 0.9.2342.19200300.100.1.1=admin,2.5.4.11=system
 entrycsn: 20100111202217.914000Z#000000#000#000000
diff --git a/ldap-schema/src/main/resources/schema/ou=schema/cn=adsconfig/ou=attributetypes/m-oid=1.3.6.1.4.1.18060.0.4.1.2.933.ldif b/ldap-schema/src/main/resources/schema/ou=schema/cn=adsconfig/ou=attributetypes/m-oid=1.3.6.1.4.1.18060.0.4.1.2.933.ldif
new file mode 100644
index 0000000..5b98d6c
--- /dev/null
+++ b/ldap-schema/src/main/resources/schema/ou=schema/cn=adsconfig/ou=attributetypes/m-oid=1.3.6.1.4.1.18060.0.4.1.2.933.ldif
@@ -0,0 +1,12 @@
+version: 1

+dn: m-oid=1.3.6.1.4.1.18060.0.4.1.2.933, ou=attributeTypes, cn=adsconfig, ou=schema

+objectclass: top

+objectclass: metaTop

+objectclass: metaAttributeType

+m-name: ads-authenticators

+m-oid: 1.3.6.1.4.1.18060.0.4.1.2.933

+m-description: A reference to the authenticators

+m-supattributetype: ads-compositeElement

+createtimestamp: 20100111145216Z

+creatorsname: 0.9.2342.19200300.100.1.1=admin,2.5.4.11=system

+entrycsn: 20100111202216.043000Z#000000#000#000000

diff --git a/ldap-schema/src/main/resources/schema/ou=schema/cn=adsconfig/ou=objectclasses/m-oid=1.3.6.1.4.1.18060.0.4.1.3.131.ldif b/ldap-schema/src/main/resources/schema/ou=schema/cn=adsconfig/ou=objectclasses/m-oid=1.3.6.1.4.1.18060.0.4.1.3.131.ldif
index 7644541..e70326e 100644
--- a/ldap-schema/src/main/resources/schema/ou=schema/cn=adsconfig/ou=objectclasses/m-oid=1.3.6.1.4.1.18060.0.4.1.3.131.ldif
+++ b/ldap-schema/src/main/resources/schema/ou=schema/cn=adsconfig/ou=objectclasses/m-oid=1.3.6.1.4.1.18060.0.4.1.3.131.ldif
@@ -7,6 +7,7 @@
 m-oid: 1.3.6.1.4.1.18060.0.4.1.3.131

 m-description: The AuthenticationInterceptor ObjectClass

 m-supobjectclass: ads-interceptor

+m-may: ads-authenticators

 createtimestamp: 20100111145217Z

 creatorsname: 0.9.2342.19200300.100.1.1=admin,2.5.4.11=system

 entrycsn: 20100111202217.914000Z#000000#000#000000