summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authorSteve French <stevef@smf-t60p.smfdom>2008-08-05 13:27:07 -0500
committerSteve French <stevef@smf-t60p.smfdom>2008-08-05 13:27:07 -0500
commit24a93d03c2ca4e718968e2024604e0f398c96659 (patch)
tree6cb368fb986089fb940abb197e0f08f668dd3651 /source
parent92fad0fc537e75c726d5d6794dd0c4fd61edca2d (diff)
downloadsamba-24a93d03c2ca4e718968e2024604e0f398c96659.tar.gz
samba-24a93d03c2ca4e718968e2024604e0f398c96659.tar.xz
samba-24a93d03c2ca4e718968e2024604e0f398c96659.zip
cifs.upcall: fix manpage and comments
The "cifs.resolver" key type has been changed to "dns_resolver". Fix the comments at the top of cifs.upcall and the manpage accordingly. Signed-off-by: Jeff Layton <jlayton@redhat.com> Signed-off-by: Steve French <sfrench@samba.org> --- docs-xml/manpages-3/cifs.upcall.8.xml | 4 ++-- source/client/cifs.upcall.c | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-)
Diffstat (limited to 'source')
-rw-r--r--source/client/cifs.upcall.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/client/cifs.upcall.c b/source/client/cifs.upcall.c
index 70dae1a4123..d6c1ddcc0e8 100644
--- a/source/client/cifs.upcall.c
+++ b/source/client/cifs.upcall.c
@@ -5,11 +5,11 @@
* Used by /sbin/request-key for handling
* cifs upcall for kerberos authorization of access to share and
* cifs upcall for DFS srver name resolving (IPv4/IPv6 aware).
-* You should have keyutils installed and add following line to
-* /etc/request-key.conf file
+* You should have keyutils installed and add something like the
+* following lines to /etc/request-key.conf file:
-create cifs.spnego * * /usr/local/sbin/cifs.upcall [-v][-c] %k
-create cifs.resolver * * /usr/local/sbin/cifs.upcall [-v] %k
+create cifs.spnego * * /usr/local/sbin/cifs.upcall %k
+create dns_resolver * * /usr/local/sbin/cifs.upcall %k
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by