De: Aaron Richton <richton@nbcs.rutgers.edu>
Para: rodrigo tavares
<rodrigofariat@yahoo.com.br>
Cc: "openldap-technical@openldap.org" <openldap-technical@openldap.org>
Enviadas: Quinta-feira, 31 de Janeiro de 2013 11:17
Assunto: Re: Duplicate attributeType: "2.5.4.35"
On Thu, 31 Jan 2013, rodrigo tavares wrote:
> In my samba.schema, added the atribute userPassword.
[...]
> root@fileserver02:/etc/ldap/schema# slapindex -v
[...]
> /etc/ldap/schema/samba.schema: line 195 attributetype: Duplicate attributeType: "2.5.4.35" slapindex: bad configuration file!
>
> What's wrong ?
userPassword is one of a handful of attributes that's hard-coded into slapd(8). See servers/slapd/schema_prep.c.
Anyway, yes, you're "duplicating" userPassword via multiple definitions: the hard-coded definition
and your samba.schema definition. The hard-coded definition should serve fine, just remove it from samba.schema.
Why are you putting these in samba.schema anyway? Editing upstream schema isn't best practice. If you need a local schema file, make one from scratch, don't glob on to somebody else's definitions...