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

Re: invalid syntax on pwdPolicy object add



On Mon, 13 Sep 2010 10:52:03 +0200, Christian Manal <moenoel@informatik.uni-bremen.de> wrote:
> 
> Hi,
> 
> pwdPolicy is an auxiliary objectClass. You have to use it in conjunction
> with a structural objectClass. Look at the example from the admin guide:
> 
> <http://www.openldap.org/doc/admin24/overlays.html#Password%20Policies>
> 
>

Hi

I've tried to use add the 'person' object (core.schema is loaded), but I still obtain the same error

----
# ldapadd -x -D cn=admin,dc=example,dc=net -W << EOF
> dn: cn=defaultpwpolicy,ou=policies,dc=example,dc=net
> cn: defaultpwpolicy
> sn: Default Password Policy
> objectClass: pwdPolicy
> objectClass: top
> objectClass: person
> pwdAttribute: userPassword
> pwdAllowUserChange: TRUE
> pwdInHistory: 2
> pwdMaxFailure: 10
> pwdLockout: TRUE
> pwdLockoutDuration: 1800
> pwdMinLength: 6
> EOF
Enter LDAP Password:
adding new entry "cn=defaultpwpolicy,ou=policies,dc=example,dc=net"
ldap_add: Invalid syntax (21)
        additional info: objectClass: value #0 invalid per syntax
----


Julien