21 Mar
2011
21 Mar
'11
6:36 p.m.
Hi,
Thanks Alan, what I am actually trying to achieve is to authenticate users against our Linux /etc/shadow or /etc/password/ files. I don't want to use the USERS file as it stores passwords in clear text which is what we're trying to avoid.
it CAN store the passwords in clear text - it can also have them encrypted eg SHA1 (man rlm_pap) - but it depends what type of authentication you want to use. you can also store in NThash format (which will give you better compatibility) alan