Displaying 2 results from an estimated 2 matches for "addpriv".
Did you mean:
addprinc
2018 Oct 23
2
Again NFSv4 and Kerberos at the 'samba way'...
...done:
a) installed 'nfs-kernel-server' on server, 'nfs-common' on client.
Ok, this is easy.
b) AFAI've understood i need to create a 'principal', type 'NFS', for
server and client, and store the key in ''local keytab''. Debian wiki
suggest:
addpriv -randkey NFS/vdmpp1.ad.fvg.lnf.it at AD.FVG.LNF.IT
ktadd NFS/vdmpp1.ad.fvg.lnf.it at AD.FVG.LNF.IT
but in 'samba' lingo the same operation can be obtained with (run in
the client and server, with appropiate data):
net -U gaio ads keytab add NFS/vdmpp1.ad.fvg.lnf.it at AD.FVG.LNF.IT -k...
2018 Oct 24
5
Again NFSv4 and Kerberos at the 'samba way'...
...'nfs-common' on client.
> Ok, this is easy.
>
Yes, that is easy...
>
> b) AFAI've understood i need to create a 'principal', type 'NFS', for
> server and client, and store the key in ''local keytab''. Debian wiki
> suggest:
> addpriv -randkey NFS/vdmpp1.ad.fvg.lnf.it at AD.FVG.LNF.IT
> ktadd NFS/vdmpp1.ad.fvg.lnf.it at AD.FVG.LNF.IT
>
> but in 'samba' lingo the same operation can be obtained with (run in
> the client and server, with appropiate data):
>
> net -U gaio ads keytab add
> NFS/vdmpp1...