daniel wrote: > Ok, I have gotten pam_radius_auth.so to work and it is working well, however, > is > there any way to get it to create a UID when it receives an auth accept?
Not at the moment. It's not clear how to do that in PAM. > At the moment I have to run adduser every time I want a user to be able to > log in, this would be ok if the users were fairly static, I could run a > script every night to add new users to the system, unfortunately I have a lot > of users and they need to be available immediately. It sounds like a database might be a better choice. pam_ldap, in conjunction with nss_ldap should solve the problem. 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

