Re: Simple setup but confusing error

2004-03-15 Thread Mike
The freaky thing is, i can telnet to the fedora box and log in as the 
user "engineer" and with the password "lola_423".

Maybe the shared secret is the problem... i will go through the setup 
again this time paying close close attention to the exact shared secret 
spelling and case and the username and password.

Mike


> Hi everyone
> I am new to freeRADIUS, generally new to RADIUS in general. I have a 
> very simple setup and i cant seem to figure out why i cant 
authenticate 
> my user. I am using a GGSN and a fedora core linux server with the 
> freeRADIUS .rpm installed. The debug says that the password is 
wrong.. 
> but i know thats not the case.
> I am trying to authenticate a mobile in my GGSN... really simple 
setup 
> on that side of things...
> 
> I basically added the user "engineer" with a password of "lola_423" 
to 
> the fedora server.. he is listed in the /etc/passwd file. 
> I added this statement to the clients.conf file
> 
> client 11.11.11.1/24 {
>secret  = bubbalou
>shortname   = ggsn
> }
> 
> And thats about it... Is there something else that i have to 
configure 
> to authenticate a user against the /etc/password file?
> 
> Thanks
> Mike
> 
> ---
> 
> rad_recv: Access-Request packet from host 11.11.11.1:21646, id=140, 
> length=105
> User-Name = "engineer"
> User-Password = "lola_423"
> Called-Station-Id = "customer1"
> Calling-Station-Id = "00801011220003"
> Framed-Protocol = GPRS-PDP-Context
> NAS-Port-Type = Virtual
> NAS-Port = 6
> Service-Type = Framed-User
> NAS-IP-Address = 11.11.11.1
> rad_lowerpair:  User-Name now 'engineer'
> rad_lowerpair:  User-Password now 'lola_423'
> rad_rmspace_pair:  User-Name now 'engineer'
> rad_rmspace_pair:  User-Password now 'lola_423'
> modcall: entering group authorize
>   modcall[authorize]: module "preprocess" returns ok
>   modcall[authorize]: module "chap" returns noop
> rlm_eap: EAP-Message not found
>   modcall[authorize]: module "eap" returns noop
> rlm_realm: No '@' in User-Name = "engineer", looking up realm NULL
> rlm_realm: No such realm "NULL"
>   modcall[authorize]: module "suffix" returns noop
> users: Matched DEFAULT at 152
> users: Matched DEFAULT at 171
>   modcall[authorize]: module "files" returns ok
>   modcall[authorize]: module "mschap" returns noop
> modcall: group authorize returns ok
>   rad_check_password:  Found Auth-Type System
> auth: type "System"
> modcall: entering group authenticate
> rlm_unix: [engineer]: invalid password
>   modcall[authenticate]: module "unix" returns reject
> modcall: group authenticate returns reject
> auth: Failed to validate the user.
> 
> -- 
> 
> 
> 
> 

-- 


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: Simple setup but confusing error

2004-03-15 Thread Mike
The freaky thing is, i can telnet to the fedora box and log in as the 
user "engineer" and with the password "lola_423".

Maybe the shared secret is the problem... i will go through the setup 
again this time paying close close attention to the exact shared secret 
spelling and case and the username and password.

Mike


> Hi everyone
> I am new to freeRADIUS, generally new to RADIUS in general. I have a 
> very simple setup and i cant seem to figure out why i cant 
authenticate 
> my user. I am using a GGSN and a fedora core linux server with the 
> freeRADIUS .rpm installed. The debug says that the password is 
wrong.. 
> but i know thats not the case.
> I am trying to authenticate a mobile in my GGSN... really simple 
setup 
> on that side of things...
> 
> I basically added the user "engineer" with a password of "lola_423" 
to 
> the fedora server.. he is listed in the /etc/passwd file. 
> I added this statement to the clients.conf file
> 
> client 11.11.11.1/24 {
>secret  = bubbalou
>shortname   = ggsn
> }
> 
> And thats about it... Is there something else that i have to 
configure 
> to authenticate a user against the /etc/password file?
> 
> Thanks
> Mike
> 
> ---
> 
> rad_recv: Access-Request packet from host 11.11.11.1:21646, id=140, 
> length=105
> User-Name = "engineer"
> User-Password = "lola_423"
> Called-Station-Id = "customer1"
> Calling-Station-Id = "00801011220003"
> Framed-Protocol = GPRS-PDP-Context
> NAS-Port-Type = Virtual
> NAS-Port = 6
> Service-Type = Framed-User
> NAS-IP-Address = 11.11.11.1
> rad_lowerpair:  User-Name now 'engineer'
> rad_lowerpair:  User-Password now 'lola_423'
> rad_rmspace_pair:  User-Name now 'engineer'
> rad_rmspace_pair:  User-Password now 'lola_423'
> modcall: entering group authorize
>   modcall[authorize]: module "preprocess" returns ok
>   modcall[authorize]: module "chap" returns noop
> rlm_eap: EAP-Message not found
>   modcall[authorize]: module "eap" returns noop
> rlm_realm: No '@' in User-Name = "engineer", looking up realm NULL
> rlm_realm: No such realm "NULL"
>   modcall[authorize]: module "suffix" returns noop
> users: Matched DEFAULT at 152
> users: Matched DEFAULT at 171
>   modcall[authorize]: module "files" returns ok
>   modcall[authorize]: module "mschap" returns noop
> modcall: group authorize returns ok
>   rad_check_password:  Found Auth-Type System
> auth: type "System"
> modcall: entering group authenticate
> rlm_unix: [engineer]: invalid password
>   modcall[authenticate]: module "unix" returns reject
> modcall: group authenticate returns reject
> auth: Failed to validate the user.
> 
> -- 
> 
> 
> 
> 

-- 


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Simple setup but confusing error

2004-03-15 Thread Mike
Hi everyone
I am new to freeRADIUS, generally new to RADIUS in general. I have a 
very simple setup and i cant seem to figure out why i cant authenticate 
my user. I am using a GGSN and a fedora core linux server with the 
freeRADIUS .rpm installed. The debug says that the password is wrong.. 
but i know thats not the case.
I am trying to authenticate a mobile in my GGSN... really simple setup 
on that side of things...

I basically added the user "engineer" with a password of "lola_423" to 
the fedora server.. he is listed in the /etc/passwd file. 
I added this statement to the clients.conf file

client 11.11.11.1/24 {
   secret  = bubbalou
   shortname   = ggsn
}

And thats about it... Is there something else that i have to configure 
to authenticate a user against the /etc/password file?

Thanks
Mike

---

rad_recv: Access-Request packet from host 11.11.11.1:21646, id=140, 
length=105
User-Name = "engineer"
User-Password = "lola_423"
Called-Station-Id = "customer1"
Calling-Station-Id = "00801011220003"
Framed-Protocol = GPRS-PDP-Context
NAS-Port-Type = Virtual
NAS-Port = 6
Service-Type = Framed-User
NAS-IP-Address = 11.11.11.1
rad_lowerpair:  User-Name now 'engineer'
rad_lowerpair:  User-Password now 'lola_423'
rad_rmspace_pair:  User-Name now 'engineer'
rad_rmspace_pair:  User-Password now 'lola_423'
modcall: entering group authorize
  modcall[authorize]: module "preprocess" returns ok
  modcall[authorize]: module "chap" returns noop
rlm_eap: EAP-Message not found
  modcall[authorize]: module "eap" returns noop
rlm_realm: No '@' in User-Name = "engineer", looking up realm NULL
rlm_realm: No such realm "NULL"
  modcall[authorize]: module "suffix" returns noop
users: Matched DEFAULT at 152
users: Matched DEFAULT at 171
  modcall[authorize]: module "files" returns ok
  modcall[authorize]: module "mschap" returns noop
modcall: group authorize returns ok
  rad_check_password:  Found Auth-Type System
auth: type "System"
modcall: entering group authenticate
rlm_unix: [engineer]: invalid password
  modcall[authenticate]: module "unix" returns reject
modcall: group authenticate returns reject
auth: Failed to validate the user.

-- 


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: Simple setup but confusing error

2004-03-15 Thread Alan DeKok
"Mike" <[EMAIL PROTECTED]> wrote:
> I am new to freeRADIUS, generally new to RADIUS in general. I have a 
> very simple setup and i cant seem to figure out why i cant authenticate 
> my user. I am using a GGSN and a fedora core linux server with the 
> freeRADIUS .rpm installed. The debug says that the password is wrong.. 
> but i know thats not the case.

  If the server says that the password is wrong, then it thinks the
password is wrong.  What you expect it to think is irrelevant.

> And thats about it... Is there something else that i have to configure 
> to authenticate a user against the /etc/password file?

  No.

  I would suggest checking via another program that the password is correct.

  Alan DeKok.

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Simple setup but confusing error

2004-03-15 Thread Mike
Hi everyone
I am new to freeRADIUS, generally new to RADIUS in general. I have a 
very simple setup and i cant seem to figure out why i cant authenticate 
my user. I am using a GGSN and a fedora core linux server with the 
freeRADIUS .rpm installed. The debug says that the password is wrong.. 
but i know thats not the case.
I am trying to authenticate a mobile in my GGSN... really simple setup 
on that side of things...

I basically added the user "engineer" with a password of "lola_423" to 
the fedora server.. he is listed in the /etc/passwd file. 
I added this statement to the clients.conf file

client 11.11.11.1/24 {
   secret  = bubbalou
   shortname   = ggsn
}

And thats about it... Is there something else that i have to configure 
to authenticate a user against the /etc/password file?

Thanks
Mike

---

rad_recv: Access-Request packet from host 11.11.11.1:21646, id=140, 
length=105
User-Name = "engineer"
User-Password = "lola_423"
Called-Station-Id = "customer1"
Calling-Station-Id = "00801011220003"
Framed-Protocol = GPRS-PDP-Context
NAS-Port-Type = Virtual
NAS-Port = 6
Service-Type = Framed-User
NAS-IP-Address = 11.11.11.1
rad_lowerpair:  User-Name now 'engineer'
rad_lowerpair:  User-Password now 'lola_423'
rad_rmspace_pair:  User-Name now 'engineer'
rad_rmspace_pair:  User-Password now 'lola_423'
modcall: entering group authorize
  modcall[authorize]: module "preprocess" returns ok
  modcall[authorize]: module "chap" returns noop
rlm_eap: EAP-Message not found
  modcall[authorize]: module "eap" returns noop
rlm_realm: No '@' in User-Name = "engineer", looking up realm NULL
rlm_realm: No such realm "NULL"
  modcall[authorize]: module "suffix" returns noop
users: Matched DEFAULT at 152
users: Matched DEFAULT at 171
  modcall[authorize]: module "files" returns ok
  modcall[authorize]: module "mschap" returns noop
modcall: group authorize returns ok
  rad_check_password:  Found Auth-Type System
auth: type "System"
modcall: entering group authenticate
rlm_unix: [engineer]: invalid password
  modcall[authenticate]: module "unix" returns reject
modcall: group authenticate returns reject
auth: Failed to validate the user.

-- 


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Simple setup but confusing error

2004-03-15 Thread Mike
Hi everyone
I am new to freeRADIUS, generally new to RADIUS in general. I have a 
very simple setup and i cant seem to figure out why i cant authenticate 
my user. I am using a GGSN and a fedora core linux server with the 
freeRADIUS .rpm installed. The debug says that the password is wrong.. 
but i know thats not the case.
I am trying to authenticate a mobile in my GGSN... really simple setup 
on that side of things...

I basically added the user "engineer" with a password of "lola_423" to 
the fedora server.. he is listed in the /etc/passwd file. 
I added this statement to the clients.conf file

client 11.11.11.1/24 {
   secret  = bubbalou
   shortname   = ggsn
}

And thats about it... Is there something else that i have to configure 
to authenticate a user against the /etc/password file?

Thanks
Mike

---

rad_recv: Access-Request packet from host 11.11.11.1:21646, id=140, 
length=105
User-Name = "engineer"
User-Password = "lola_423"
Called-Station-Id = "customer1"
Calling-Station-Id = "00801011220003"
Framed-Protocol = GPRS-PDP-Context
NAS-Port-Type = Virtual
NAS-Port = 6
Service-Type = Framed-User
NAS-IP-Address = 11.11.11.1
rad_lowerpair:  User-Name now 'engineer'
rad_lowerpair:  User-Password now 'lola_423'
rad_rmspace_pair:  User-Name now 'engineer'
rad_rmspace_pair:  User-Password now 'lola_423'
modcall: entering group authorize
  modcall[authorize]: module "preprocess" returns ok
  modcall[authorize]: module "chap" returns noop
rlm_eap: EAP-Message not found
  modcall[authorize]: module "eap" returns noop
rlm_realm: No '@' in User-Name = "engineer", looking up realm NULL
rlm_realm: No such realm "NULL"
  modcall[authorize]: module "suffix" returns noop
users: Matched DEFAULT at 152
users: Matched DEFAULT at 171
  modcall[authorize]: module "files" returns ok
  modcall[authorize]: module "mschap" returns noop
modcall: group authorize returns ok
  rad_check_password:  Found Auth-Type System
auth: type "System"
modcall: entering group authenticate
rlm_unix: [engineer]: invalid password
  modcall[authenticate]: module "unix" returns reject
modcall: group authenticate returns reject
auth: Failed to validate the user.

-- 


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Simple setup but confusing error

2004-03-15 Thread Mike
Hi everyone
I am new to freeRADIUS, generally new to RADIUS in general. I have a 
very simple setup and i cant seem to figure out why i cant authenticate 
my user. I am using a GGSN and a fedora core linux server with the 
freeRADIUS .rpm installed. The debug says that the password is wrong.. 
but i know thats not the case.
I am trying to authenticate a mobile in my GGSN... really simple setup 
on that side of things...

I basically added the user "engineer" with a password of "lola_423" to 
the fedora server.. he is listed in the /etc/passwd file. 
I added this statement to the clients.conf file

client 11.11.11.1/24 {
   secret  = bubbalou
   shortname   = ggsn
}

And thats about it... Is there something else that i have to configure 
to authenticate a user against the /etc/password file?

Thanks
Mike

---

rad_recv: Access-Request packet from host 11.11.11.1:21646, id=140, 
length=105
User-Name = "engineer"
User-Password = "lola_423"
Called-Station-Id = "customer1"
Calling-Station-Id = "00801011220003"
Framed-Protocol = GPRS-PDP-Context
NAS-Port-Type = Virtual
NAS-Port = 6
Service-Type = Framed-User
NAS-IP-Address = 11.11.11.1
rad_lowerpair:  User-Name now 'engineer'
rad_lowerpair:  User-Password now 'lola_423'
rad_rmspace_pair:  User-Name now 'engineer'
rad_rmspace_pair:  User-Password now 'lola_423'
modcall: entering group authorize
  modcall[authorize]: module "preprocess" returns ok
  modcall[authorize]: module "chap" returns noop
rlm_eap: EAP-Message not found
  modcall[authorize]: module "eap" returns noop
rlm_realm: No '@' in User-Name = "engineer", looking up realm NULL
rlm_realm: No such realm "NULL"
  modcall[authorize]: module "suffix" returns noop
users: Matched DEFAULT at 152
users: Matched DEFAULT at 171
  modcall[authorize]: module "files" returns ok
  modcall[authorize]: module "mschap" returns noop
modcall: group authorize returns ok
  rad_check_password:  Found Auth-Type System
auth: type "System"
modcall: entering group authenticate
rlm_unix: [engineer]: invalid password
  modcall[authenticate]: module "unix" returns reject
modcall: group authenticate returns reject
auth: Failed to validate the user.

-- 


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Simple setup but confusing error

2004-03-15 Thread Mike
Hi everyone
I am new to freeRADIUS, generally new to RADIUS in general. I have a 
very simple setup and i cant seem to figure out why i cant authenticate 
my user. I am using a GGSN and a fedora core linux server with the 
freeRADIUS .rpm installed. The debug says that the password is wrong.. 
but i know thats not the case.
I am trying to authenticate a mobile in my GGSN... really simple setup 
on that side of things...

I basically added the user "engineer" with a password of "lola_423" to 
the fedora server.. he is listed in the /etc/passwd file. 
I added this statement to the clients.conf file

client 11.11.11.1/24 {
   secret  = bubbalou
   shortname   = ggsn
}

And thats about it... Is there something else that i have to configure 
to authenticate a user against the /etc/password file?

Thanks
Mike

---

rad_recv: Access-Request packet from host 11.11.11.1:21646, id=140, 
length=105
User-Name = "engineer"
User-Password = "lola_423"
Called-Station-Id = "customer1"
Calling-Station-Id = "00801011220003"
Framed-Protocol = GPRS-PDP-Context
NAS-Port-Type = Virtual
NAS-Port = 6
Service-Type = Framed-User
NAS-IP-Address = 11.11.11.1
rad_lowerpair:  User-Name now 'engineer'
rad_lowerpair:  User-Password now 'lola_423'
rad_rmspace_pair:  User-Name now 'engineer'
rad_rmspace_pair:  User-Password now 'lola_423'
modcall: entering group authorize
  modcall[authorize]: module "preprocess" returns ok
  modcall[authorize]: module "chap" returns noop
rlm_eap: EAP-Message not found
  modcall[authorize]: module "eap" returns noop
rlm_realm: No '@' in User-Name = "engineer", looking up realm NULL
rlm_realm: No such realm "NULL"
  modcall[authorize]: module "suffix" returns noop
users: Matched DEFAULT at 152
users: Matched DEFAULT at 171
  modcall[authorize]: module "files" returns ok
  modcall[authorize]: module "mschap" returns noop
modcall: group authorize returns ok
  rad_check_password:  Found Auth-Type System
auth: type "System"
modcall: entering group authenticate
rlm_unix: [engineer]: invalid password
  modcall[authenticate]: module "unix" returns reject
modcall: group authenticate returns reject
auth: Failed to validate the user.

-- 


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: Simple Setup

2004-02-12 Thread Norguhtar
> I am a first time user for the Free Radius. How can I specify that a
> specific realm is authenticated from the users fiile? say the realm
> domain1.com, I need all requests coming from the NAS a.b.c.d to be
> authenticated through the usres file, what should I do in the configuration
> files?

Read & checking confiugre files. Default installation included simple setup.




- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Simple Setup

2004-02-12 Thread Ayman Alashquar
Dear All,

I am a first time user for the Free Radius. How can I specify that a
specific realm is authenticated from the users fiile? say the realm
domain1.com, I need all requests coming from the NAS a.b.c.d to be
authenticated through the usres file, what should I do in the configuration
files?

N.B: I am using FreeRadius-0.9.3 on Sun Solaris 9 SPARC E250

Best Regards
Ayman Alashquar


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html