diff --git a/phpgwapi/doc/ldap/phpgwaccount.schema b/phpgwapi/doc/ldap/phpgwaccount.schema index ad9405c6be..a6bdf32f1d 100644 --- a/phpgwapi/doc/ldap/phpgwaccount.schema +++ b/phpgwapi/doc/ldap/phpgwaccount.schema @@ -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) )