diff --git a/phpgwapi/doc/ldap/README b/phpgwapi/doc/ldap/README new file mode 100644 index 0000000000..b7fa2e9335 --- /dev/null +++ b/phpgwapi/doc/ldap/README @@ -0,0 +1,3 @@ +The following are for use with openldap 1.X + phpgw.oc.conf defines the phpgwAccount objectclass + phpgw.at.conf defines our special attributes diff --git a/phpgwapi/doc/ldap/phpgw.at.conf b/phpgwapi/doc/ldap/phpgw.at.conf new file mode 100644 index 0000000000..b5df2358d1 --- /dev/null +++ b/phpgwapi/doc/ldap/phpgw.at.conf @@ -0,0 +1,4 @@ +attribute phpgwaccountstatus ces +attribute phpgwaccountlastlogin ces +attribute phpgwaccountlastloginip ces +attribute phpgwaccountexpires ces diff --git a/phpgwapi/doc/ldap/phpgw.oc.conf b/phpgwapi/doc/ldap/phpgw.oc.conf new file mode 100644 index 0000000000..91026f35c3 --- /dev/null +++ b/phpgwapi/doc/ldap/phpgw.oc.conf @@ -0,0 +1,10 @@ +objectclass phpgwAccount + requires + objectClass, + uid, + phpgwaccountstatus, + phpgwaccountlastlogin, + phpgwaccountlastloginip, + phpgwaccountexpires + allows + seeAlso