Re: [Freeipa-users] changing password on user using ldappasswd

2016-01-06 Thread Martin Kosek
On 01/06/2016 09:59 AM, FE9817 FE-DDIS.DK wrote: > Hi, > > Im trying to change password for a user, using ldap, but it hangs. Here is > what is done. > > :~$ ldappasswd -h idm.com -ZZ -p 636 -x -D > "uid=admin,cn=users,cn=accounts,dc=com" -W -S > "uid=test000,cn=users,cn=accounts,dc=com" -d9

Re: [Freeipa-users] changing password on user using ldappasswd

2016-01-06 Thread Sumit Bose
On Wed, Jan 06, 2016 at 08:59:22AM +, FE9817 FE-DDIS.DK wrote: > Hi, > > Im trying to change password for a user, using ldap, but it hangs. Here is > what is done. > > :~$ ldappasswd -h idm.com -ZZ -p 636 -x -D > "uid=admin,cn=users,cn=accounts,dc=com" -W -S >

Re: [Freeipa-users] changing password on user using ldappasswd

2016-01-06 Thread FE9817 FE-DDIS.DK
Thank you Sumit for the answer, it solved my problem. Cheers Emil ___ From: Sumit Bose <sb...@redhat.com> Sent: Wednesday, January 6, 2016 1:03 PM To: FE9817 FE-DDIS.DK Cc: freeipa-users@redhat.com Subject: Re: [Freeipa-users] changing password on user