> Sir Gerald,
>
>  If ever i based my authentication with the passwd file "Auth-Type =
> System", and then i create a group called PlanA "DEFAULT Group = "PlanA",
> Login-Time = "Any0800-2400" , how can i group a certain user in to PlanA
> if my authentication is based on passwd file !!! Please HELP !!! thanks in
> advance to all !!

you could also use Auth-Type=Pam so that you can
suspend/activate accounts via system shells but
you will have to make changes to your  /etc/pam.d/radius.

example:
auth required /lib/security/pam_listfile.so item=shell sense=deny
file=/etc/nologin-shells onerr=succeed

$ cat /etc/nologin-shells
/bin/bash
/bin/nologin
...
all shells listed in your /etc/shells
except /bin/false.

- this would allow users (on /etc/passwd) with a shell
of /etc/false to be authenticated. to suspend them,
change their shell to /bin/nologin or whatever shell
you want.

sorry, i'm not familiar with grouping. however, you can
find documentations on the cistron radius website.


_
Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph
To leave: send "unsubscribe" in the body to [EMAIL PROTECTED]

To subscribe to the Linux Newbies' List: send "subscribe" in the body to 
[EMAIL PROTECTED]

Reply via email to