>>> Alan Andrea <[email protected]> schrieb am 27.01.2022 um 17:04 in >>> Nachricht <[email protected]>: > I have a question regarding password rules that are enforced when a user > changes their password in OpenLDAP. We have a need to implement a dictionary > rule whereby words and phrases in a dictionary are not allowed in a users > password. I am not able to see currently where such functionality exists in > OpenLDAP and am wondering if there are any extensions to OPenLDAP that were > developed to support this or if it would be required to write code to support > this feature?
AFAIK it would have to be done via password policy using a custom module (unless something read for use exists already). See pwdCheckQuality, pwdCheckModule Regards, Ulrich > > Thanks,Alan
