[
https://issues.apache.org/jira/browse/DIRSTUDIO-491?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12709083#action_12709083
]
Stefan Seelmann commented on DIRSTUDIO-491:
-------------------------------------------
Hi Andrea,
Studio isn't doing any password syntax checks. Some directory servers implement
password policies, but this should be configurable in your directory server
configuration. Which directory server are you using, if you could tell us? So
maybe you could disable such a check for the initial load. However if your old
server doesn't contain clear-text passwords but hashed passwords (like the
{crypt} password in your example) then IMHO your new directory server can't
check the password.
Kind Regards,
Stefan
> Export and Re-Import ldif: "invalid password syntax"
> ----------------------------------------------------
>
> Key: DIRSTUDIO-491
> URL: https://issues.apache.org/jira/browse/DIRSTUDIO-491
> Project: Directory Studio
> Issue Type: Bug
> Affects Versions: 1.4.0
> Environment: Windows XP SP2
> Reporter: andrea
>
> I export the userdata as ldif, delete all the userdata in the dit and
> re-import the same userdata again. Out of 344 entries I get 31 errors:
> #!RESULT ERROR
> #!CONNECTION ldap://xx.xx.xx.xx:636
> #!DATE 2009-05-13T11:27:12.781
> #!ERROR [LDAP: error code 19 - invalid password syntax - password must
> contain at least 1 digit characters]
> dn: uid=xxxxx,ou=users,ou=posix,o=unixdb
> objectClass: posixaccount
> objectClass: account
> the password might be something like:
> userPassword:: a2NyeXB0fUVtVmh5RWtNUUVwQ0E=
> if I change the "::" to simple ":", I do not have any problem with importing
> the whole stuff.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.