Ignore:
Timestamp:
May 23, 2008, 6:56:41 AM (17 years ago)
Author:
Paul Smedley
Message:

Update source to 3.0.29

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.0/docs/manpages/pam_winbind.7

    r44 r134  
    1 .\"Generated by db2man.xsl. Don't modify this, modify the source.
    2 .de Sh \" Subsection
    3 .br
    4 .if t .Sp
    5 .ne 5
    6 .PP
    7 \fB\\$1\fR
    8 .PP
    9 ..
    10 .de Sp \" Vertical space (when we can't use .PP)
    11 .if t .sp .5v
    12 .if n .sp
    13 ..
    14 .de Ip \" List item
    15 .br
    16 .ie \\n(.$>=3 .ne \\$3
    17 .el .ne 3
    18 .IP "\\$1" \\$2
    19 ..
    20 .TH "PAM_WINBIND" 7 "" "" ""
     1.\"     Title: pam_winbind
     2.\"    Author:
     3.\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/>
     4.\"      Date: 05/21/2008
     5.\"    Manual: 7
     6.\"    Source: Samba 3.0
     7.\"
     8.TH "PAM_WINBIND" "7" "05/21/2008" "Samba 3\.0" "7"
     9.\" disable hyphenation
     10.nh
     11.\" disable justification (adjust text to left margin only)
     12.ad l
    2113.SH "NAME"
    2214pam_winbind - PAM module for Winbind
     
    2517This tool is part of the
    2618\fBsamba\fR(7)
    27 suite.
     19suite\.
    2820.PP
    29 pam_winbind is a PAM module that can authenticate users against the local domain by talking to the Winbind daemon.
     21pam_winbind is a PAM module that can authenticate users against the local domain by talking to the Winbind daemon\.
    3022.SH "OPTIONS"
    3123.PP
    3224pam_winbind supports several options which can either be set in the PAM configuration files or in the pam_winbind configuration file situated at
    33 \fI/etc/security/pam_winbind.conf\fR. Options from the PAM configuration file take precedence to those from the configuration file.
     25\fI/etc/security/pam_winbind\.conf\fR\. Options from the PAM configuration file take precedence to those from the configuration file\.
    3426.PP
    3527debug
    36 .RS 3n
    37 Gives debugging output to syslog.
     28.RS 4
     29Gives debugging output to syslog\.
    3830.RE
    3931.PP
    4032debug_state
    41 .RS 3n
    42 Gives detailed PAM state debugging output to syslog.
     33.RS 4
     34Gives detailed PAM state debugging output to syslog\.
    4335.RE
    4436.PP
    4537require_membership_of=[SID or NAME]
    46 .RS 3n
    47 If this option is set, pam_winbind will only succeed if the user is a member of the given SID or NAME. A SID can be either a group-SID, a alias-SID or even a user-SID. It is also possible to give a NAME instead of the SID. That name must have the form:
    48 \fIMYDOMAIN\\mygroup\fR
     38.RS 4
     39If this option is set, pam_winbind will only succeed if the user is a member of the given SID or NAME\. A SID can be either a group\-SID, an alias\-SID or even an user\-SID\. It is also possible to give a NAME instead of the SID\. That name must have the form:
     40\fIMYDOMAIN\e\emygroup\fR
    4941or
    50 \fIMYDOMAIN\\myuser\fR. pam_winbind will, in that case, lookup the SID internally. Note that NAME may not contain any spaces. It is thus recommended to only use SIDs. You can verify the list of SIDs a user is a member of with
    51 wbinfo --user-sids=SID.
     42\fIMYDOMAIN\e\emyuser\fR\. pam_winbind will, in that case, lookup the SID internally\. Note that NAME may not contain any spaces\. It is thus recommended to only use SIDs\. You can verify the list of SIDs a user is a member of with
     43wbinfo \-\-user\-sids=SID\.
    5244.RE
    5345.PP
    5446try_first_pass
    55 .RS 3n
    56 
     47.RS 4
    5748.RE
    5849.PP
    5950use_first_pass
    60 .RS 3n
    61 By default, pam_winbind tries to get the authentication token from a previous module. If no token is available it asks the user for the old password. With this option, pam_winbind aborts with an error if no authentication token from a previous module is available.
     51.RS 4
     52By default, pam_winbind tries to get the authentication token from a previous module\. If no token is available it asks the user for the old password\. With this option, pam_winbind aborts with an error if no authentication token from a previous module is available\.
    6253.RE
    6354.PP
    6455use_authtok
    65 .RS 3n
    66 Set the new password to the one provided by the previously stacked password module. If this option is not set pam_winbind will ask the user for the new password.
     56.RS 4
     57Set the new password to the one provided by the previously stacked password module\. If this option is not set pam_winbind will ask the user for the new password\.
    6758.RE
    6859.PP
    6960krb5_auth
    70 .RS 3n
    71 pam_winbind can authenticate using Kerberos when winbindd is talking to an Active Directory domain controller. Kerberos authentication must be enabled with this parameter. When Kerberos authentication can not succeed (e.g. due to clock skew), winbindd will fallback to samlogon authentication over MSRPC. When this parameter is used in conjunction with
    72 \fIwinbind refresh tickets\fR, winbind will keep your Ticket Granting Ticket (TGT) uptodate by refreshing it whenever necessary.
     61.RS 4
     62pam_winbind can authenticate using Kerberos when winbindd is talking to an Active Directory domain controller\. Kerberos authentication must be enabled with this parameter\. When Kerberos authentication can not succeed (e\.g\. due to clock skew), winbindd will fallback to samlogon authentication over MSRPC\. When this parameter is used in conjunction with
     63\fIwinbind refresh tickets\fR, winbind will keep your Ticket Granting Ticket (TGT) uptodate by refreshing it whenever necessary\.
    7364.RE
    7465.PP
    7566krb5_ccache_type=[type]
    76 .RS 3n
     67.RS 4
    7768When pam_winbind is configured to try kerberos authentication by enabling the
    7869\fIkrb5_auth\fR
    79 option, it can store the retrieved Ticket Granting Ticket (TGT) in a credential cache. The type of credential cache can be set with this option. Currently the only supported value is:
    80 \fIFILE\fR. In that case a credential cache in the form of /tmp/krb5cc_UID will be created, where UID is replaced with the numeric user id. Leave empty to just do kerberos authentication without having a ticket cache after the logon has succeeded.
     70option, it can store the retrieved Ticket Granting Ticket (TGT) in a credential cache\. The type of credential cache can be set with this option\. Currently the only supported value is:
     71\fIFILE\fR\. In that case a credential cache in the form of /tmp/krb5cc_UID will be created, where UID is replaced with the numeric user id\. Leave empty to just do kerberos authentication without having a ticket cache after the logon has succeeded\.
    8172.RE
    8273.PP
    8374cached_login
    84 .RS 3n
     75.RS 4
    8576Winbind allows to logon using cached credentials when
    8677\fIwinbind offline logon\fR
    87 is enabled. To use this feature from the PAM module this option must be set.
     78is enabled\. To use this feature from the PAM module this option must be set\.
    8879.RE
    8980.PP
    9081silent
    91 .RS 3n
    92 Do not emit any messages.
     82.RS 4
     83Do not emit any messages\.
    9384.RE
    94 
    9585.SH "SEE ALSO"
    9686.PP
     
    10090.SH "VERSION"
    10191.PP
    102 This man page is correct for version 3.0 of Samba.
     92This man page is correct for version 3\.0 of Samba\.
    10393.SH "AUTHOR"
    10494.PP
    105 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.
     95The 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\.
    10696.PP
    107 This manpage was written by Jelmer Vernooij and Guenther Deschner.
    108 
     97This manpage was written by Jelmer Vernooij and Guenther Deschner\.
Note: See TracChangeset for help on using the changeset viewer.