Hi, I have a user registration that writes user info to ldap database. Whenever a new user registers, I would like to populate SER's subscriber table too. How to I generate the HA1 password with PHP ?
Please advise.
../zhza
--------------------------------------------------- Sign Up for free Email at http://ureg.home.net.my/ ---------------------------------------------------
and the HA1B password too ?
Quoting Roger Thomas sniper@home.net.my:
Hi, I have a user registration that writes user info to ldap database. Whenever a new user registers, I would like to populate SER's subscriber table too. How to I generate the HA1 password with PHP ?
Please advise.
../zhza
Sign Up for free Email at http://ureg.home.net.my/
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
--------------------------------------------------- Sign Up for free Email at http://ureg.home.net.my/ ---------------------------------------------------
Have you taken a look at serweb? Serweb creates user passwords.
You can also use the gen_ha1 utility.
regards klaus
Roger Thomas wrote:
and the HA1B password too ?
Quoting Roger Thomas sniper@home.net.my:
Hi, I have a user registration that writes user info to ldap database. Whenever a new user registers, I would like to populate SER's subscriber table too. How to I generate the HA1 password with PHP ?
Please advise.
../zhza
Sign Up for free Email at http://ureg.home.net.my/
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Sign Up for free Email at http://ureg.home.net.my/
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
OK serweb. Thx Klaus.
--- Klaus Darilion klaus.mailinglists@pernau.at wrote:
Have you taken a look at serweb? Serweb creates user passwords.
You can also use the gen_ha1 utility.
regards klaus
Roger Thomas wrote:
and the HA1B password too ?
Quoting Roger Thomas sniper@home.net.my:
Hi, I have a user registration that writes user info to ldap database. Whenever a new user registers, I would like to populate SER's subscriber table too. How to I generate the HA1 password with PHP ?
Please advise.
../zhza
Sign Up for free Email at http://ureg.home.net.my/
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Sign Up for free Email at http://ureg.home.net.my/
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
__________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
On 17-08-2005 12:12, Roger Thomas wrote:
and the HA1B password too ?
HA1B is only needed if you have user agents that always use username@domain as username. In this case you can calculate ha1b using gen_ha1 like this:
gen_ha1 user@domain.com domain.com password
Jan.
Quoting Roger Thomas sniper@home.net.my:
Hi, I have a user registration that writes user info to ldap database. Whenever a new user registers, I would like to populate SER's subscriber table too. How to I generate the HA1 password with PHP ?
Please advise.
../zhza
Sign Up for free Email at http://ureg.home.net.my/
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Sign Up for free Email at http://ureg.home.net.my/
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers