Hello: We are having trouble compiling freeRADIUS version 1.1.0 rlm_krb5 module. Is this required for RADIUS with TLS and PEAP? Thank you John Metcalfe, Jr. IT Specialist - AIS IBM Business Consulting Services, Public Sector Telephone: 240-396-5305 email: metcalfej@us.ibm.com
Hi all, I try to implement wireless users with PEAP but I face problem. It works if password in LDAP in clear text. Below are excerpt from radiusd -X and LDAP entry. Processing the authenticate section of radiusd.conf modcall: entering group Auth-Type for request 47 rlm_mschap: Told to do MS-CHAPv2 for jeff with NT-Password rlm_mschap: FAILED: MS-CHAP2-Response is incorrect excerpt from LDAP entry: userPassword: {CRYPT}$1$eCD19aHw$wW6/NTIlJ60fTJqg5JfM8/ shadowExpire: 1145842965 objectClass: top objectClass: person objectClass: inetOrgPerson objectClass: inetLocalMailRecipient objectClass: posixAccount objectClass: shadowAccount objectClass: mimosPerson objectClass: hordePerson objectClass: radiusprofile objectClass: sambaSamAccount sambaSID: S-1-5-21-739072284-242243887-3386879782 sambaNTPassword: AA182541927C4597271A8CAE2393FA4E sambaLMPassword: 53DCAC0777C3A618AAD3B435B51404EE Hope somebaody can help.
I thought this line in LDAP entry gives NT password. sambaNTPassword: AA182541927C4597271A8CAE2393FA4E sambaLMPassword: 53DCAC0777C3A618AAD3B435B51404EE ----- Original Message ----- From: "Josh Howlett" <josh.howlett@bristol.ac.uk> To: "FreeRadius users mailing list" <freeradius-users@lists.freeradius.org> Sent: Friday, February 10, 2006 17:12 Subject: Re: Peap and LDAP
Jefri bin Dahari wrote:
Hi all,
I try to implement wireless users with PEAP but I face problem. It works if password in LDAP in clear text.
With PEAP, the password *must* either be in clear-text or the NTLM hash.
josh. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
first, thanks for writting and giving out FR. I have been given $$ to buy commercial radius but I haven't since I love FR, I think it has more featurs then the commercial one we looked at so good job!!! now, Is it possible for same NAS-IP to be in multiple huntgroups? I tried to do this but then it got confusing since the users file can only specify one huntgroup per user (which is okay if I can do multiple huntgroups with same NAS-IP) see what I am trying to do is limit access based on NAS-IP address, is there any other way to do this? one more thing, I wrote a dictionay.raritan file, where do I contribute? __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
Agent Smith <news8080@yahoo.com> wrote:
first, thanks for writting and giving out FR. I have been given $$ to buy commercial radius but I haven't since I love FR, I think it has more featurs then the commercial one we looked at so good job!!!
Thanks.
Is it possible for same NAS-IP to be in multiple huntgroups?
I'm not sure.
see what I am trying to do is limit access based on NAS-IP address, is there any other way to do this?
Limit who's access to what?
one more thing, I wrote a dictionay.raritan file, where do I contribute?
Mail it to the list. Alan DeKok.
I have 100s of users but here is an example. goal: user u1: has access from NAS-IP 192.168.50.5 user u2: has access from NAS-IP 192.168.5 and 6 currently I have huntgroup defination such as, hu1 NAS-IP-Address 192.168.50.5 hu2 NAS-IP-Adderss 192.168.50.6 Then in the users file, (sorry if the syntax is not exactly correct here) u1 Auth-by: Local, huntgroup: hu1 u2 Auth-by: Local, hungrroup: hu2 #then also, u1 Auth-by: Local, huntgroup: hu2 see how I had to make two entries for user u1. I was wonderig if there is better way to do that. --- Alan DeKok <aland@ox.org> wrote:
Agent Smith <news8080@yahoo.com> wrote:
first, thanks for writting and giving out FR. I have been given $$ to buy commercial radius but I haven't since I love FR, I think it has more featurs then the commercial one we looked at so good job!!!
Thanks.
Is it possible for same NAS-IP to be in multiple huntgroups?
I'm not sure.
see what I am trying to do is limit access based on NAS-IP address, is there any other way to do this?
Limit who's access to what?
one more thing, I wrote a dictionay.raritan file, where do I contribute?
Mail it to the list.
Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
__________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
Jefri bin Dahari wrote:
I thought this line in LDAP entry gives NT password.
sambaNTPassword: AA182541927C4597271A8CAE2393FA4E sambaLMPassword: 53DCAC0777C3A618AAD3B435B51404EE
It does - however, the default "ldap.attrmap" reads: checkItem LM-Password lmPassword checkItem NT-Password ntPassword Your attributes are named differently in LDAP, so you will need to update the 3rd field in that file for those attributes.
I have comment the line and add lines as shown in my ldap.attrmap below. checkItem $GENERIC$ radiusCheckItem replyItem $GENERIC$ radiusReplyItem checkItem Auth-Type radiusAuthType checkItem Simultaneous-Use radiusSimultaneousUse checkItem Called-Station-Id radiusCalledStationId checkItem Calling-Station-Id radiusCallingStationId #checkItem LM-Password lmPassword #checkItem NT-Password ntPassword checkItem SMB-Account-CTRL-TEXT acctFlags checkItem Expiration radiusExpiration checkItem User-Password userPassword checkItem LM-Password sambaLMPassword checkItem NT-Password sambaNTPassword #checkItem NT-Password userPassword Thanks. ----- Original Message ----- From: "Phil Mayers" <p.mayers@imperial.ac.uk> To: "FreeRadius users mailing list" <freeradius-users@lists.freeradius.org> Sent: Friday, February 10, 2006 20:06 Subject: Re: Peap and LDAP
Jefri bin Dahari wrote:
I thought this line in LDAP entry gives NT password.
sambaNTPassword: AA182541927C4597271A8CAE2393FA4E sambaLMPassword: 53DCAC0777C3A618AAD3B435B51404EE
It does - however, the default "ldap.attrmap" reads:
checkItem LM-Password lmPassword checkItem NT-Password ntPassword
Your attributes are named differently in LDAP, so you will need to update the 3rd field in that file for those attributes. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
participants (7)
-
A.L.M.Buxey@lboro.ac.uk -
Agent Smith -
Alan DeKok -
Jefri bin Dahari -
John Metcalfe -
Josh Howlett -
Phil Mayers