]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - utils/gssd/gssd.h
Add option to allow root to use credentials other than machine credentials
[nfs-utils.git] / utils / gssd / gssd.h
index ec91e8980117391a7aa3b19b664212355cefa544..3622b48c9557e42ac3272ea15c81e685e29865d3 100644 (file)
@@ -62,6 +62,7 @@ extern char                   pipefsdir[PATH_MAX];
 extern char                    keytabfile[PATH_MAX];
 extern char                    ccachedir[PATH_MAX];
 extern int                     use_memcache;
+extern int                     root_uses_machine_creds;
 
 TAILQ_HEAD(clnt_list_head, clnt_info) clnt_list;