Dmitry Krasov via FreeIPA-users wrote: > Hi Rob. > I have old version probably. > I tryed to migrate it but encountered an error. > I created a ticked 8 mounths ago, but they still didn't fixed it yet. > https://pagure.io/freeipa/issue/9736
A patch was provided for you to try to see if it would resolve your issue. Did you try it? > ------ > And what about the second question? > Could you recommend how to store kinit's password in script safely? Because > it needed before other ipa commands in script > You should get a keytab for the user you want to run the script as an execute it like: KRB5_CLIENT_KTNAME=/path/to/user.keytab ipa <command> Using a keytab will automatically obtain a new TGT when needed so you don't need to put a secret inside a script. rob -- _______________________________________________ FreeIPA-users mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedorahosted.org/archives/list/[email protected] Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
