Displaying 2 results from an estimated 2 matches for "authrequir".
Did you mean:
authrequired
2011 Jul 15
1
autofs problem on CentOS6
I'm trying to use autofs with Active Directory.
This works:
autofs_ldap_auth.conf:
<autofs_ldap_sasl_conf
usetls="yes"
tlsrequired="yes"
authrequired="yes"
clientprinc="nfs/myhost at MYDOMAIN"
/>
/etc/sysconfig/autofs:
LDAP_URI="ldap://domaincontroller1 ldap://domaincontroller2"
This also works if I replace the auth with a DIGEST-MD5 from GSSAPI (which
gets used by default). Good so far.
However, I don...
2003 Dec 01
0
No subject
...d pairs. Details:
redhat 7.0 on intel x86
samba 2.2.1a
./configure --with-pam --with-pam_smbpass
smb.conf **no** encrypted passwords
registries of win98 clients edited to allow plain text passwords
all users added to /usr/../smbpasswd using smbpasswd -a command
/etc/pam.d/samba looks like this:
authrequired/lib/security/pam_smbpass.so nodelay
accountrequired/lib/security/pam_pwdb.so audit nodelay
sessionrequired/lib/security/pam_pwdb.so nodelay
passwordrequired/lib/security/pam_smbpass.so nodelay\
smbconf=/usr/local/samba/lib/smb.conf
output of smbclient -L localhost -U [user] looks like this:
add...