Hi,
i'm trying to export my openldap entries to an ldif file.
My userPassword attribute has the following format: userPassword: {CRYPT}$1$$Y2j3VjkaCXmJ.YsPztha89
when i try to export it using slapcat or ldapsearch it doesn't remain the same, it becomes something like: userPassword:: e0NSWJBUfSQxJCRVMm8zVnpJYUNVbUolWHNXenRJKTgw
If you have any idea about the origin of the issue please tell me
thank you
Hi,
it's the base64 representation of the hashed password :-(
thank you and sorry for bothering
On Wed, Jun 4, 2008 at 4:48 PM, daniel rahmeh daniel.rahmeh@gmail.com wrote:
Hi,
i'm trying to export my openldap entries to an ldif file.
My userPassword attribute has the following format: userPassword: {CRYPT}$1$$Y2j3VjkaCXmJ.YsPztha89
when i try to export it using slapcat or ldapsearch it doesn't remain the same, it becomes something like: userPassword:: e0NSWJBUfSQxJCRVMm8zVnpJYUNVbUolWHNXenRJKTgw
If you have any idea about the origin of the issue please tell me
thank you
daniel rahmeh wrote:
On Wed, Jun 4, 2008 at 4:48 PM, daniel.rahmeh@gmail.com wrote:
My userPassword attribute has the following format: userPassword: {CRYPT}$1$$Y2j3VjkaCXmJ.YsPztha89
when i try to export it using slapcat or ldapsearch it doesn't remain the same, it becomes something like: userPassword:: e0NSWJBUfSQxJCRVMm8zVnpJYUNVbUolWHNXenRJKTgw
it's the base64 representation of the hashed password :-(
Yes. More general "::" as separator indicates that the attribute value in this LDIF representation is base64-encoded (see also RFC 2849).
Ciao, Michael.
openldap-technical@openldap.org