FreeIPA Automounting NFS
-
@AlyRagab i also edited the /etc/nsswitch as " automount: files sss "
but the same problem , even i use the normal autofs configuration in ubuntu i could not automount the home directory. -
@AlyRagab said in FreeIPA Automounting NFS:
@AlyRagab i also edited the /etc/nsswitch as " automount: files sss "
but the same problem , even i use the normal autofs configuration in ubuntu i could not automount the home directory.After setting the local files did you restart rpcidmapd and rpcgssd?
You might have to set the automount to mount NFS version 3. I set up authentication once for an Ubuntu machine but not automounting. Everything I have is RHEL.
If you can't get the files working either I'd suspect it's something to do with Ubuntu.
If you're not using krb5p or krb5i you could just tell it to use NFS version 3 by default.
-
@stacksofplates said in FreeIPA Automounting NFS:
@AlyRagab said in FreeIPA Automounting NFS:
@AlyRagab i also edited the /etc/nsswitch as " automount: files sss "
but the same problem , even i use the normal autofs configuration in ubuntu i could not automount the home directory.After setting the local files did you restart rpcidmapd and rpcgssd?
You might have to set the automount to mount NFS version 3. I set up authentication once for an Ubuntu machine but not automounting. Everything I have is RHEL.
If you can't get the files working either I'd suspect it's something to do with Ubuntu.
If you're not using krb5p or krb5i you could just tell it to use NFS version 3 by default.
i could not find the rpcidmapd and rpcgssd services
also i can mount the NFS share manually without any problem! -
@AlyRagab said in FreeIPA Automounting NFS:
@stacksofplates said in FreeIPA Automounting NFS:
@AlyRagab said in FreeIPA Automounting NFS:
@AlyRagab i also edited the /etc/nsswitch as " automount: files sss "
but the same problem , even i use the normal autofs configuration in ubuntu i could not automount the home directory.After setting the local files did you restart rpcidmapd and rpcgssd?
You might have to set the automount to mount NFS version 3. I set up authentication once for an Ubuntu machine but not automounting. Everything I have is RHEL.
If you can't get the files working either I'd suspect it's something to do with Ubuntu.
If you're not using krb5p or krb5i you could just tell it to use NFS version 3 by default.
i could not find the rpcidmapd and rpcgssd services
also i can mount the NFS share manually without any problem!On my way home. I'llbe able to reply when I'm not driving.
-
So first I'd run
ipa-client-automount --uninstall
Then I'd set the configs like this:
auto.master
/home/ipa /etc/auto.home
auto.home
* nfsserver:/<path-for-user-dir>/&
Then restart autofs
systemctl restart autofs
-
i have tested it using Fedora and everything is working fine without any kind of troubleshooting , so why ubuntu is not simple as Fedora ?!!
-
@AlyRagab said in FreeIPA Automounting NFS:
i have tested it using Fedora and everything is working fine without any kind of troubleshooting , so why ubuntu is not simple as Fedora ?!!
Ha that's a good question. I stick with RHEL based products when I can.
-
@stacksofplates said in FreeIPA Automounting NFS:
@AlyRagab said in FreeIPA Automounting NFS:
i have tested it using Fedora and everything is working fine without any kind of troubleshooting , so why ubuntu is not simple as Fedora ?!!
Ha that's a good question. I stick with RHEL based products when I can.
i am planning from now to get rid of Ubuntu and use Fedora for Hosts and i am already work with CentOS
-
@AlyRagab said in FreeIPA Automounting NFS:
@stacksofplates said in FreeIPA Automounting NFS:
@AlyRagab said in FreeIPA Automounting NFS:
i have tested it using Fedora and everything is working fine without any kind of troubleshooting , so why ubuntu is not simple as Fedora ?!!
Ha that's a good question. I stick with RHEL based products when I can.
i am planning from now to get rid of Ubuntu and use Fedora for Hosts and i am already work with CentOS
CentOS / RHEL user here too.
-
The only Ubuntu system I have is my UniFi controller