summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2004-12-07 14:43:51 +0000
committerGerald W. Carter <jerry@samba.org>2008-04-23 08:46:08 -0500
commita9ab022139761f680fc3a813be3dcdd984baf6fe (patch)
treeb80781004e38e70276e53fc7f3e0826805ace9c9 /docs
parentdde42df608753145425aff6881ae546147c43209 (diff)
downloadsamba-a9ab022139761f680fc3a813be3dcdd984baf6fe.tar.gz
samba-a9ab022139761f680fc3a813be3dcdd984baf6fe.tar.bz2
samba-a9ab022139761f680fc3a813be3dcdd984baf6fe.zip
Add placeholder manpage for pam_winbind
Fix syntax error in "logon path" (This used to be commit 8563343832a99196b47a4c6c6533c1fa279ea566)
Diffstat (limited to 'docs')
-rw-r--r--docs/manpages/pam_winbind.8.xml63
-rw-r--r--docs/smbdotconf/logon/logonpath.xml4
2 files changed, 66 insertions, 1 deletions
diff --git a/docs/manpages/pam_winbind.8.xml b/docs/manpages/pam_winbind.8.xml
new file mode 100644
index 0000000000..7edd433118
--- /dev/null
+++ b/docs/manpages/pam_winbind.8.xml
@@ -0,0 +1,63 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
+
+<!ENTITY % globalentities SYSTEM '../entities/global.entities'> %globalentities;
+]>
+<refentry id="pam_winbind.8">
+
+<refmeta>
+ <refentrytitle>pam_winbind</refentrytitle>
+ <manvolnum>8</manvolnum>
+</refmeta>
+
+
+<refnamediv>
+ <refname>pam_winbind</refname>
+ <refpurpose>PAM module for Winbind</refpurpose>
+</refnamediv>
+
+<refsect1>
+ <title>DESCRIPTION</title>
+
+ <para>This tool is part of the <citerefentry><refentrytitle>samba</refentrytitle>
+ <manvolnum>7</manvolnum></citerefentry> suite.</para>
+
+ <para>pam_winbind is a PAM module that can authenticate users against the local domain
+ by talking to the Winbind daemon.</para>
+
+</refsect1>
+
+<refsect1>
+ <title>OPTIONS</title>
+
+ <para>
+ pam_winbind does not support any additional options.
+ </para>
+
+</refsect1>
+
+<refsect1>
+ <title>SEE ALSO</title>
+
+ <para>winbind(8)</para>
+</refsect1>
+
+<refsect1>
+ <title>VERSION</title>
+
+ <para>This man page is correct for version 3.0 of Samba.</para>
+</refsect1>
+
+<refsect1>
+ <title>AUTHOR</title>
+
+ <para>The original Samba software and related utilities
+ were created by Andrew Tridgell. Samba is now developed
+ by the Samba Team as an Open Source project similar
+ to the way the Linux kernel is developed.</para>
+
+ <para>This manpage was written by Jelmer Vernooij.</para>
+
+</refsect1>
+
+</refentry>
diff --git a/docs/smbdotconf/logon/logonpath.xml b/docs/smbdotconf/logon/logonpath.xml
index 4cd04055c5..efbee54302 100644
--- a/docs/smbdotconf/logon/logonpath.xml
+++ b/docs/smbdotconf/logon/logonpath.xml
@@ -40,9 +40,11 @@
<para>This option takes the standard substitutions, allowing
you to have separate logon scripts for each user or machine.</para>
+ <warning>
<para>
Do not quote the value. Setting this as <quote>\\%N\profile\%U</quote>
- will break profile handling.
+ will break profile handling. </para>
+ </warning>
<para>Note that this option is only useful if Samba is set up
as a logon server.</para>