From c038a4e9c09ba4ac77d885ac0afee418f41b8891 Mon Sep 17 00:00:00 2001 From: bubulle Date: Tue, 6 Apr 2010 18:12:47 +0000 Subject: Revert to 3.4.7...for now? git-svn-id: svn://svn.debian.org/svn/pkg-samba/trunk/samba@3416 fc4039ab-9d04-0410-8cac-899223bdd6b0 --- docs/htmldocs/manpages/pam_winbind.8.html | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) (limited to 'docs/htmldocs/manpages/pam_winbind.8.html') diff --git a/docs/htmldocs/manpages/pam_winbind.8.html b/docs/htmldocs/manpages/pam_winbind.8.html index fa708fdc75..159ce09333 100644 --- a/docs/htmldocs/manpages/pam_winbind.8.html +++ b/docs/htmldocs/manpages/pam_winbind.8.html @@ -1,6 +1,6 @@ -pam_winbind

Name

pam_winbind — PAM module for Winbind

DESCRIPTION

This tool is part of the samba(7) suite.

+pam_winbind

Name

pam_winbind — PAM module for Winbind

DESCRIPTION

This tool is part of the samba(7) suite.

pam_winbind is a PAM module that can authenticate users against the local domain by talking to the Winbind daemon. -

SYNOPSIS

+

SYNOPSIS

Edit the PAM system config /etc/pam.d/service and modify it as the following example shows:

 			    ...
@@ -19,16 +19,14 @@
 
 		Make sure that pam_winbind is one of the first modules in the session part. It may retrieve
 		kerberos tickets which are needed by other modules.
-	

OPTIONS

+

OPTIONS

pam_winbind supports several options which can either be set in the PAM configuration files or in the pam_winbind configuration file situated at /etc/security/pam_winbind.conf. Options from the PAM configuration file take precedence to those from - the configuration file. See - pam_winbind.conf(5) - for further details. + the configuration file.

debug

Gives debugging output to syslog.

debug_state

Gives detailed PAM state debugging output to syslog.

require_membership_of=[SID or NAME]

If this option is set, pam_winbind will only succeed if the user is a member of the given SID or NAME. A SID @@ -84,7 +82,7 @@ going to expire. Defaults to 14 days.

-

PAM DATA EXPORTS

This section describes the data exported in the PAM stack which could be used in other PAM modules.

PAM_WINBIND_HOMEDIR

+

PAM DATA EXPORTS

This section describes the data exported in the PAM stack which could be used in other PAM modules.

PAM_WINBIND_HOMEDIR

This is the Windows Home Directory set in the profile tab in the user settings on the Active Directory Server. This could be a local path or a directory on a share mapped to a drive. @@ -95,9 +93,9 @@ This exports the Active Directory server we are authenticating against. This can be used as a variable later.

PAM_WINBIND_PROFILEPATH

- This is the profile path set in the profile tab in the user settings. Normally + This is the profile path set in the profile tab in the user settings. Noramlly the home directory is synced with this directory on a share. -

VERSION

This man page is correct for version 3 of Samba.

AUTHOR

+

VERSION

This man page is correct for version 3 of Samba.

AUTHOR

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.

This manpage was written by Jelmer Vernooij and Guenther Deschner.

-- cgit v1.2.3