summaryrefslogtreecommitdiff
path: root/docs/Samba3-HOWTO/TOSHARG-StandAloneServer.xml
diff options
context:
space:
mode:
authorJohn Terpstra <jht@samba.org>2005-06-21 20:34:29 +0000
committerGerald W. Carter <jerry@samba.org>2008-04-23 08:46:51 -0500
commitb2ded598ca76ba61bd6efd1598434c986135e723 (patch)
tree88ac53934e3f637ba81132d52bbcebb5d9391318 /docs/Samba3-HOWTO/TOSHARG-StandAloneServer.xml
parent4242dd9d65c7c68ab15bbd598ff240e972e0d1e8 (diff)
downloadsamba-b2ded598ca76ba61bd6efd1598434c986135e723.tar.gz
samba-b2ded598ca76ba61bd6efd1598434c986135e723.tar.bz2
samba-b2ded598ca76ba61bd6efd1598434c986135e723.zip
Fixing index problems.
(This used to be commit 2e192190776e41ed96ccb77af945e8ab815be526)
Diffstat (limited to 'docs/Samba3-HOWTO/TOSHARG-StandAloneServer.xml')
-rw-r--r--docs/Samba3-HOWTO/TOSHARG-StandAloneServer.xml13
1 files changed, 6 insertions, 7 deletions
diff --git a/docs/Samba3-HOWTO/TOSHARG-StandAloneServer.xml b/docs/Samba3-HOWTO/TOSHARG-StandAloneServer.xml
index ae658e28ea..fa7fdf72b9 100644
--- a/docs/Samba3-HOWTO/TOSHARG-StandAloneServer.xml
+++ b/docs/Samba3-HOWTO/TOSHARG-StandAloneServer.xml
@@ -97,13 +97,12 @@ the Samba server is not a member of a domain security context.
<indexterm><primary>local smbpasswd file</primary></indexterm>
<indexterm><primary>LDAP backend</primary></indexterm>
<indexterm><primary>Winbind</primary></indexterm>
-Through the use of Pluggable Authentication Modules (PAM) and the name service switcher (NSS),
-which maintains the UNIX-user database, the source of authentication may reside on
-another server. We would be inclined to call this the authentication server.
-This means that the Samba server may use the local UNIX/Linux system password database
-(<filename>/etc/passwd</filename> or <filename>/etc/shadow</filename>), may use a
-local smbpasswd file, or may use an LDAP backend, or even via PAM and Winbind another CIFS/SMB server
-for authentication.
+Through the use of Pluggable Authentication Modules (PAM) (see <link linkend="pam">the chapter on PAM</link>)
+and the name service switcher (NSS), which maintains the UNIX-user database, the source of authentication may
+reside on another server. We would be inclined to call this the authentication server. This means that the
+Samba server may use the local UNIX/Linux system password database (<filename>/etc/passwd</filename> or
+<filename>/etc/shadow</filename>), may use a local smbpasswd file, or may use an LDAP backend, or even via PAM
+and Winbind another CIFS/SMB server for authentication.
</para>
</sect1>