How do I authenticate against AD using Python + LDAP. I’m currently using the python-ldap library and all it is producing is tears.
My company has asked me to look into connecting our CentOS 7 instance’s to our Active Directory to make it easier for user management.
I have an LDAP user who accesses a server based on having the appropriate LDAP host attribute via sssd. This user does not show up in /etc/passwd because he is not local. How do I modify his home dir location if he has already logged in and it was created in the default location? RHEL 6 Is it just usermod -d /new/location -m
?