----- Original Message ----- > From: "Ondrej Valousek" <[email protected]> > To: [email protected] > Sent: Wednesday, July 23, 2014 8:01:09 AM > Subject: [SSSD-users] rpc.gssd vs gssproxy > > Hi List, > > Sorry for the bit OT question. > How do I enable gssproxy on F20?
systemctl enable gssproxy.service > When I enable USE_GSSPROXY in > /etc/sysconfig/nfs and > systemctl start nfs-secure, rpc.gssd is started instead :( > Same story in CentOS 7 rpc.gssd is the *client* component of NFS, abd is used in conjunction with gssproxy (you still need to change /etc/gss/mech for it to work in F20, in the future that will not be necessary anymore). Only rpc.svcgssd, which is the server component is completely replaced by gssproxy (but you need to reboot if you want to do tests and switch between the 2). Little schematic of the 2 sides of the coin: NFS client app <-> nfs <-> rpc.gssd <-> gssproxy <-> KDC NFS Server kernel(nfs server) <-> gssproxy (OR rpc.svcgssd) <-> keytab Simo. -- Simo Sorce * Red Hat, Inc. * New York _______________________________________________ sssd-users mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/sssd-users
