Re: How to Restrict a user, not a root, Login to the Console?
Rex Monty di Bona <[email protected]> Mon, 02 Aug 2004 07:21:08 +1000
| Newsgroups | gmane.comp.security.sun |
|---|---|
| Message-ID | <[email protected]> |
This can be implemented with PAM. We have a PAM module that will restrict remote logins on a per user basis. Set it up that only those users allowed to login remotely are permitted (all other denied), then they'll have to login as themselves and then SU to the account. Rex. [email protected] wrote: > > I need a restrict user (oracle for exemple) login to the console. With a superuser root, edit the /etc/default/login file, but with a user???? > > I want that any users who try to remotely log in to this system must first log in with their personal user login, and then use the su command to become a application user. > > I'm working on Solaris 8, and don't want implementation a RBAC solution. > > Any assistance will be appreciated. > > Regards > Cris > > > >