Is it possible to use PEAP/EAP-MSChapV2 (e.g., from a WinXP supplicant) and authenticate with a local user (i.e., defined in the "users" file with a Cleartext-Password). I'm thinking this isn't supported, but I thought I'd ask to be sure.. Thanks..
List, This is the first time i configure the free radius to integrate with AD on window 2k3. After i finished installing and setting up free radius i can authenticate for user domain. But on workstation that was joined into domain i can't auth for this user. On the screen shot when i run command radiusd -X for debugging radius showed: no EAP message, not doing EAP. I used ntlm_auth with samba for authentication user daomain. How can i fix this problem? I attached my configuration on free radius in the attach file. Thanks, Sang Le
Le Sang wrote:
This is the first time i configure the free radius to integrate with AD on window 2k3. After i finished installing and setting up free radius i can authenticate for user domain. But on workstation that was joined into domain i can't auth for this user. On the screen shot when i run command radiusd -X for debugging radius showed: no EAP message, not doing EAP. I used ntlm_auth with samba for authentication user daomain.
FreeRADIUS isn't used when a workstation joins a domain. It's used when a workstation tries to get network access. Are you using wireless for network access? Are you sure you understand what RADIUS does? Alan DeKok.
Hello Alan You told: FreeRADIUS isn't used when a workstation joins a domain. It's used when a workstation tries to get network access. I'm agree with you because free radius will use samba to contact with AD to get or do anything with AD for authenticating process. For your questions#:Are you using wireless for network access? Are you sure you understand what RADIUS does? 1/. I'm using wireless for network access. All wireless clients will be accessed network through authenticated with AD. It means authenticating "domain auth" (like LAN wire network) 2/. Radius will be used authenticating for user domain (this is my purpose).. And another thing I found you wrote in the email "Configuring FreeRADIUS to use ntlm_auth". The error is same with my error but my problem still happen. When i deleted line "Auth-Type = System" in users file in /etc/raddb, the authenticating happened unsuccessful. Here is messages was showed on the screen shot: rad_recv: Access-Request packet from host 192.168.200.100:32768, id=2, length=60 User-Name = "RW" User-Password = "123456" Message-Authenticator = 0x22438b18ab167a3829d92517fa60c34d Processing the authorize section of radiusd.conf modcall: entering group authorize for request 0 modcall[authorize]: module "preprocess" returns ok for request 0 modcall[authorize]: module "chap" returns noop for request 0 modcall[authorize]: module "mschap" returns noop for request 0 rlm_realm: No '@' in User-Name = "RW", looking up realm NULL rlm_realm: No such realm "NULL" modcall[authorize]: module "suffix" returns noop for request 0 rlm_eap: No EAP-Message, not doing EAP modcall[authorize]: module "eap" returns noop for request 0 modcall[authorize]: module "files" returns notfound for request 0 modcall: leaving group authorize (returns ok) for request 0 auth: No authenticate method (Auth-Type) configuration found for the request: Rejecting the user auth: Failed to validate the user. Delaying request 0 for 1 seconds Finished request 0 Going to the next request --- Walking the entire request list --- Waking up in 1 seconds... --- Walking the entire request list --- Waking up in 1 seconds... --- Walking the entire request list --- Sending Access-Reject of id 2 to 192.168.200.100 port 32768 Waking up in 4 seconds... --- Walking the entire request list --- Cleaning up request 0 ID 2 with timestamp 489168b5 Nothing to do. Sleeping until we see a request. Could you please help me check my configuration on RAS server and give some advices? Thanks, Sang Le --- On Thu, 7/31/08, Alan DeKok <aland@deployingradius.com> wrote: From: Alan DeKok <aland@deployingradius.com> Subject: Re: Need help on Free Radius - can't authenticate for user domain. To: "FreeRadius users mailing list" <freeradius-users@lists.freeradius.org> Date: Thursday, July 31, 2008, 3:14 AM Le Sang wrote:
This is the first time i configure the free radius to integrate with AD on window 2k3. After i finished installing and setting up free radius i can authenticate for user domain. But on workstation that was joined into domain i can't auth for this user. On the screen shot when i run command radiusd -X for debugging radius showed: no EAP message, not doing EAP. I used ntlm_auth with samba for authentication user daomain.
FreeRADIUS isn't used when a workstation joins a domain. It's used when a workstation tries to get network access. Are you using wireless for network access? Are you sure you understand what RADIUS does? Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Please don't CC me on messages to the list. I *do* read the list. And I *don't* do chat. Le Sang wrote:
1/. I'm using wireless for network access. All wireless clients will be accessed network through authenticated with AD. It means authenticating "domain auth" (like LAN wire network)
No. You need to enable 802.1x authentication on the wireless access points. Go read the access point documentation.
2/. Radius will be used authenticating for user domain (this is my purpose).
No. RADIUS might *use* AD to authenticate the user. But domain authentication is *not* done via RADIUS. It is a matter of dependency. RADIUS depends on AD. AD does NOT depend on RADIUS.
And another thing I found you wrote in the email "***Configuring FreeRADIUS to use ntlm_auth <http://lists.cistron.nl/pipermail/freeradius-users/2007-September/msg00310.html>*". The error is same with my error but my problem still happen. When i deleted line "Auth-Type = System" in users file in /etc/raddb, the authenticating happened unsuccessful.
Then you haven't configured it as instructed in the documentation. Alan DeKok.
Garber, Neal wrote:
Is it possible to use PEAP/EAP-MSChapV2 (e.g., from a WinXP supplicant) and authenticate with a local user (i.e., defined in the "users" file with a Cleartext-Password). I'm thinking this isn't supported, but I thought I'd ask to be sure.. Thanks..
Huh? It's supported. There's no problem. See my web site for EAP howto's that do exactly this. Alan DeKok.
Huh? It's supported. There's no problem.
See my web site for EAP howto's that do exactly this.
Yeah, well I guess I'll blame to many late nights. I jumped the gun in sending the question as I had it working shortly thereafter. Thanks anyway for responding Alan and I hope things are going well for you..
participants (3)
-
Alan DeKok -
Garber, Neal -
Le Sang