Rafael Guterres Jeffman

Results 178 comments of Rafael Guterres Jeffman

Unless it is blocking you, I suggest you wait for a fix (should come by end of March, begining of April). If you need it by now, recreating the `hbacsvcgroup`...

To recreate the hbacsvcgroup, in the CLI: ``` $ ipa hbacsvcgroup-del Sudo $ ipa hbacsvcgroup-add sudo --desc="Default group of Sudo related services" $ ipa hbacsvcgroup-add-member sudo --hbacsvcs=sudo --hbacsvcs=sudo-i ``` This...

This will happen with all modules that have groups (user or host groups), users, hosts, and some other data. This is a serious bug that I'm already addressing.

As it seems it is not an issue anymore, I'm closing this issue. If you find that the solution is not sufficient, please, either reopen this issue or create a...

Not for the near future. In my opinion, it should be fixed on Ansible side (and it is annoying that they bot stale close issues that are waiting on them).

This PR has been replaced by #988, which was already merged.

Due to the way ansible-freeipa modules are built, `continue` might not be easy to test, as we test for existence of the object or attribute before removing it. Here's a...

@yrro, due to some requests I need to have this module done "really soon". I have a patch for the requested changes (and then more that I found). Do you...

@yrro, please, review the resulting module.

@varunmylaraiah, if I understood correctly the issues, I have fixed them. Still missing is the attribute to load a file instead of only supplying CSR data.