Clément "KPTN" OUDOT

Results 365 comments of Clément "KPTN" OUDOT

Ok, so it is a different feature than #53

The plan for this feature: * Add local password policy settings * Move password policy check component form Self Service Password to LTB PHP common lib * Displya thee password...

Service Desk is for now only for standard LDAP server, we need to adapt a lot of code for AD, not just UAC attribute

Will be fixed with #52

Hello @GeKasap thanks for this proposition. I understand your use case, but I don't think that asking admin credentials for all actions are a good solution. People installing Service Desk...

Hello @micter59 using Apache authentication does not prevent to use a dedicated account in Service Desk to connect to the LDAP directory.

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...

Thanks for your interest, I know it would be a really cool feature. Hope to get some help or funds to code it.

Main work need to be done in LTB-LDAP: https://github.com/ltb-project/ltb-ldap/issues/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 `isLocked`, need more work on OpenLDAP side...