From: Daniel LB <dan...@gm...> - 2005-05-23 11:06:10
|
Hi Is it possible to set a user's password without knowing the old password with python-ldap? I have only come across the passwd(user,oldpw,newpw) function, which requires the old password, but if you are logged in as Administrator you should be able to *set* the users' password directly, no? //daniel |