[Freeipa-users] Helpo with DNS setup?

2020-12-30 Thread Dominik Vogt via FreeIPA-users
Hi folks, we need to install ipa-server on a box running RHEL8, say server.foo.bar.baz, 192.168.123.45. ipa-server-install needs working name resolution for that host, and as there is no other machine installed yet, this server must run named to provide it. Is there some working sample configura

[Freeipa-users] Re: Helpo with DNS setup?

2020-12-30 Thread François Cami via FreeIPA-users
Hi, On Wed, Dec 30, 2020 at 2:55 PM Dominik Vogt via FreeIPA-users < freeipa-users@lists.fedorahosted.org> wrote: > Hi folks, > > we need to install ipa-server on a box running RHEL8, say > server.foo.bar.baz, 192.168.123.45. ipa-server-install needs > working name resolution for that host, and

[Freeipa-users] Re: Helpo with DNS setup?

2020-12-30 Thread Dominik Vogt via FreeIPA-users
On Wed, Dec 30, 2020 at 04:20:53PM +0100, François Cami wrote: > On Wed, Dec 30, 2020 at 2:55 PM Dominik Vogt via FreeIPA-users < > freeipa-users@lists.fedorahosted.org> wrote: > > we need to install ipa-server on a box running RHEL8, say > > server.foo.bar.baz, 192.168.123.45. ipa-server-install

[Freeipa-users] Re: Helpo with DNS setup?

2020-12-30 Thread Christian Hernandez via FreeIPA-users
On Wed, Dec 30, 2020 at 7:42 AM Dominik Vogt via FreeIPA-users < freeipa-users@lists.fedorahosted.org> wrote: > On Wed, Dec 30, 2020 at 04:20:53PM +0100, François Cami wrote: > > On Wed, Dec 30, 2020 at 2:55 PM Dominik Vogt via FreeIPA-users < > > freeipa-users@lists.fedorahosted.org> wrote: > > >

[Freeipa-users] how to create system user account and have it receive a kerberos ticket on boot

2020-12-30 Thread Jelle de Jong via FreeIPA-users
Hello everybody, 1. How can I get machine that is joined as ipa-client recieve a kerberos ticket for a specific user without storing a password or having to manually login? I want to replace this, manual systemd tricker that I currently run: ExecStart=/usr/bin/bash -c "echo -n "secretpass" |

[Freeipa-users] problem with AD user login

2020-12-30 Thread Suchismita Panda via FreeIPA-users
Hi, We have a pair of FreeIPA servers (1 master and 1 replica) Freeipa server version 4.6.8 Recently when we are trying to enroll any new freeipa client to the server, the installation goes successful, but AD user login does not work. Even the client fails to retrieve AD user information using id

[Freeipa-users] Re: Helpo with DNS setup?

2020-12-30 Thread Angus Clarke via FreeIPA-users
Forward and reverse lookups use the resolver library which is configured through /etc/nsswitch.conf As long as files is listed before dns then you should be good: $ grep ^hosts: /etc/nsswitch.conf hosts: files dns myhostname Regards Angus From: Dominik Vogt