Hi Sergio,
I've commited an update to support krbPasswordExpiration, too.
Cheers,
Marc
--
You received this message because you are subscribed to the Google Groups "Event-Driven Servers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to event-driven-ser...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/event-driven-servers/253005a6-524a-469c-b23b-7d2d5a0aff7cn%40googlegroups.com.
Hi Sergio,
I commited these changes yesterday, so you can just git pull and test.
Cheers,
Marc
To view this discussion on the web visit https://groups.google.com/d/msgid/event-driven-servers/282f7815-c5b4-46a8-a7c1-78e3899dd7b8n%40googlegroups.com.
Hi Sergio,
there's no need to set the filter at all. The backend script already handles this.
Cheers,
Marc
setenv LDAP_FILTER = "(&(objectclass=posixaccount)(krbPasswordExpiration=%s)(uid=%s))"
Hi,
as I've said before: There's no need to set the LDAP filter at all, so just don't do it. Your ldapsearch is irrelevant, that's not how the backend script works.
Cheers,
Marc
--
You received this message because you are subscribed to the Google Groups "Event-Driven Servers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to event-driven-ser...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/event-driven-servers/f9a4d480-e502-4161-9634-ef3515a28945n%40googlegroups.com.
Hi Sergio,
yes, if a user logs in with an expired password the password
change dialog is enforced:
# telnet 10.0.0.1
Trying 10.0.0.1...
Connected to 10.0.0.1.
Escape character is '^]'.
User Access Verification
Username: demo
Password:
Password has expired.
New password:
Retype new password:
Password change was successful.
router#
Tested against FreeIPA.
This obviously only works with ASCII login, as the other login
variants are single-step. E.g. PAP logins would just be denied,
with a "Password has expired" message.
Cheers,
Marc
To view this discussion on the web visit https://groups.google.com/d/msgid/event-driven-servers/1aaf4366-e68f-4957-8cf5-7340962e158en%40googlegroups.com.