svn commit: samba-docs r298 - in trunk: manpages smbdotconf/logon

jelmer at samba.org jelmer at samba.org
Tue Dec 7 14:43:51 GMT 2004


Author: jelmer
Date: 2004-12-07 14:43:51 +0000 (Tue, 07 Dec 2004)
New Revision: 298

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-docs&rev=298

Log:
Add placeholder manpage for pam_winbind
Fix syntax error in "logon path"

Added:
   trunk/manpages/pam_winbind.8.xml
Modified:
   trunk/smbdotconf/logon/logonpath.xml


Changeset:
Added: trunk/manpages/pam_winbind.8.xml
===================================================================
--- trunk/manpages/pam_winbind.8.xml	2004-12-07 14:32:52 UTC (rev 297)
+++ trunk/manpages/pam_winbind.8.xml	2004-12-07 14:43:51 UTC (rev 298)
@@ -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>

Modified: trunk/smbdotconf/logon/logonpath.xml
===================================================================
--- trunk/smbdotconf/logon/logonpath.xml	2004-12-07 14:32:52 UTC (rev 297)
+++ trunk/smbdotconf/logon/logonpath.xml	2004-12-07 14:43:51 UTC (rev 298)
@@ -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>



More information about the samba-cvs mailing list