[Samba] Winbind pam_tally increment

2010-04-12 Thread Schneider, Craig-P65851
I am looking for a way to configure PAM using pam_winbind and pam_tally2 so that the tally count is only incremented when cached credentials are used. Thx, craig -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba

Re: [Samba] Adding a AD Group to a Unix user account

2009-09-24 Thread Schneider, Craig-P65851
I think the problem is that the usermod program used the /etc files, and not NSS. So, you are trying to add "bobby" to the "Domain Users" group in /etc/group, but that group doesn't exit there. I found that using Linux ACLs with multiple groups assigned to files was an acceptable work around for my

Re: [Samba] Cached password updates with Winbind

2009-09-02 Thread Schneider, Craig-P65851
var/spool/samba browseable = no guest ok = no writable = no printable = yes Thanks, Craig -Original Message- From: Max Leon [mailto:maxleo...@gmail.com] Sent: Wednesday, September 02, 2009 9:34 AM To: Schneider, Craig-P65851 Cc: samba@lists.samba.org Subj

[Samba] Cached password updates with Winbind

2009-09-02 Thread Schneider, Craig-P65851
If a user changes their password and the client looses network connectivity prior to them logging in again their local/cached password is not updated; they have to use their old password to authenticate. Is there a way to change this behavior so that the cached password gets updated upon a successf

[Samba] Is this possible using winbind

2009-08-24 Thread Schneider, Craig-P65851
Here is my goal: Computers A -- MS PDC B -- Linux which maintains all local accounts, and cached accounts C -- Linux which uses A and/or B for authentication User authentication on B will use Winbind to autheticate against A (AD) User authentication on C will first try A, and fall bac