By no0n on
My company uses Active Directory for its users. I only want the users that I set accounts up for to be able to login to the administration section of the site. However, for those users I want their passwords to be sync'd to the AD passwords. Is this possible? If it is, how up-to-date can the passwords be? Within seconds? Minutes? Hours?
Comments
Check out the ldap integration module
See http://drupal.org/project/ldap_integration
I glanced over the docs but as far as I can see the passwords are not sync'd. Instead the users are authenticated against the directory.
That way you are always in sync with the AD.
HTH