Bug 19839

Summary: access.conf in /etc/security is useless...
Product: [Retired] Red Hat Linux Reporter: eth1 <kurdt>
Component: pamAssignee: Nalin Dahyabhai <nalin>
Status: CLOSED CURRENTRELEASE QA Contact: Aaron Brown <abrown>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.0CC: dr
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-10-26 21:43:57 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description eth1 2000-10-26 01:25:07 UTC
When I add people to /etc/security/access.conf to prevent them from loging 
on with telnet or SSH it's now working... I mean no changes to loging 
allowance...

I put the line

-:cybertgp:ALL

and it didn't make any change.

cybertgp is still allowed to logon in telnet... :)

BTW, is there anyway to allow him to login via FTP and not Telnet nor SSH?

I should prevent anyone from login with cybertgp accounts, but it doesn't 
work.

Comment 1 Nalin Dahyabhai 2000-10-26 21:43:54 UTC
The default PAM configuration as shipped does not make use of pam_access.  If
you wish to use its facilities, you'll need to add this line to the appropriate
control file in /etc/pam.d:
account	required	/lib/security/pam_access.so
It should work then.

Comment 2 Nalin Dahyabhai 2001-02-12 20:19:13 UTC
Closed due to inactivity.