mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
Import some LDAP server schema files
This commit is contained in:
parent
7c6736421a
commit
ab7c3902b5
3
phpgwapi/doc/ldap/README
Normal file
3
phpgwapi/doc/ldap/README
Normal file
@ -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
|
4
phpgwapi/doc/ldap/phpgw.at.conf
Normal file
4
phpgwapi/doc/ldap/phpgw.at.conf
Normal file
@ -0,0 +1,4 @@
|
||||
attribute phpgwaccountstatus ces
|
||||
attribute phpgwaccountlastlogin ces
|
||||
attribute phpgwaccountlastloginip ces
|
||||
attribute phpgwaccountexpires ces
|
10
phpgwapi/doc/ldap/phpgw.oc.conf
Normal file
10
phpgwapi/doc/ldap/phpgw.oc.conf
Normal file
@ -0,0 +1,10 @@
|
||||
objectclass phpgwAccount
|
||||
requires
|
||||
objectClass,
|
||||
uid,
|
||||
phpgwaccountstatus,
|
||||
phpgwaccountlastlogin,
|
||||
phpgwaccountlastloginip,
|
||||
phpgwaccountexpires
|
||||
allows
|
||||
seeAlso
|
Loading…
Reference in New Issue
Block a user