[Users] Subscriber table for GUI authentication

Daniel-Constantin Mierla daniel at voice-system.ro
Mon Mar 5 17:34:04 CET 2007


Hello,

On 03/04/07 00:25, alper ozbilen wrote:
> 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?
phplib_id should be unique per user and is usually computed via md5. 
openserct does md5 over "user:password:real:date".

>
> 2nd: I cant decide on username field whether I should generate 
> username automatically or allow users to choose any available name or 
> number ?
:-) 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
>
> 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=7581 
>
>
>
> _______________________________________________
> Users mailing list
> Users at openser.org
> http://openser.org/cgi-bin/mailman/listinfo/users
>




More information about the Users mailing list