Alan DeKok schrieb:
"Proft, Michael" <Proft@medizin.uni-leipzig.de> wrote:
Hmm.... i cant get it to work :( How would the configuration part for passwd module look (linux) ?
Why not post what you did here? That would be the easiest way to solve the problem.
I guess there are many things wrong in my config, got almost no radiusd config expirience at all. Well at least radiusd starts with the conf.... i did the following, no idea if that format string makes any sense.... radiusd.conf, modules section: passwd passwd { filename = /etc/shadow format = "*User-Name:*User-Password:::::" hashsize = 50 delimiter = ":" } authorize looks like: authorize { preprocess redundant { passwd notfound = return } group { passwd { fail = 1 notfound = 2 noop = return ok = return updated = return reject = return userlock = return invalid = return handled = return } } in users file i got: DEFAULT Proxy-To-Realm := mrz in proxy.conf i got: realm mrz { type = radius authhost = xxx.xxx.xxx.xxx:1645 accthost = xxx.xxx.xxx.xxx:1646 secret = **** nostrip }
Alan DeKok. -- http://deployingradius.com - The web site of the book http://deployingradius.com/blog/ - The blog - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html