Displaying 1 result from an estimated 1 matches for "enablerfc2307bi".
Did you mean:
enablerfc2307bis
2014 Jan 26
1
Configuring RHEL6 Samba4 DC for local accounts
...user accounts and since:
* I can't use winbind on a DC
* I can't use SSSD with the sernet packages
it looks like the best thing to use is LDAP. I've configured it with:
authconfig --enableldap --enableldapauth
--ldapserver=ldap://ad.example.com --ldapbasedn=dc=ad,dc=example,dc=com
--enablerfc2307bis --enablekrb5 --update
(I get "error reading information on service 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...