Changeset 988 for vendor/current/docs/manpages/winbindd.8
- Timestamp:
- Nov 24, 2016, 1:14:11 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/docs/manpages/winbindd.8
r860 r988 2 2 .\" Title: winbindd 3 3 .\" Author: [see the "AUTHOR" section] 4 .\" Generator: DocBook XSL Stylesheets v1.7 6.1 <http://docbook.sf.net/>5 .\" Date: 0 9/18/20134 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/> 5 .\" Date: 05/02/2016 6 6 .\" Manual: System Administration tools 7 .\" Source: Samba 3.67 .\" Source: Samba 4.4 8 8 .\" Language: English 9 9 .\" 10 .TH "WINBINDD" "8" "0 9/18/2013" "Samba 3\&.6" "System Administration tools"10 .TH "WINBINDD" "8" "05/02/2016" "Samba 4\&.4" "System Administration tools" 11 11 .\" ----------------------------------------------------------------- 12 12 .\" * Define some portability stuff … … 32 32 .SH "SYNOPSIS" 33 33 .HP \w'\ 'u 34 winbindd [\-D ] [\-F] [\-S] [\-i] [\-d\ <debug\ level>] [\-s\ <smb\ config\ file>] [\-n]34 winbindd [\-D|\-\-daemon] [\-F|\-\-foreground] [\-S|\-\-stdout] [\-i|\-\-interactive] [\-d\ <debug\ level>] [\-s\ <smb\ config\ file>] [\-n|\-\-no\-caching] [\-\-no\-process\-group] 35 35 .SH "DESCRIPTION" 36 36 .PP … … 144 144 .SH "OPTIONS" 145 145 .PP 146 \-D 146 \-D|\-\-daemon 147 147 .RS 4 148 148 If specified, this parameter causes the server to operate as a daemon\&. That is, it detaches itself and runs in the background on the appropriate port\&. This switch is assumed if … … 151 151 .RE 152 152 .PP 153 \-F 153 \-F|\-\-foreground 154 154 .RS 4 155 155 If specified, this parameter causes the main … … 166 166 .RE 167 167 .PP 168 \-S 168 \-S|\-\-stdout 169 169 .RS 4 170 170 If specified, this parameter causes … … 173 173 .RE 174 174 .PP 175 \-d|\-\-debuglevel=level 176 .RS 4 177 \fIlevel\fR 178 is an integer from 0 to 10\&. The default value if this parameter is not specified is 0\&. 179 .sp 180 The higher this value, the more detail will be logged to the log files about the activities of the server\&. At level 0, only critical errors and serious warnings will be logged\&. Level 1 is a reasonable level for day\-to\-day running \- it generates a small amount of information about operations carried out\&. 181 .sp 182 Levels above 1 will generate considerable amounts of log data, and should only be used when investigating a problem\&. Levels above 3 are designed for use only by developers and generate HUGE amounts of log data, most of which is extremely cryptic\&. 183 .sp 184 Note that specifying this parameter here will override the 185 \m[blue]\fBlog level\fR\m[] 186 parameter in the 187 smb\&.conf 188 file\&. 189 .RE 190 .PP 191 \-V|\-\-version 192 .RS 4 193 Prints the program version number\&. 194 .RE 195 .PP 196 \-s|\-\-configfile <configuration file> 197 .RS 4 198 The file specified contains the configuration details required by the server\&. The information in this file includes server\-specific information such as what printcap file to use, as well as descriptions of all the services that the server is to provide\&. See 199 smb\&.conf 200 for more information\&. The default configuration file name is determined at compile time\&. 201 .RE 202 .PP 203 \-l|\-\-log\-basename=logdirectory 204 .RS 4 205 Base directory name for log/debug files\&. The extension 206 \fB"\&.progname"\fR 207 will be appended (e\&.g\&. log\&.smbclient, log\&.smbd, etc\&.\&.\&.)\&. The log file is never removed by the client\&. 208 .RE 209 .PP 210 \-h|\-\-help 211 .RS 4 212 Print a summary of command line options\&. 213 .RE 214 .PP 215 \-i 175 \-i|\-\-interactive 216 176 .RS 4 217 177 Tells … … 226 186 .RE 227 187 .PP 228 \-n 229 .RS 4 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\&. 188 \-n|\-\-no\-caching 189 .RS 4 190 Disable some caching\&. This means winbindd will often 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\&. This does not disable the samlogon cache, which is required for group membership tracking in trusted environments\&. 191 .RE 192 .PP 193 \-\-no\-process\-group 194 .RS 4 195 Do not create a new process group for winbindd\&. 231 196 .RE 232 197 .SH "NAME AND ID RESOLUTION" … … 255 220 .IP \(bu 2.3 256 221 .\} 257 258 222 \m[blue]\fBwinbind separator\fR\m[] 259 223 .RE … … 267 231 .IP \(bu 2.3 268 232 .\} 269 270 233 \m[blue]\fBidmap config * : range\fR\m[] 271 234 .RE … … 279 242 .IP \(bu 2.3 280 243 .\} 281 282 244 \m[blue]\fBidmap config * : backend\fR\m[] 283 245 .RE … … 291 253 .IP \(bu 2.3 292 254 .\} 293 294 255 \m[blue]\fBwinbind cache time\fR\m[] 295 256 .RE … … 303 264 .IP \(bu 2.3 304 265 .\} 305 306 266 \m[blue]\fBwinbind enum users\fR\m[] 307 267 .RE … … 315 275 .IP \(bu 2.3 316 276 .\} 317 318 277 \m[blue]\fBwinbind enum groups\fR\m[] 319 278 .RE … … 327 286 .IP \(bu 2.3 328 287 .\} 329 330 288 \m[blue]\fBtemplate homedir\fR\m[] 331 289 .RE … … 339 297 .IP \(bu 2.3 340 298 .\} 341 342 299 \m[blue]\fBtemplate shell\fR\m[] 343 300 .RE … … 351 308 .IP \(bu 2.3 352 309 .\} 353 354 310 \m[blue]\fBwinbind use default domain\fR\m[] 355 311 .RE … … 363 319 .IP \(bu 2.3 364 320 .\} 365 366 321 \m[blue]\fBwinbind: rpc only\fR\m[] 367 322 Setting this parameter forces winbindd to use RPC instead of LDAP to retrieve information from Domain Controllers\&. … … 500 455 is configured\&. 501 456 .PP 502 If the theWindows NT SID to UNIX user and group id mapping file is damaged or destroyed then the mappings will be lost\&.457 If the Windows NT SID to UNIX user and group id mapping file is damaged or destroyed then the mappings will be lost\&. 503 458 .SH "SIGNALS" 504 459 .PP
Note:
See TracChangeset
for help on using the changeset viewer.