I've made a couple of patches to fix some problems that I've found during deployment.
patch n 1 is for the admin command set-expiry which doesn't unpack it arguments corrrectly
patch n 2 is a small fix in the lookup of username, it might be wrong but activating an user with mixed case in their LDAP
username actually lead to a mixed case username in the DB which made a successive lookup to fail
patch n 3 is about adding the LISTEN parameter to the web server
Duplicate from #99
Hi,
I've made a couple of patches to fix some problems that I've found during deployment.
patch n 1 is for the admin command set-expiry which doesn't unpack it arguments corrrectly patch n 2 is a small fix in the lookup of username, it might be wrong but activating an user with mixed case in their LDAP username actually lead to a mixed case username in the DB which made a successive lookup to fail patch n 3 is about adding the LISTEN parameter to the web server
regards Federico