summaryrefslogtreecommitdiffstats
path: root/docs-xml
diff options
context:
space:
mode:
authorJeff Layton <jlayton@redhat.com>2009-08-14 07:59:50 -0400
committerJeff Layton <jlayton@redhat.com>2009-08-14 07:59:50 -0400
commitb10bdef4e75ffe48d563b2f0825b82519a71c9a7 (patch)
tree57be6bd335d277339819d2bf5b592b22c154d314 /docs-xml
parent750ceb82390bd490bfd0431d52cd83b11201d548 (diff)
downloadsamba-b10bdef4e75ffe48d563b2f0825b82519a71c9a7.tar.gz
samba-b10bdef4e75ffe48d563b2f0825b82519a71c9a7.tar.xz
samba-b10bdef4e75ffe48d563b2f0825b82519a71c9a7.zip
cifs.upcall: try getting a "cifs/" principal and fall back to "host/"
cifs.upcall takes a "-c" flag that tells the upcall to get a principal in the form of "cifs/hostname.example.com@REALM" instead of "host/hostname.example.com@REALM". This has turned out to be a source of great confusion for users. Instead of requiring this flag, have the upcall try to get a "cifs/" principal first. If that fails, fall back to getting a "host/" principal. Signed-off-by: Jeff Layton <jlayton@redhat.com>
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 6e22bff9c27..427bb44479e 100644
--- a/docs-xml/manpages-3/cifs.upcall.8.xml
+++ b/docs-xml/manpages-3/cifs.upcall.8.xml
@@ -48,7 +48,7 @@ to be run that way.</para>
<variablelist>
<varlistentry>
<term>-c</term>
- <listitem><para>When handling a kerberos upcall, use a service principal that starts with "cifs/". The default is to use the "host/" service principal.
+ <listitem><para>This option is deprecated and is currently ignored.
</para></listitem>
</varlistentry>
@@ -86,7 +86,7 @@ to be run that way.</para>
<programlisting>
#OPERATION TYPE D C PROGRAM ARG1 ARG2...
#========= ============= = = ==========================================
-create cifs.spnego * * /usr/local/sbin/cifs.upcall -c %k
+create cifs.spnego * * /usr/local/sbin/cifs.upcall %k
create dns_resolver * * /usr/local/sbin/cifs.upcall %k
</programlisting>
<para>