[
https://issues.apache.org/jira/browse/DIRSTUDIO-491?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12709145#action_12709145
]
Emmanuel Lecharny commented on DIRSTUDIO-491:
---------------------------------------------
There is no way for you to export your encrypted passords from a server to
import them into another server changing the encyption in the process. Both
crypt and MD5 are one-way encryption algorithm.
You have either to keep the passwords unchanged (ie, keep the {crypt} in front
of the current password), or ask every users to change their password.
> 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.