summaryrefslogtreecommitdiff
path: root/docs-xml
diff options
context:
space:
mode:
authorSteve French <stevef@smf-t60p.smfdom>2008-08-16 14:30:18 -0400
committerKarolin Seeger <kseeger@samba.org>2008-08-18 15:08:43 +0200
commit723cc4eaf689b4a62f21101d265cbadcebcaf49a (patch)
tree40deffedd0ef590e63d15f2b209bd4347397976c /docs-xml
parent9bd25250509fb83f014a6d9ad1c5429daf23b047 (diff)
downloadsamba-723cc4eaf689b4a62f21101d265cbadcebcaf49a.tar.gz
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(-) (cherry picked from commit 34cf3c012e463d0ea04616308738aadea438f48b)
Diffstat (limited to 'docs-xml')
-rw-r--r--docs-xml/manpages-3/cifs.upcall.8.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs-xml/manpages-3/cifs.upcall.8.xml b/docs-xml/manpages-3/cifs.upcall.8.xml
index 8df776bbd4a..3c1bb247fa3 100644
--- a/docs-xml/manpages-3/cifs.upcall.8.xml
+++ b/docs-xml/manpages-3/cifs.upcall.8.xml
@@ -72,7 +72,7 @@ to be run that way.</para>
</varlistentry>
<varlistentry>
- <term>cifs.resolve</term>
+ <term>dns_resolver</term>
<listitem><para>This key type is for resolving hostnames into IP addresses
</para></listitem>
</varlistentry>
@@ -83,7 +83,7 @@ to be run that way.</para>
#OPERATION TYPE D C PROGRAM ARG1 ARG2...
#========= ============= = = ==========================================
create cifs.spnego * * /usr/local/sbin/cifs.upcall -c %k
-create cifs.resolver * * /usr/local/sbin/cifs.upcall %k
+create dns_resolver * * /usr/local/sbin/cifs.upcall %k
</programlisting>
<para>
See <citerefentry><refentrytitle>request-key.conf<manvolnum>5</manvolnum></refentrytitle></citerefentry> for more info on each field.