-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LTB Service Desk Active Directory Support #52
Comments
Service Desk is not designed to work with AD for now. AD and OpenLDAP do not have anything in common regarding password management, a lot of code is required. This would be a major feature to put in the roadmap. See also #48 |
Hi! I would also love to see (full) Active Directory support in LTB Service Desk in the future. We are already using Self Service Password but would like to provide the service desk functionality as well. Keep up your great work! |
Thanks for your interest, I know it would be a really cool feature. Hope to get some help or funds to code it. |
you can't use the code from https://self-service-password.readthedocs.io/en/stable/ ? It works in our AD environment amazingly. |
made a new config var $admode = true;
working on locking/checking on locked for ad now |
fixed different time stamps for date in smart.inc.php
|
Main work need to be done in LTB-LDAP: ltb-project/ltb-common#16 |
Work started by creating a class Interface \Ltb\Directory in ltb-common, and implementations of this class for OpenLDAP and AD. Try a first function |
Hi,
I'm trying to get ltb service desk to work with Microsoft Active Directory but some features like "Change password" and "Lock account" don't work, so I've been looking for a useful log file to debug this behavior with no luck. I also did not get results activating the debug mode.
So my question is: This application works with Active Directory?
My environment is:
My config.inc.local.php
The text was updated successfully, but these errors were encountered: