Ignore:
Timestamp:
Sep 30, 2008, 7:14:08 AM (17 years ago)
Author:
Paul Smedley
Message:

Update source to 3.0.32

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.0/docs/manpages/winbindd.8

    r135 r158  
    22.\"    Author:
    33.\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/>
    4 .\"      Date: 05/28/2008
     4.\"      Date: 08/25/2008
    55.\"    Manual: System Administration tools
    6 .\"    Source: Samba 3.0
     6.\"    Source: Samba 3.2
    77.\"
    8 .TH "WINBINDD" "8" "05/28/2008" "Samba 3\.0" "System Administration tools"
     8.TH "WINBINDD" "8" "08/25/2008" "Samba 3\.2" "System Administration tools"
    99.\" disable hyphenation
    1010.nh
     
    3232and the
    3333pam_winbind\.so
    34 PAM module, by managing connections to domain controllers\. In this configuraiton the
     34PAM module, by managing connections to domain controllers\. In this configuration the
    3535\fIidmap uid\fR
    3636and
     
    3838parameters are not required\. (This is known as `netlogon proxy only mode\'\.)
    3939.PP
    40 The Name Service Switch allows user and system information to be obtained from different databases services such as NIS or DNS\. The exact behaviour can be configured throught the
     40The Name Service Switch allows user and system information to be obtained from different databases services such as NIS or DNS\. The exact behaviour can be configured through the
    4141\fI/etc/nsswitch\.conf\fR
    4242file\. Users and groups are allocated as they are resolved to a range of user and group ids specified by the administrator of the Samba system\.
     
    107107passwd:         files winbind
    108108group:          files winbind
    109 ## only available on IRIX; Linux users should us libnss_wins\.so
    110 hosts:          files dns winbind
     109## only available on IRIX: use winbind to resolve hosts:
     110# hosts:        files dns winbind
     111## All other NSS enabled systems should use libnss_wins\.so like this:
     112hosts:          files dns wins
     113
    111114.fi
    112115.RE
     
    551554.SH "VERSION"
    552555.PP
    553 This man page is correct for version 3\.0 of the Samba suite\.
     556This man page is correct for version 3 of the Samba suite\.
    554557.SH "SEE ALSO"
    555558.PP
Note: See TracChangeset for help on using the changeset viewer.