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

Re: schema problem



Daniel Corbe wrote:
> 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

>Have you included your schema in slapd.conf?



 After including the schema file in the slapd.conf you have to restart the
slapd and also include that objectclass in the ldif which contain the
attribute voipamericasMysqlUser.