Open rjeffman opened 2 years ago
I have also problems with the ipahostgroup
module related to capital letters. I have few hosts with hostnames which include capital letters. When this hostname is given as host
paramater then the module fails if the host already exists in the group.
The module fails with following error message:
hostgroup_add_member: host hostNameWithCapitalLetters: This entry is already a member
In IPA, the fields relating to
user
,group
,host
,hostgroups
, andservices
are compared in a case insensitive manner.Some modules don't reflect this behavior and do case sensitive comparison, like
ipagroup
andipadelegation
.A complete review of the fields comparison should be done.
Known modules with case sensitive idempotence issues: