[Freeipa-users] Re: Plugin to add host to user view

2023-10-24 Thread Ales Rozmarin via FreeIPA-users
Maybe I should add plugin. here is test.py from ipaserver.plugins.user import user from ipalib.parameters import Str from ipalib.text import _ from ipaserver.plugins.internal import i18n_messages user.takes_params += ( Str('host*', cli_name='host', label=_('Test host'), ), )

[Freeipa-users] Plugin to add host to user view

2023-10-24 Thread Ales Rozmarin via FreeIPA-users
Hi guys, I tried to write my firs plugin to add attribute host to be displayed in web UI at at user. Plugin work ok host is displayed but I'm getting error when I try to add object class to Default user. Error is : invalid 'ipauserobjectclasses': user default attribute host would not be

[Freeipa-users] Re: backup / restore

2023-10-24 Thread Frederic Ayrault via FreeIPA-users
Bonjour, Thank you Rob and Florence for your help It looks it looks difficult to switch to internal CA, hopefully with some help it seems easier to setup another exernal CA Regards, Frederic Frédéric AYRAULT Administrateur Systèmes et Réseaux Laboratoire d'Informatique de l'Ecole

[Freeipa-users] Re: User missing after a restore of full backup

2023-10-24 Thread Janez Molicnik via FreeIPA-users
Thank you very much Rob, There is so much PI in those lines, but following your suggestion I went slowly one line after the other and compared them to other users and maybe I did discover some anomalies. Two lines contained some malformed data if I can say so, the field "displayName" and "sn"

[Freeipa-users] Re: When I create a user from the free ipa web interface, nfs autofs does not create my user directory.

2023-10-24 Thread Alper AYKUT via FreeIPA-users
thankyou. problem solved. Florence Blanc-Renaud , 24 Eki 2023 Sal, 14:14 tarihinde şunu yazdı: > Hi, > > On Tue, Oct 24, 2023 at 10:53 AM Alper AYKUT via FreeIPA-users < > freeipa-users@lists.fedorahosted.org> wrote: > >> When I create a user with free ipa using ipa tools, I can automount my >>

[Freeipa-users] About creating User home directory via autofs on nfs server.

2023-10-24 Thread Alper AYKUT via FreeIPA-users
After creating nfs automount user I need to run the following command continuously on my nfs server. mkhomedir_helper user 077 Why is it not enough to create the home directory on my nfs server when I create the user from the web interface. Is there any way not to use this command after creating

[Freeipa-users] Re: Free ipa takes a lot of time to add a user to a group from the web interface.

2023-10-24 Thread Florence Blanc-Renaud via FreeIPA-users
Hi, On Tue, Oct 24, 2023 at 11:45 AM Alper AYKUT via FreeIPA-users < freeipa-users@lists.fedorahosted.org> wrote: > Hello, when I add a user to a group via free ipa, when I add a user to a > group, the user's addition to the group appears to be added in the web > interface. but it does not

[Freeipa-users] Re: When I create a user from the free ipa web interface, nfs autofs does not create my user directory.

2023-10-24 Thread Florence Blanc-Renaud via FreeIPA-users
Hi, On Tue, Oct 24, 2023 at 10:53 AM Alper AYKUT via FreeIPA-users < freeipa-users@lists.fedorahosted.org> wrote: > When I create a user with free ipa using ipa tools, I can automount my > home directory on my nfs server without any problem. > > However, when I want to create a user from the

[Freeipa-users] Free ipa takes a lot of time to add a user to a group from the web interface.

2023-10-24 Thread Alper AYKUT via FreeIPA-users
Hello, when I add a user to a group via free ipa, when I add a user to a group, the user's addition to the group appears to be added in the web interface. but it does not appear when I look through the server with *id username.* It comes after a while but it takes a lot of time. What could be

[Freeipa-users] When I create a user from the free ipa web interface, nfs autofs does not create my user directory.

2023-10-24 Thread Alper AYKUT via FreeIPA-users
When I create a user with free ipa using ipa tools, I can automount my home directory on my nfs server without any problem. However, when I want to create a user from the free ipa web interface, I can create the user without any problem. But when I want to connect from a client I get the

[Freeipa-users] Re: I am having trouble with autofs free ipa.

2023-10-24 Thread Alper AYKUT via FreeIPA-users
I solved the problem by installing the following packages on the client side. systemctl enable rpc-gssd nfs-idmapd rpcbind --now thankyou for support. Alper AYKUT , 24 Eki 2023 Sal, 00:03 tarihinde şunu yazdı: > I'm in an interesting situation. > > By following the sharing in the link. I can