0

My company has a central Active directory server and our team has its own OpenLDAP server for managing infrastructure. I would like to use the same password for our ldap users as the password in AD. How can I pass requests for certain attributes onto the AD server?

Andrew Meyer
  • 253
  • 1
  • 4

1 Answers1

1

At a previous employer, they tried to disable changing passwords via control-alt-delete and force password changing via a web page to address this particular issue.

Sadly, you'll likely have to either invest in a third party product or write something (like the web page mentioned above) in order to sync the passwords.

Katherine Villyard
  • 18,550
  • 4
  • 37
  • 59
  • my other idea was to use a script to query and pull the password attribute from AD and modify the corresponding attribute in our ldap directory. – Andrew Meyer Apr 13 '15 at 15:06