Displaying 3 results from an estimated 3 matches for "pam_ntlm".
Did you mean:
  pam_item
  
2002 May 21
1
PAM/winbindd/smb_pass/pam_smb_auth/smb_ntdom to authenticate SSH
Hello,
I'm currently running winbind (from Samba 2.2.3a) so that our
Windows users can ssh into our Linux box.  I've set up Samba,
PAM and winbind, and it's working well.  Users can see their
files, and they can log in using their windows usernames.  No
problem.
When users access their Samba share, they don't need
to reauthenticate, because they've already done so with
the
2014 Dec 30
0
PAM issues on OS X Yosemite
...ailing? The auth process *is* running as root.
I have tried these two PAM configurations. The first one based on
Maverick's /etc/pam.d/login and used to work fine on Mavericks.
# dovecot: auth account password session
auth       optional       pam_krb5.so use_kcminit
auth       optional       pam_ntlm.so try_first_pass
auth       optional       pam_mount.so try_first_pass
auth       required       pam_opendirectory.so try_first_pass
account    required       pam_nologin.so
account    required       pam_opendirectory.so
password   required       pam_opendirectory.so
session    required       pam_...
2013 Jun 23
1
Joining Mac OSX 10.8.4 Small contribution for the documentation/wiki?...
...tc/pam.d/authorization looks like the following example:
$ cat /etc/pam.d/authorization
# authorization: auth account
auth       optional       pam_krb5.so use_first_pass use_kcminit 
default_principal
auth       sufficient     pam_krb5.so use_first_pass default_principal
auth       optional       pam_ntlm.so use_first_pass
auth       required       pam_opendirectory.so use_first_pass nullok
account    required       pam_opendirectory.so
4) Test Logins
Restart, login with your Penn State Access ID, open terminal and verify 
that you have a ticket with "klist". Open System Preferences and 
&...