Subject: Re: Schema-Compliant Issues -- OpenDJ
Author: eLDAP
In response to: Schema-Compliant Issues -- OpenDJ
Posted on: 03/07/2012 02:49:46 PM
Once 'Schema Checking' is disabled, SunOne DS7 dose not allow to modify NO-USER-MODIFICATION attribute like 'modifytimestamp' either.
dn: uid=test,ou=people,dc=exmaple
changetype: modify
replace: modifytimestamp
modifytimestamp: 20120101180000Z
Returns with
'Constraint violation' error.
But SunOne DS7 allow to
add entry with NO-USER-MODIFICATION attribute like:
dn: uid=test,ou=people,dc=exmaple
objectclass: top
objectclass: person
objectclass: organizationalPerson
objectclass: inetOrgPerson
uid: test
cn: test test
modifytimestamp: 20120101180000ZNote: the added entry has 'modifytimestamp' overridden with its system timestamp value.
>
> On 11/15/2011 06:08:47 PM
eLDAP wrote:
For encoded password issue, OpenDS cannot verify that pre-encrypted password matches the password policy and therefore rejects them by default, with the following error : LDAP: error code 53 - Pre-encoded passwords are not allowed for the password attribute userPassword.
To allow pre-encrypted passwords, the default password policy settings must be changed, and the advanced property "allow-pre-encoded-passwords" set to "true". Use "dsconfig --advanced" to see the advanced properties or open policy cn=Default Password Policy,cn=Password Policies,cn=config to change it.
References: