Heute mal in Englisch, da das Thema schon recht fachspezifisch ist. Falls jemand eine Übersetzungen wünscht, bitte einfach einen Kommentar hinterlassen.
I’m using an LDAP server to authenticate several services such as SVN, Apache, Git, Samba, etc.. In order to be able to define user accounts that have access for just a limited time period I considered the shadowExpire attribute quite useful. Sadly, not all services take into account this attribute. As I don’t want to configure all services to use filters, I wrote a little Python script, that disables all expired accounts by setting the password to an invalid value. Weiterlesen