Dear All,
I am preparing php interface for web user authentication. But some fields on subscriber table confuse my mind. please let me write below :
http://openser.org/dokuwiki/doku.php/database:1.2.x#subscriber
1st: How can we generate phplib_id value to keep phplib_id field?
2nd: I cant decide on username field whether I should generate username automatically or allow users to choose any available name or number ?
3th: what is the difference between username field and phone field
at last: What is meaning of ha1 and ha1b field?
any help wolud be appreciated Thanks a lot
Alper Ozbilen
_________________________________________________________________ Rates near 39yr lows! $430K Loan for $1,399/mo - Paying Too Much? Calculate new payment http://www.lowermybills.com/lre/index.jsp?sourceid=lmb-9632-18226&moid=7...
Hello,
On 03/04/07 00:25, alper ozbilen wrote:
phplib_id should be unique per user and is usually computed via md5. openserct does md5 over "user:password:real:date".
:-) this is up to you -- the best do both, configurable via parameters.
3th: what is the difference between username field and phone field
phone, is user's telephone number
at last: What is meaning of ha1 and ha1b field?
there are special values based on username, password and realm used in www-digest authentication (you should read the RFC for more).
Cheers, Daniel
thanks for the information, cos i'm doing sth similar with struts
2007/3/5, Daniel-Constantin Mierla daniel@voice-system.ro: