Hi, On Wed, Feb 8, 2023 at 2:04 AM Sarawut Lee via FreeIPA-users < [email protected]> wrote:
> Hi, > > I'm using FreeIPA 4.9.8 on Centos Stream 8. One feature I'm going to > consider is to lock a user once password expires(except for some group). > Why I need, because some application when access to user/password from > FreeIPA the applications just read user/password for each user only(don't > implement Single Sign On). I'd appreciate for any advice. > Do you mean that the app is doing a ldap bind with the user/password? If that's what the app is doing, you can configure the password policy with a number of allowed grace logins = 0. This way, when the password is expired, ldap bind is not allowed past password expiration. See the design at https://freeipa.readthedocs.io/en/latest/designs/ldap_grace_period.html flo > > Regards, > Lee. > _______________________________________________ > FreeIPA-users mailing list -- [email protected] > To unsubscribe send an email to [email protected] > Fedora Code of Conduct: > https://docs.fedoraproject.org/en-US/project/code-of-conduct/ > List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines > List Archives: > https://lists.fedorahosted.org/archives/list/[email protected] > Do not reply to spam, report it: > https://pagure.io/fedora-infrastructure/new_issue >
_______________________________________________ FreeIPA-users mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedorahosted.org/archives/list/[email protected] Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
