]> git.decadent.org.uk Git - nfs-utils.git/commit
gssd: Remove insane sanity checks of the service name
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 28 Nov 2012 19:25:33 +0000 (14:25 -0500)
committerSteve Dickson <steved@redhat.com>
Wed, 28 Nov 2012 19:48:01 +0000 (14:48 -0500)
commita1f8afc560d59ddebd82b7620a1e70b5b0ca6216
tree9acac11410836b1918ce503ebd008d618b6be9ab
parentbf64ebb2faaba0666068c502353fb0c49c23c756
gssd: Remove insane sanity checks of the service name

Either we trust the info file, or we don't. The current
'checks' only work for the combination 'nfs', '100003' and
a version number between 2 and 4.
The problem is that the callback channel also wants to use
'nfs' in combination with a different program number and
version number.

This patch throws the bogus checks out altogether and lets the
kernel use whatever combination it wants....

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Signed-off-by: Steve Dickson <steved@redhat.com>
utils/gssd/gssd_proc.c