[Freeipa-users] Re: Freeipa problem

2025-09-16 Thread Russell Long via FreeIPA-users
Not sure if it's considered best practice, but the ipa-join command takes a `--hostname` option, and you can provide a separate hostname there from what is set on the server I believe. I do not think it will change what hostname is set on the instance. On Tue, Sep 16, 2025 at 4:04 PM ‪Navid Talesh

[Freeipa-users] Re: freeIPA fails update 4.12.2-5.el9 t 4.12.2-9.el9

2025-04-04 Thread Russell Long via FreeIPA-users
I can confirm this fixed it for me as well. --Russ On Fri, Apr 4, 2025 at 11:15 AM Vicente Quintans via FreeIPA-users < freeipa-users@lists.fedorahosted.org> wrote: > We found this issue today, upgrading from Fedora 40 to Fedora 41. > > In dogtagpki the /ca/rest/account/login endpoint (actually

[Freeipa-users] Re: Upgrade from 4.12.2-1.el9 to 4.12.2-7.el9 on centos stream 9 failed

2025-03-27 Thread Russell Long via FreeIPA-users
ed. > > rob > > Russell Long via FreeIPA-users wrote: > > Just wondering if there were any ideas on what I could do to resolve > > this, still seeing the same issue with the latest version on Stream 9. I > > do not use the CA for anything other than internal IPA usage. Is th

[Freeipa-users] Re: Upgrade from 4.12.2-1.el9 to 4.12.2-7.el9 on centos stream 9 failed

2025-03-06 Thread Russell Long via FreeIPA-users
> Does the CA start? If not add --ignore-service-failures >> > > >> > > Once everything else is up and settled, if the CA start failed >> > run: >> > > systemctl restart pki-tomcatd@pki-tomcat >> > >

[Freeipa-users] Re: Upgrade from 4.12.2-1.el9 to 4.12.2-7.el9 on centos stream 9 failed

2025-02-12 Thread Russell Long via FreeIPA-users
; it > > > appears to have done so in the recent past. > > > > > > If so try a basic cert command: > > > # openssl x509 -serial -noout -in /etc/ipa/ca.crt > > > # ipa cert-show > > > > > > Does it

[Freeipa-users] Re: Upgrade from 4.12.2-1.el9 to 4.12.2-7.el9 on centos stream 9 failed

2025-02-10 Thread Russell Long via FreeIPA-users
t; And see if that is successful. I think it should succeed since it > > appears to have done so in the recent past. > > > > If so try a basic cert command: > > # openssl x509 -serial -noout -in /etc/ipa/ca.crt > > # ipa cert-show > > > >

[Freeipa-users] Re: Disable user password expiration immediately after password reset.

2024-07-01 Thread Russell Long via FreeIPA-users
I didn't believe it's possible to change easily, but how I get around it for service accounts and the like is to change it from the admin side, then login as the service account using the password set from the admin side. Then I change the password as the user, which will then obey whatever passwor

[Freeipa-users] Re: Another Cert Expiration Problem

2023-09-18 Thread Russell Long via FreeIPA-users
Re-sending this as I forgot to send to the list itself, sorry. On Mon, Sep 18, 2023 at 6:55 AM Florence Blanc-Renaud wrote: > Hi, > > On Fri, Sep 15, 2023 at 7:43 PM Russ Long via FreeIPA-users < > freeipa-users@lists.fedorahosted.org> wrote: > >> I have a single-server IPA environment in my hom

[Freeipa-users] Re: FreeIPA configuration via Ansible Tower / AWX

2021-04-02 Thread Russell Long via FreeIPA-users
Thanks Flo, I just re-tried adding the variables to the Inventory variables, the inventory group variables, and the individual host variables in AWX. No matter what I do, unless I add them to each individual task, when AWX runs the play, I get an error stating that the password is not set. --Rus

[Freeipa-users] Re: Adding OTP token without using IPA UI

2021-03-11 Thread Russell Long via FreeIPA-users
Not sure if it's what you're looking for, but I developed a bash script to auto-generate tokens daily for all users not in my service-accounts group if they did not exist. It then emails a QR code to the user and a notification email to the management email. This may not be the best way to do it,

[Freeipa-users] Re: It ain't easy to dig a user's last login time info out of IdM/FreeIPA

2020-07-10 Thread Russell Long via FreeIPA-users
I use this: ipa user-show $USER --all --raw | grep krbLastSuccessful | awk '{print $2}' On Fri, Jul 10, 2020 at 9:52 AM White, Daniel E. (GSFC-770.0)[NICS] via FreeIPA-users wrote: > I want to get createtimestamp, krbLastSuccessfulAuth, and krbLastPwdChange > for all active users > > The "ipa

[Freeipa-users] Re: Directory server on a dedicated filesystem?

2020-03-04 Thread Russell Long via FreeIPA-users
If your /var fills, lots of other things will fail too. Seems the best option here is to setup proper log rotation and alerting along with a large partition if you're worried. On Wed, Mar 4, 2020, 17:34 Daniel PC via FreeIPA-users < freeipa-users@lists.fedorahosted.org> wrote: > The goal is avoid