Alan DeKok wrote:
Marek Gradzki <mgradzki@ost.net.pl> wrote:
I would like to setup some common attribute values in the group profile, which is also stored in the LDAP server but in the other subtree, and import them to user profile during authentication. Now it does not work.
See the FAQ for "it doesn't work".
Honestly, why post the config when the FAQ, README, INSTALL, and half of the posts on this list tell you to run the server in debugging mode?
Alan DeKok.
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
First of all: I can't run radius in the debug mode because it is working configuration so if You have about 1000 users active You can see nothing or too much (depends on the point of view) in the output from the radius debug mode. It is not the case where You can stop the radius server analyze You debug utput, make adjustments and go ahead. Second: Finally I found the solution. Problem dissapeared when I changed the order of the lines ldap and files to files, ldap in the authorization module definition. Marek Gradzki