[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: ldappasswd -T
On 21/09/11 17:48 +0200, David Dumortier wrote:
Hello,
I tried to set a password with the -T option.
It failed so I tried -d 11 to see the dump in hexa.
I discovered that a 0xa is append to the password.
Is it a bug ? if so please confirm I will open a bugreport.
Version : squeeze/debian
Does the specified password file contain a newline character?
If so, try creating the password file without a trailing newline character,
like this:
echo -n "password" > password.file
--
Dan White