[Samba] calculating passwords, and what to do with sambaLMPassword

2004-02-18 Thread Torben Thomsen
Hi, I'm trying to calculate the passwords so i can change them from a php-gui, an as i see it, userPassword can have any form if the cryptation algorithm is stated before the hash, like {md5}blahblah32bit. In the docs, it states that sambaNTPassword is a md4 hash, wich should be calculatable

Re: [Samba] calculating passwords, and what to do with sambaLMPassword

2004-02-18 Thread Daniel T. Gynn
I use mkntpwd to calculate LM and NT Passwords. It is in the examples directory. The source is in there, so if you are just interested in how, then you can look it up. Dan On Wed, 2004-02-18 at 13:13, Torben Thomsen wrote: Hi, I'm trying to calculate the passwords so i can change them from