Commit Graph

10 Commits

Author SHA1 Message Date
Alex 99d8955ab3 Refactor & add case normalization logic to putAttributes
continuous-integration/drone/push Build is passing Details
2021-03-09 19:00:45 +01:00
Alex 1a20a64eff Refactoring
continuous-integration/drone/push Build is passing Details
2021-03-09 18:30:59 +01:00
Alex 825aa77089 Hopefully, fix most case-sensitivity issues
- DNs are always used in canonical form: lowercase, no spaces. This is
  how they are internally handled and stored in paths and fields such as
  member and memberof
- Attribute names now can have any combination of lower/uppercase and
  stuff should work
- When modifying an attribute with a name that hase a different
  lower/upper combination than the previously stored value, keep the
  previous attribute name
- Trim spaces from values and do not store empty values
2020-02-15 12:07:31 +01:00
Alex 0c801e02d5 Remove spaces between dn components, use warnings when necessary 2020-02-02 13:53:29 +01:00
Alex 4c037dcb94 Bug fix: case-insensitive value match (except for passwords) 2020-02-02 13:32:12 +01:00
Alex da2c37bb95 Better logging 2020-02-01 15:05:44 +01:00
Alex 97f5effe55 More serious schema enforcement 2020-01-26 21:22:51 +01:00
Alex 8e4537d2ef Fixes 2020-01-26 21:03:18 +01:00
Alex 94eafa2a9b Less logs but better logs 2020-01-26 19:47:38 +01:00
Alex 82402749e6 First ACL implementation 2020-01-26 18:42:04 +01:00