Displaying 1 result from an estimated 1 matches for "penguin5t0ry".
2014 Jan 26
1
Configuring RHEL6 Samba4 DC for local accounts
...ervice winbind: No such file or
directory" but I just ignore it as it looks like it configured LDAP)
and added entries to /etc/pam_ldap.conf so it ends up looking like this:
base dc=ad,dc=example,dc=com
binddn "CN=Unix LDAP,OU=Service Accounts,DC=ad,DC=example,DC=com"
bindpw "penguin5t0ry"
pam_password md5
uri ldap://ad.example.com
ssl no
tls_cacertdir /etc/openldap/cacerts
tls_checkpeer no
Doing a search from the command line works:
$ ldapsearch -x -H ldap://ad.example.com -D 'CN=Unix LDAP,OU=Service
Accounts,DC=ad,DC=example,DC=com' -W cn=netdirect uidNumber gidNum...