Hi,
docker container don’t have same structure as installed freeipa on linux 
system, because you can’t find nothing under /var/lib

Check how you start ipa with docker and what you set as ipa folder.

From docker ipa documentation I can see this:

docker run --name freeipa-server-container -ti \
    -h ipa.example.test --read-only \
    -v /sys/fs/cgroup:/sys/fs/cgroup:ro \
    -v /var/lib/ipa-data:/data:Z freeipa-server [ opts ]
check this line 
-v /var/lib/ipa-data:/data:Z freeipa-server [ opts ]
Login to container and check under that location for krb5kdc


> On 20.01.2021., at 16:02, anilkumar panditi via FreeIPA-users 
> <[email protected]> wrote:
> 
> /var/lib/krb5kdc

_______________________________________________
FreeIPA-users mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedorahosted.org/archives/list/[email protected]

Reply via email to