[Date Prev][Date Next] [Chronological] [Thread] [Top]

Missing closing parenthesis before



thx, i did install lucky.

And last qw, why my schema  not allowed in the config?

erorr:
line 5: Missing closing parenthesis before NAME 'qmailGID' DESC 'GID of the user on the mailsystem' EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )




code:

#my.schema

attributetype ( 1.3.6.1.4.1.7006.1.2.1.1 NAME 'qmailUID' DESC 'UID of the user on the mailsystem' EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )

attributetype ( 1.3.6.1.4.1.7006.1.2.1.2 NAME 'qmailGID' DESC 'GID of the user on the mailsystem' EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )


etc...