diff options
author | Steve French <stevef@smf-t60p.smfdom> | 2008-08-05 13:27:07 -0500 |
---|---|---|
committer | Steve French <stevef@smf-t60p.smfdom> | 2008-08-05 13:27:07 -0500 |
commit | b893729a3dce43b0c04deec82ee89c4b19a0f8ee (patch) | |
tree | 99dea0da2c169044ae9420fa8bfb4e5f93b781ff /docs-xml | |
parent | 70dccd1468d0a5de123bfa600e7602648e6d2cc1 (diff) | |
download | samba-b893729a3dce43b0c04deec82ee89c4b19a0f8ee.tar.gz samba-b893729a3dce43b0c04deec82ee89c4b19a0f8ee.tar.bz2 samba-b893729a3dce43b0c04deec82ee89c4b19a0f8ee.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(-)
(This used to be commit 24a93d03c2ca4e718968e2024604e0f398c96659)
Diffstat (limited to 'docs-xml')
-rw-r--r-- | docs-xml/manpages-3/cifs.upcall.8.xml | 4 |
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 8df776bbd4..3c1bb247fa 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. |