abbra / freeipa

Mirror of FreeIPA, an integrated security information management solution
http://www.freeipa.org
GNU General Public License v3.0
2 stars 1 forks source link

GC: use consistent lowercase for cn=users container #68

Closed flo-renaud closed 3 years ago

flo-renaud commented 3 years ago

The GC sometimes uses CN=Users or cn=users, see for instance: dn: CN=idmgroup3,cn=users,dc=testrelm,dc=test memberOf: cn=ipausers,cn=users,dc=testrelm,dc=test member: CN=First User,CN=Users,dc=testrelm,dc=test

Although there is no harm because the attribute type is case-insensitive, it is nicer to use a consistent case. Fix the templates and the transformation code to always use lowercase.

Fixes: https://github.com/abbra/freeipa/issues/59

flo-renaud commented 3 years ago

/azp run

azure-pipelines[bot] commented 3 years ago
Commenter does not have sufficient privileges for PR 68 in repo abbra/freeipa
abbra commented 3 years ago

LGTM