[Freeipa-users] Re: Installation problems fro version 4.5.0 on centos 7

2017-09-26 Thread Felipe Barreto Volpone via FreeIPA-users
Try to enable IPv6 and re-run ipa-server-install. On Tue, Sep 26, 2017 at 12:39 PM, Mathew Vandystadt via FreeIPA-users < freeipa-users@lists.fedorahosted.org> wrote: > Hello, > > I'm having problems with the installation of freeipa on a fresh centos 7 > box. The installation always fails on [6/4

[Freeipa-users] Re: Failure to login on 2/3 of servers after RHEL7.4 upgrade

2017-09-05 Thread Felipe Barreto Volpone via FreeIPA-users
Steve, What version of IPA are you running? Is SELinux in permissive mode? What are the permissions on: /var/lib/ipa-client/pki/kdc-ca-bundle.pem and /var/kerberos/krb5kdc/kdc.crt ? could you share your /etc/sssd/sssd.conf ? On Tue, Sep 5, 2017 at 2:42 PM, Steve Huston via FreeIPA-users < freeipa

[Freeipa-users] Re: AWS FreeIPA install killed ?

2017-08-28 Thread Felipe Barreto Volpone via FreeIPA-users
You can check here the hardware recommendations: https://access.redhat.com/documentation/en-US/Red_Hat_ Enterprise_Linux/7/html/Linux_Domain_Identity_Authentication_and_Policy_ Guide/installing-ipa.html#server-hw-recomendations On Mon, Aug 28, 2017 at 1:35 AM, Fraser Tweedale via FreeIPA-users <

[Freeipa-users] Re: FreeIPA vault with ActiveDirectory user

2017-08-24 Thread Felipe Barreto Volpone via FreeIPA-users
Hi Bjoern, AFAIK it should be possible to an AD user use FreeIPA vault, once you have setup trust. You can find documentation about AD and Vault here: https://www.freeipa.org/page/Trusts https://www.freeipa.org/page/V4/Password_Vault_1.2 https://www.freeipa.org/page/Active_Directory_trust_setup O

[Freeipa-users] Re: IPA Master won't start and replicas are not taking over

2017-08-14 Thread Felipe Barreto Volpone via FreeIPA-users
Randy, Actually, there is not much difference between a replica and a master (in general), you can check more details in this blog post from rcrit: https://blog-rcritten.rhcloud.com/?p=67 About Dir. Server failing, could you share the logs? https://access.redhat.com/documentation/en-US/Red_Hat_Di

[Freeipa-users] Re: SUDO Rules not getting processed

2017-08-04 Thread Felipe Barreto Volpone via FreeIPA-users
Hi Alka, I think you can get useful info here: https://www.redhat.com/ archives/freeipa-users/2017-May/msg00028.html On Fri, Aug 4, 2017 at 8:31 AM, Alka Murali via FreeIPA-users < freeipa-users@lists.fedorahosted.org> wrote: > Hello, > > I have implemented a freeipa server and enrolled many cli

[Freeipa-users] Re: ipa-replica-install hanging at `[29/44]: setting up initial replication`

2017-07-24 Thread Felipe Barreto Volpone via FreeIPA-users
John, I didn't noticed that you're using adelton's repository. Could you try more recent image from the official docker hub (/r/freeipa instead of /r/adelton)? https://hub.docker.com/r/freeipa/freeipa-server/ On Mon, Jul 24, 2017 at 4:40 PM, John Morris via FreeIPA-users < freeipa-users@lists.fe

[Freeipa-users] Re: ipa-replica-install hanging at `[29/44]: setting up initial replication`

2017-07-24 Thread Felipe Barreto Volpone via FreeIPA-users
Hi John, could you share the command you have run to setup the ipa server? On Mon, Jul 24, 2017 at 3:12 PM, John Morris via FreeIPA-users < freeipa-users@lists.fedorahosted.org> wrote: > Running FreeIPA out of Docker (`adelton/freeipa-server:centos-7` image), > `ipa-replica-install` hangs at `[2

[Freeipa-users] Re: docker container user no matching entries in passwd file

2017-07-18 Thread Felipe Barreto Volpone via FreeIPA-users
Thomas, if I understood correctly, you're runnig freeipa-container, right? If you are, the --user parameter should receive a user that is already created in image. Also, this is not related to the freeipa-server image specifically, but a general usage of Docker. You can check more of it in [1] a