Fix bad syntax

This commit is contained in:
Miles Lott 2001-09-09 02:44:04 +00:00
parent 3c3f38ec2c
commit b7f969aefe

View File

@ -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) )