In this blog post, we’ll look at how to set up
Percona PAM with Active Directory for external authentication.
In my previous article on Percona PAM, I demonstrated how to
use Samba as a domain, and how easy it is to create domain users
and groups via the samba-tool. Then we configured
nss-pam-ldapd and nscd to
enumerate user and group information via LDAP calls, and
authenticate users from this source.
This time around, I will demonstrate two other ways of using
Active Directory for external authentication by joining the
domain via SSSD or Winbind.
System Security Services Daemon (SSSD) allows you to configure …
[Read more]