Displaying 2 results from an estimated 2 matches for "home_all".
Did you mean:
home_afd
2018 Feb 05
1
Using Samba AD for NFSV4 Kerberos servers and clients
...D.
I don't know about using WInbind... I dropped that option during
testing. I found it to be a flaky daemon. SSSD also had more options.
Here's a sanitized version of some of some config files:
########## /etc/auto.master #################################
/users /etc/auto.home_all --timeout=60
#############################################################
########## /etc/auto.home_all ###############################
* -fstype=nfs4,rw,sec=krb5 server.example.com:/&
#############################################################
########## begin client /etc/samba/sm...
2018 Feb 05
6
Using Samba AD for NFSV4 Kerberos servers and clients
Thanks Luc,
First, can I just use the small /etc/krb5.conf suggested in Samba AD
docs or do I need something more substantial on the server & client for
Kerberos NFS to work?
[libdefaults]
default_realm = SUBDOMAIN.DOMAIN.COM
dns_lookup_realm = false
dns_lookup_kdc = true
I understand a /etc/krb5.keytab file has to be created on both server &
client. Most