Re: 1.1.6: PAP and MySQL-stored NT-Password don't work

2007-05-11 Thread Stefan Winter
Hi, still no joy: I've set up a brand new virtual test machine, installed FR-1.1.6 from pristine sources, and did only the minimum required changes to the config - diff of the whole raddb directory as is on the machine compared to the shipped config below: diff -r raddb-shipped/radiusd.conf

Re: 1.1.6: PAP and MySQL-stored NT-Password don't work

2007-05-11 Thread Alan DeKok
Stefan Winter wrote: still no joy: I've set up a brand new virtual test machine, installed FR-1.1.6 from pristine sources, and did only the minimum required changes to the config - diff of the whole raddb directory as is on the machine compared to the shipped config below: OK, it looks like

Re: 1.1.6: PAP and MySQL-stored NT-Password don't work

2007-05-11 Thread Stefan Winter
Perfect! That fixed it, thanks! -- Stefan WINTER Stiftung RESTENA - Réseau Téléinformatique de l'Education Nationale et de la Recherche Ingenieur Forschung Entwicklung 6, rue Richard Coudenhove-Kalergi L-1359 Luxembourg E-Mail: [EMAIL PROTECTED]     Tel.:    +352 424409-1

Re: 1.1.6: PAP and MySQL-stored NT-Password don't work

2007-05-11 Thread tnt
Server setup (radiusd.conf) pap: encryption_scheme = crypt Password attribute NT-Password from radiusd.conf: # PAP module to authenticate users based on their stored password # # As of 1.1.4, the encryption_scheme configuration should # no longer be used. For backwards compatibility, it

Re: 1.1.6: PAP and MySQL-stored NT-Password don't work

2007-05-09 Thread Stefan Winter
Hi, noone an idea on the issue below? Is my requirement to have PAP credentials verified against NT-Hashes in mySQL so unusual? I would have thought this was a common thing to do... Am Donnerstag, 26. April 2007 08:51:56 schrieb Stefan Winter: Hi, I try to get rid of cleartext passwords

Re: 1.1.6: PAP and MySQL-stored NT-Password don't work

2007-05-09 Thread Alan DeKok
Stefan Winter wrote: noone an idea on the issue below? Is my requirement to have PAP credentials verified against NT-Hashes in mySQL so unusual? I would have thought this was a common thing to do... It's common. It also works for me. Are you sure you're using a version of the MSCHAP

Re: 1.1.6: PAP and MySQL-stored NT-Password don't work

2007-05-09 Thread Stefan Winter
Hi, prety sure, yes. First time I did a make install on my workstation, and that was into a specific prefix /usr/local/freeradius-1.1.6/ locate rlm_mschap shows three compiled files, two of them in my home dir and I very much doubt they are caught up by the linker. I can make a completely

Re: 1.1.6: PAP and MySQL-stored NT-Password don't work

2007-04-29 Thread Stefan Winter
radius_xlat: 'SELECT id, UserName, Attribute, Value, op FROM radcheck WHERE Username = 'swinter' ORDER BY id' radius_xlat: 'SELECT radgroupcheck.id,radgroupcheck.GroupName,radgroupcheck.Attribute,radgroup check.Value,radgroupcheck.op FROM

Re: 1.1.6: PAP and MySQL-stored NT-Password don't work

2007-04-28 Thread Phil Mayers
radius_xlat: 'SELECT id, UserName, Attribute, Value, op FROM radcheck WHERE Username = 'swinter' ORDER BY id' radius_xlat: 'SELECT radgroupcheck.id,radgroupcheck.GroupName,radgroupcheck.Attribute,radgroupcheck.Value,radgroupcheck.op FROM

1.1.6: PAP and MySQL-stored NT-Password don't work

2007-04-26 Thread Stefan Winter
Hi, I try to get rid of cleartext passwords stored in a MySQL db, and replace them by NT hashes. I set up a test environment and first tried with an entry in users: swinter NT-Password := ..., Auth-Type := Accept which worked okay. Storing the same password in MySQL did NOT work, with a