mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-27 00:09:13 +01:00
Make 1.x schema match 2.x schema
This commit is contained in:
parent
9017a5def0
commit
236d7f86b1
@ -1,4 +1,6 @@
|
|||||||
attribute phpgwaccountstatus ces
|
attribute phpgwAccountLastLogin ces
|
||||||
attribute phpgwaccountlastlogin ces
|
attribute phpgwAccountLastLoginFrom ces
|
||||||
attribute phpgwaccountlastloginip ces
|
attribute phpgwLastPasswdChange ces
|
||||||
attribute phpgwaccountexpires ces
|
attribute phpgwAccountType ces
|
||||||
|
attribute phpgwAccountStatus ces
|
||||||
|
attribute phpgwAccountExpires ces
|
||||||
|
@ -1,12 +1,10 @@
|
|||||||
objectclass phpgwAccount
|
objectclass phpgwAccount
|
||||||
requires
|
requires
|
||||||
objectClass,
|
objectClass
|
||||||
uid
|
|
||||||
allows
|
allows
|
||||||
phpgwaccountlastlogin,
|
phpgwAccountLastLogin,
|
||||||
phpgwaccountlastloginfrom,
|
phpgwAccountLastLoginFrom,
|
||||||
phpgwlastpasswdchange,
|
phpgwLastPasswdChange,
|
||||||
phpgwaccounttype,
|
phpgwAccountType,
|
||||||
phpgwaccountstatus,
|
phpgwAccountStatus,
|
||||||
phpgwaccountexpires,
|
phpgwAccountExpires
|
||||||
seeAlso
|
|
||||||
|
Loading…
Reference in New Issue
Block a user