[Freeipa-users] Re: BadRequest when using freeipa-python

2020-09-23 Thread Ronald Wimmer via FreeIPA-users
On 21.09.20 14:03, João Baúto via FreeIPA-users wrote: Confirm which version of python-freeipa you are using. I started using v1.0 and had to change pretty much all function args. Since v1.0, all args have a prefix of a_ or o_. I never used host_mod but it should be o_userclass. Thanks a lot.

[Freeipa-users] Re: hbactest returns different result in GUI and CLI

2020-09-23 Thread Ben Aveling via FreeIPA-users
In my test lab, shortnames work. But my test lab is a much simpler set up. [root@centos6 ~]# ipa hbactest --user=test --host=centos33 --service=ssh Access granted: True Matched rules: my_ssh [root@centos6 ~]# ipa hbactest --user=test

[Freeipa-users] Re: hbactest returns different result in GUI and CLI

2020-09-23 Thread Rob Crittenden via FreeIPA-users
Ben Aveling via FreeIPA-users wrote: > I only have limited access to the IPA server. > > Using the cli, I've found that if I use the fully qualified domain name, it > returns "Access granted: True". > > But if I use only the bare hostname, it returns "Access granted: False". This is expected.

[Freeipa-users] Re: hbactest returns different result in GUI and CLI

2020-09-23 Thread Ben Aveling via FreeIPA-users
I only have limited access to the IPA server. Using the cli, I've found that if I use the fully qualified domain name, it returns "Access granted: True". But if I use only the bare hostname, it returns "Access granted: False". Regards, Ben ___