Displaying 2 results from an estimated 2 matches for "juric".
Did you mean:
juri
2002 May 10
2
Authorizing login per station
...gin 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 2.2.x branch, or is it
planned for 3.x? If there's a way to do this with 2.2.x, I'd appreciate
any pointer to docs or other info on doing it.
Cheers,
Mario Juric
STUDNet Administrator, http://student.fizika.org
2002 Jun 03
1
WinXP allows login to expired/forbidden accounts
...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
-----
Thi...