On Fri, 15 Mar 2002, Rubby wrote: > Hi,all, > I use freeradius snapshot + oracle database. > I know if I use PPP CHAP , I must put the user password in cleartext in the database. > But I donot want to let the database administrator know the user's password, > so if I use PPP PAP, can I put encoded password in database, what arithmetic > does freeradius support, what arithmetic should I use to encode password, > md5? > Thanks in advance. >
What do you mean when you say database? LDAP,sql,other? I am pressuming that you mean sql. You can use the pap module to authenticate pap requests which supports clear,crypt and md5 encryption. Just remember to put the sql module in the authorize section so that it can extract the user password from the database for the pap module to use. -- Kostas Kalevras Network Operations Center [EMAIL PROTECTED] National Technical University of Athens, Greece Work Phone: +30 10 7721861 'Go back to the shadow' Gandalf - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
