davidcoutadeur
davidcoutadeur
Actually, it's up to the schema to decide wether the attribute must or must not be case insensitive. Some attributes use "case insensitive" comparison rules, other "case sensitive". It's a...
By the way, the comparison rule for cn is `caseIgnoreMatch`, so "cn=DOE John" should be equal to "cn=Doe John"
Seems much work. Postponing to next milestone
Seems everything discussed in this issue is done in #675 I think we can close this safely @coudot ?
I can give a look
I have proposed a simple improvement in PR https://github.com/ltb-project/self-service-password/pull/893 Ideally, it would be a good idea to have a deeper refactoring here. For example, it would be nice to split...
I have proposed a systemd example in https://github.com/lsc-project/lsc/pull/230 - it runs `lsc -f /etc/lsc -s all` - stdout logs are displayed in `journalctl -xeu lsc.service` Certainly not perfect because the...
I have added a new commit (6b9afd78) for: - adding debian package recipes - adding RHEL package recipes - fixing some minor things - renaming the systemd service names and...
As pointed out by @xavierba , we should take advantage of this issue to drop the support of init.d. I am favourable for doing so, because systemd is now the...
systemd scripts seems ready in #260 I am going to merge. What I have done since last review: - removed /etc/init.d/lsc support - removed useless sed on /etc/default/lsc-* files (since...