I am trying to add a host through FreeIPA UI , and followed the below procedure. Click on Hosts Tab> Add> enter details like Hostname, IP , and checked force And ADD.
My host is added but , under Enrollment section i see Kerberos Key not Present.
How could i add this Kerberos Key. so i could login into this added host using LDAP user? Please help.
On 10/15/20 5:07 PM, anilkumar panditi via FreeIPA-users wrote:
I am trying to add a host through FreeIPA UI , and followed the below procedure. Click on Hosts Tab> Add> enter details like Hostname, IP , and checked force And ADD.
My host is added but , under Enrollment section i see Kerberos Key not Present. How could i add this Kerberos Key. so i could login into this added host using LDAP user? Please help.
Hi,
you need to enroll the host into FreeIPA domain, which means install the host as a FreeIPA client. Please follow the instructions from [1]. I would also advise to read [2] in order to understand what it means to configure a machine as a FreeIPA client.
Hope this clarifies, flo
[1] https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/htm... [2] https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/htm...
FreeIPA-users mailing list -- freeipa-users@lists.fedorahosted.org To unsubscribe send an email to freeipa-users-leave@lists.fedorahosted.org 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/freeipa-users@lists.fedorahoste...
Hi, Thank you very much. i was able to enroll the host into ipa. Now i have one more problem, when ever the LDAP user(s) logs in for the very first time into the added host, its not creating the home directory like /home/user(s) .
How to create home directory like /home/user(s) for the very first time login . can you help please
On 10/16/20 12:23 PM, anilkumar panditi via FreeIPA-users wrote:
Hi, Thank you very much. i was able to enroll the host into ipa. Now i have one more problem, when ever the LDAP user(s) logs in for the very first time into the added host, its not creating the home directory like /home/user(s) .
How to create home directory like /home/user(s) for the very first time login . can you help please
Hi,
if you haven't run ipa-client-install yet, you can append the option --mkhomedir to ipa-client-install , as described in [1].
If the machine is already installed as an IPA client, it is possible to enable home directory creation afterwards, with a difference procedure. It depends on the packages installed on your IPA client: is authconfig or authselect used?
You can run: # grep authselect /var/lib/ipa-client/sysrestore/sysrestore.state
If the command does not return anything, it means authconfig is in use and you need to run: # authconfig --enablemkhomedir --update
If the grep command returns "[authselect]", it means authselect is in use and you need to run: # authselect enable-feature with-mkhomedir
as explained in [2].
Hope this helps, flo
[1] https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/htm... [2] https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/htm...
FreeIPA-users mailing list -- freeipa-users@lists.fedorahosted.org To unsubscribe send an email to freeipa-users-leave@lists.fedorahosted.org 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/freeipa-users@lists.fedorahoste...
Thank you Florence. i can create individual LDAP user home directories now.
Thank you once again. Anil
freeipa-users@lists.fedorahosted.org