forked from extern/egroupware
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 phpgwaccountlastloginip ces
|
||||
attribute phpgwaccountexpires ces
|
||||
attribute phpgwAccountLastLogin ces
|
||||
attribute phpgwAccountLastLoginFrom ces
|
||||
attribute phpgwLastPasswdChange ces
|
||||
attribute phpgwAccountType ces
|
||||
attribute phpgwAccountStatus ces
|
||||
attribute phpgwAccountExpires ces
|
||||
|
@ -1,12 +1,10 @@
|
||||
objectclass phpgwAccount
|
||||
requires
|
||||
objectClass,
|
||||
uid
|
||||
objectClass
|
||||
allows
|
||||
phpgwaccountlastlogin,
|
||||
phpgwaccountlastloginfrom,
|
||||
phpgwlastpasswdchange,
|
||||
phpgwaccounttype,
|
||||
phpgwaccountstatus,
|
||||
phpgwaccountexpires,
|
||||
seeAlso
|
||||
phpgwAccountLastLogin,
|
||||
phpgwAccountLastLoginFrom,
|
||||
phpgwLastPasswdChange,
|
||||
phpgwAccountType,
|
||||
phpgwAccountStatus,
|
||||
phpgwAccountExpires
|
||||
|
Loading…
Reference in New Issue
Block a user