Displaying 4 results from an estimated 4 matches for "rpcsvcgssdopts".
2018 Nov 06
0
Again NFSv4 and Kerberos at the 'samba way'...
...fs_config=/etc/sysconfig/nfs		<< does not exist. 
mkdir -p /run/sysconfig
{
echo PIPEFS_MOUNTPOINT=/run/rpc_pipefs
echo RPCNFSDARGS=\"$RPCNFSDOPTS ${RPCNFSDCOUNT:-8}\"
echo RPCMOUNTDARGS=\"$RPCMOUNTDOPTS\"
echo STATDARGS=\"$STATDOPTS\"
echo RPCSVCGSSDARGS=\"$RPCSVCGSSDOPTS\"
} > /run/sysconfig/nfs-utils
Im thinking.. 
Should nfs_config=  not be /run/sysconfig/nfs-utils ? 
Im not really sure here. 
What you can try/do also 
systemctl edit --full rpc-gssd.service
A copy is made of  rpc-gssd.service and placed in /etc/systemd 
And edit that file then change....
2018 Oct 31
12
Again NFSv4 and Kerberos at the 'samba way'...
Hai Marco, 
> 
> Mandi! L.P.H. van Belle via samba
>   In chel di` si favelave...
> 
> > Sofar, until tomorrow, 
> 
> Done some tests, metoo.
> 
> 1) seems that nfs-common is disabled 'by design'. Looking at debian
> changelog:
> 
>  nfs-utils (1:1.2.8-9.1) unstable; urgency=medium
> 
>   Partial sync from ubuntu, included changes:
> 
>  
2018 Oct 23
2
Again NFSv4 and Kerberos at the 'samba way'...
Sorry, i come back to this topic in a different thread, because i'm
still totally puzzled with the previuous one. Louis, sorry me. ;(
I've tried to start with this, that seems very simple:
	https://wiki.debian.org/NFS/Kerberos
And so i've done:
a) installed 'nfs-kernel-server' on server,  'nfs-common' on client.
 Ok, this is easy.
b) AFAI've understood i need
2015 Oct 09
5
kerberos nfs4's principals and root access
Hai Batiste, 
Ok, thanks for these, i'll test that also. 
And the "why" is a bit more explained here. 
http://www.citi.umich.edu/projects/nfsv4/crossrealm/libnfsidmap_config.html 
and per example, 
http://www.citi.umich.edu/projects/nfsv4/crossrealm/ldap_server_setup.html 
First my work here, but this is a good one which i also need to adjust in my scripts, so thank you for asking