Changeset 862 for trunk/server/docs/manpages/winbindd.8
- Timestamp:
- May 13, 2014, 11:39:04 AM (11 years ago)
- Location:
- trunk/server
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server
- Property svn:mergeinfo changed
/vendor/current merged: 860
- Property svn:mergeinfo changed
-
trunk/server/docs/manpages/winbindd.8
r752 r862 2 2 .\" Title: winbindd 3 3 .\" Author: [see the "AUTHOR" section] 4 .\" Generator: DocBook XSL Stylesheets v1.7 5.2<http://docbook.sf.net/>5 .\" Date: 10/29/20124 .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> 5 .\" Date: 09/18/2013 6 6 .\" Manual: System Administration tools 7 7 .\" Source: Samba 3.6 8 8 .\" Language: English 9 9 .\" 10 .TH "WINBINDD" "8" "10/29/2012" "Samba 3\&.6" "System Administration tools" 10 .TH "WINBINDD" "8" "09/18/2013" "Samba 3\&.6" "System Administration tools" 11 .\" ----------------------------------------------------------------- 12 .\" * Define some portability stuff 13 .\" ----------------------------------------------------------------- 14 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 15 .\" http://bugs.debian.org/507673 16 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html 17 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 18 .ie \n(.g .ds Aq \(aq 19 .el .ds Aq ' 11 20 .\" ----------------------------------------------------------------- 12 21 .\" * set default formatting … … 42 51 PAM module, by managing connections to domain controllers\&. In this configuration the 43 52 \m[blue]\fBidmap config * : range\fR\m[] 44 parameter is not required\&. (This is known as `netlogon proxy only mode\ '\&.)53 parameter is not required\&. (This is known as `netlogon proxy only mode\*(Aq\&.) 45 54 .PP 46 55 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 through the … … 50 59 The service provided by 51 60 winbindd 52 is called `winbind\ 'and can be used to resolve user and group information from a Windows NT server\&. The service can also provide authentication services via an associated PAM module\&.61 is called `winbind\*(Aq and can be used to resolve user and group information from a Windows NT server\&. The service can also provide authentication services via an associated PAM module\&. 53 62 .PP 54 63 The … … 152 161 and 153 162 svscan 154 from Daniel J\&. Bernstein\ 's163 from Daniel J\&. Bernstein\*(Aqs 155 164 daemontools 156 165 package, or the AIX process monitor\&. … … 174 183 .sp 175 184 Note that specifying this parameter here will override the 176 \m[blue]\fB \%smb.conf.5.html#\fR\m[]185 \m[blue]\fBlog level\fR\m[] 177 186 parameter in the 178 187 smb\&.conf … … 219 228 \-n 220 229 .RS 4 221 Disable caching\&. This means winbindd will always have to wait for a response from the domain controller before it can respond to a client and this thus makes things slower\&. The results will however be more accurate, since results from the cache might not be up\-to\-date\&. This might also temporarily hang winbindd if the DC doesn\ 't respond\&.230 Disable caching\&. This means winbindd will always have to wait for a response from the domain controller before it can respond to a client and this thus makes things slower\&. The results will however be more accurate, since results from the cache might not be up\-to\-date\&. This might also temporarily hang winbindd if the DC doesn\*(Aqt respond\&. 222 231 .RE 223 232 .SH "NAME AND ID RESOLUTION" … … 533 542 $LOCKDIR/winbindd_privileged/pipe 534 543 .RS 4 535 The UNIX pipe over which \ 'privileged\'clients communicate with the544 The UNIX pipe over which \*(Aqprivileged\*(Aq clients communicate with the 536 545 winbindd 537 546 program\&. For security reasons, access to some winbindd functions \- like those needed by the 538 547 ntlm_auth 539 utility \- is restricted\&. By default, only users in the \ 'root\' group will get this access, however the administrator may change the group permissions on $LOCKDIR/winbindd_privileged to allow programs like \'squid\'to use ntlm_auth\&. Note that the winbind client will only attempt to connect to the winbindd daemon if both the548 utility \- is restricted\&. By default, only users in the \*(Aqroot\*(Aq group will get this access, however the administrator may change the group permissions on $LOCKDIR/winbindd_privileged to allow programs like \*(Aqsquid\*(Aq to use ntlm_auth\&. Note that the winbind client will only attempt to connect to the winbindd daemon if both the 540 549 $LOCKDIR/winbindd_privileged 541 550 directory and
Note:
See TracChangeset
for help on using the changeset viewer.