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
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
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
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:
> > >
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" |
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
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