forked from extern/egroupware
Fix bad syntax
This commit is contained in:
parent
3c3f38ec2c
commit
b7f969aefe
@ -49,5 +49,5 @@ attributetype ( 1.3.6.1.4.1.9554.6
|
||||
# Objectclass definition for phpgwAccount
|
||||
objectclass ( 1.3.6.1.4.1.9554.0 NAME 'phpgwAccount' SUP top AUXILIARY
|
||||
DESC 'Abstraction of an account with phpgw attributes'
|
||||
MAY ( phpgwAccountLastLogin $ phpgwAccountLastLoginFrom $ phpgwLastPasswdChange $ phpgwAccountType $ phpgwAccountStatus & phpgwAccountExpires) )
|
||||
MAY ( phpgwAccountLastLogin $ phpgwAccountLastLoginFrom $ phpgwLastPasswdChange $ phpgwAccountType $ phpgwAccountStatus $ phpgwAccountExpires) )
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user