realms on 0.8.1

2003-01-22 Thread Ray
we are a small isp that has some problems with a few users where they are 
using their email address rather then there username (username bob, email 
[EMAIL PROTECTED]) and 
as per an earlier email i added 
 DEFAULT LOCAL
to the realms file to cause it to trim email addresses off and notice that 
realms has 
#
#   THIS FILE IS DEPRECATED.
#
#   You should NOT be using this file to configure the server.
#   It is here ONLY for backwards compatibility.
#
#   See 'proxy.conf' for the new configuration.

i made what i thought was the same edit to the proxy.conf file
realm DEFAULT {
type= radius
authhost= LOCAL
accthost= LOCAL
}

and made sure 
realm suffix {
format = suffix
delimiter = @
}

was in the radiusd.conf

but its still not trimming the names, and i changed it to

proxy_requests  = yes
just incase that was the problem


what is the next thing(s) i should look at to try to get this working?




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



Re: realms on 0.8.1

2003-01-22 Thread craig witter
in the realm file I remember having to add relmname ip address and my realms 
work fine. Does this help?
Craig

--
Open WebMail Project (http://openwebmail.org)


-- Original Message ---
From: Ray [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wed, 22 Jan 2003 17:17:12 -0600
Subject: realms on 0.8.1

 we are a small isp that has some problems with a few users where 
 they are using their email address rather then there username 
 (username bob, email [EMAIL PROTECTED]) and as per an earlier email i 
 added 
  DEFAULT LOCAL
 to the realms file to cause it to trim email addresses off and 
 notice that realms has 
 #
 # THIS FILE IS DEPRECATED.
 #
 # You should NOT be using this file to configure the server.
 # It is here ONLY for backwards compatibility.
 #
 # See 'proxy.conf' for the new configuration.
 
 i made what i thought was the same edit to the proxy.conf file
 realm DEFAULT {
 type= radius
 authhost= LOCAL
 accthost= LOCAL
 }
 
 and made sure 
 realm suffix {
 format = suffix
 delimiter = @
 }
 
 was in the radiusd.conf
 
 but its still not trimming the names, and i changed it to
 
 proxy_requests  = yes
 just incase that was the problem
 
 what is the next thing(s) i should look at to try to get this working?
 
 - 
 List info/subscribe/unsubscribe? See 
http://www.freeradius.org/list/users.html
--- End of Original Message ---


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



Re: realms on 0.8.1

2003-01-22 Thread Ray
Nevermind, the radius/mysql blew up this afternoon (not sure which but either 
way the system stopped authenticating) and after it came back up it was 
working fine, so i guess i did it right, just something didn't pick up the 
settings when it should have. when i was restarting it, it did complain about 
port already in use, so i'm guessing something was a bit buggy with the 
stop/restart script i'm using.

On Wednesday 22 January 2003 17:17, you wrote:
 we are a small isp that has some problems with a few users where they are
 using their email address rather then there username (username bob, email
 [EMAIL PROTECTED]) and
 as per an earlier email i added

  DEFAULT LOCAL

 to the realms file to cause it to trim email addresses off and notice that
 realms has
 #
 # THIS FILE IS DEPRECATED.
 #
 # You should NOT be using this file to configure the server.
 # It is here ONLY for backwards compatibility.
 #
 # See 'proxy.conf' for the new configuration.

 i made what i thought was the same edit to the proxy.conf file
 realm DEFAULT {
 type= radius
 authhost= LOCAL
 accthost= LOCAL
 }

 and made sure
 realm suffix {
 format = suffix
 delimiter = @
 }

 was in the radiusd.conf

 but its still not trimming the names, and i changed it to

 proxy_requests  = yes
 just incase that was the problem


 what is the next thing(s) i should look at to try to get this working?




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

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