VOOZH about

URL: https://wiki.archlinux.org/title/Talk:FreeIPA

⇱ Talk:FreeIPA - ArchWiki


Jump to content
From ArchWiki
Latest comment: 12 November 2019 by EasyToRemember in topic FreeIPA server

FreeIPA server

Latest comment: 12 November 20192 comments2 people in discussion

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

Latest comment: 14 January 20161 comment1 person in discussion

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

Natille (talk) 10:54, 14 January 2016 (UTC)