Displaying 2 results from an estimated 2 matches for "majur".
Did you mean:
major
2002 Jun 03
1
WinXP allows login to expired/forbidden accounts
...he global smb.conf configuration option:
obey pam restrictions = yes
2. Modify/create your /etc/pam.d/samba configuration file
along these lines:
/etc/pam.d/samba :
-----
#%PAM-1.0
auth required pam_nologin.so debug
auth required pam_stack.so service=system-auth
# [majuric] -- implement Samba login restrictions
account required pam_access.so accessfile=/etc/samba/samba-access.conf
account required pam_stack.so service=system-auth
session required pam_stack.so service=system-auth
password required pam_stack.so service=system-auth
-----
T...
2002 May 10
2
Authorizing login per station
Hi,
We're using Samba 2.2.2 as a PDC for W2k and XP clients. We have
two types of users - "regular" users and "management". The problem I have
is to allow only the "management" users to login from certain stations,
and deny the login rights to regular users. That is, I need the ability do
set per-station login permissions.
Is there a way to do this using samba