Talk:FreeIPA
Latest comment: 12 November 2019 by EasyToRemember in topic FreeIPA server
FreeIPA server
How would one set up an Arch Linux FreeIPA server? This page seems to only deal with setting up a client. MountainX (talk) 07:13, 30 January 2018 (UTC)
- FreeIPA server packages are not maintained for Arch Linux. Better idea might be a VM/Docker/standalone installation of upstream FreeIPA server (CentOS, Fedora, RedHat). EasyToRemember (talk) 19:16, 12 November 2019 (UTC)
default_admin vs default_domain
Hi,
I have my doubts about this part of the krb5.conf :
[realms] DOMAIN.COM = { admin_server = controller.domain.com kdc = controller.domain.com:749 default_admin = domain.com }
On my ubuntu 14.04 server which is in my ipa domain, the line is : default_domain = myDomain
which seems more consistant than "admin"
I'm no guru in those things, but i'll check for it later