[Bug 602540] Re: "ldapadduser" adds the user and hangs
Dave Moore
602540 at bugs.launchpad.net
Mon Aug 9 15:14:47 BST 2010
I had the same issue and it was possible to work around by changing the password generation method.
In /etc/ldapscripts/ldapscripts.conf change to PASSWORDGEN="pwgen" and apt-get install pwgen. I'm sure other methods may work.
It would seem that the default password gen
PASSWORDGEN="cat /dev/random | LC_ALL=C tr -dc 'a-zA-Z0-9' | head -c8"
causes the hang for me.
--
"ldapadduser" adds the user and hangs
https://bugs.launchpad.net/bugs/602540
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap in ubuntu.
More information about the Ubuntu-server-bugs
mailing list