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

schema problem



Hey,

I'm trying to create a really simple schema and its not appearing in
ldap at all:

attributetype ( 1.3.6.1.4.1.22198.1.2.1.1 NAME 'voipamericasMysqlUser'
        DESC 'VoIP Americas PHPMySQL Administrator'
        EQUALITY booleanMatch
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE )

objectclass ( 1.3.6.1.4.1.22198.1.2.1 NAME 'voipincACL'
        SUP top
        DESC 'VoIP Inc ACL object'
        MAY voipamericasMysqlUser ) 

I'm not sure what I'm doing wrong

Any ideas?

-Daniel