Re: Best config practices?

2008-08-11 Thread sphaero
${confdir}/custom-autz.conf 1959:$INCLUDE ${confdir}/custom-auth.conf -- View this message in context: http://www.nabble.com/Best-config-practices--tp18922693p18924598.html Sent from the FreeRadius - User mailing list archive at Nabble.com. - List info/subscribe/unsubscribe? See http

Re: Best config practices?

2008-08-11 Thread sphaero
= LOCAL } and finally in users: DEFAULT Realm == DEFAULT, User-Name =~ "[EMAIL PROTECTED]", Autz-Type := bla1 DEFAULT Realm == DEFAULT, User-Name =~ "[EMAIL PROTECTED]", Autz-Type := bla2 DEFAULT Realm == DEFAULT, User-Name =~ "[EMAIL PROTECTED]", Autz-Type

Re: Best config practices?

2008-08-11 Thread sphaero
proxy.conf file. I might set realm DEFAULT in proxy.conf and DEFAULT Realm == DEFAULT, User-Name =~ "[EMAIL PROTECTED]", Autz-Type := test.com and I'm back in business :) Thanks, Arnaud -- View this message in context: http://www.nabble.com/Best-config-practices--tp189

Re: Best config practices?

2008-08-11 Thread Stefan Winter
realm test.com { type= radius authhost= LOCAL accthost= LOCAL } Finally I need to add the realms to users file DEFAULT Realm == "test.com", Autz-Type := test.com (Auth-Type should be figured out by freeradius) Is this the best way to setup

Re: Best config practices?

2008-08-11 Thread Alan DeKok
sphaero wrote: > I was thinking to start adding a few custom files to include in the default > config. > > $raddb/custom_mods.conf : the custom ldap and sql module definitions > $raddb/custom_auth.conf : custom authentication entries > $raddb/custom_autz.conf : custom authorization entries In 2

Best config practices?

2008-08-11 Thread sphaero
d be figured out by freeradius) Is this the best way to setup a decent configuration? I'd like to skip the proxy.conf configuration since it's saying the same for all realms. Anyone some suggestions? Rg, Arnaud Loonstra -- View this message in context: http://www.nabble.com/Best-config-