From ab7c3902b54063bcbdce874b9930ca83bc7e3b66 Mon Sep 17 00:00:00 2001 From: Miles Lott Date: Tue, 8 May 2001 11:45:53 +0000 Subject: [PATCH] Import some LDAP server schema files --- phpgwapi/doc/ldap/README | 3 +++ phpgwapi/doc/ldap/phpgw.at.conf | 4 ++++ phpgwapi/doc/ldap/phpgw.oc.conf | 10 ++++++++++ 3 files changed, 17 insertions(+) create mode 100644 phpgwapi/doc/ldap/README create mode 100644 phpgwapi/doc/ldap/phpgw.at.conf create mode 100644 phpgwapi/doc/ldap/phpgw.oc.conf 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