Changeset 134 for branches/samba-3.0/docs/manpages/smbd.8
- Timestamp:
- May 23, 2008, 6:56:41 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.0/docs/manpages/smbd.8
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 "SMBD" 8 "" "" "" 1 .\" Title: smbd 2 .\" Author: 3 .\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/> 4 .\" Date: 05/21/2008 5 .\" Manual: System Administration tools 6 .\" Source: Samba 3.0 7 .\" 8 .TH "SMBD" "8" "05/21/2008" "Samba 3\.0" "System Administration tools" 9 .\" disable hyphenation 10 .nh 11 .\" disable justification (adjust text to left margin only) 12 .ad l 21 13 .SH "NAME" 22 14 smbd - server to provide SMB/CIFS services to clients 23 15 .SH "SYNOPSIS" 24 16 .HP 1 25 smbd [ -D] [-F] [-S] [-i] [-h] [-V] [-b] [-d <debug level>] [-l <log directory>] [-p <port number(s)>] [-P <profiling level>] [-O <socket option>] [-s <configurationfile>]17 smbd [\-D] [\-F] [\-S] [\-i] [\-h] [\-V] [\-b] [\-d\ <debug\ level>] [\-l\ <log\ directory>] [\-p\ <port\ number(s)>] [\-P\ <profiling\ level>] [\-O\ <socket\ option>] [\-s\ <configuration\ file>] 26 18 .SH "DESCRIPTION" 27 19 .PP 28 20 This program is part of the 29 21 \fBsamba\fR(7) 30 suite .31 .PP 32 smbd 33 is the server daemon that provides filesharing and printing services to Windows clients . The server provides filespace and printer services to clients using the SMB (or CIFS) protocol. This is compatible with the LanManager protocol, and can service LanManager clients. These include MSCLIENT 3.0 for DOS, Windows for Workgroups, Windows 95/98/ME, Windows NT, Windows 2000, OS/2, DAVE for Macintosh, and smbfs for Linux.22 suite\. 23 .PP 24 smbd 25 is the server daemon that provides filesharing and printing services to Windows clients\. The server provides filespace and printer services to clients using the SMB (or CIFS) protocol\. This is compatible with the LanManager protocol, and can service LanManager clients\. These include MSCLIENT 3\.0 for DOS, Windows for Workgroups, Windows 95/98/ME, Windows NT, Windows 2000, OS/2, DAVE for Macintosh, and smbfs for Linux\. 34 26 .PP 35 27 An extensive description of the services that the server can provide is given in the man page for the configuration file controlling the attributes of those services (see 36 \fBsmb.conf\fR(5) . This man page will not describe the services, but will concentrate on the administrative aspects of running the server.28 \fBsmb.conf\fR(5)\. This man page will not describe the services, but will concentrate on the administrative aspects of running the server\. 37 29 .PP 38 30 Please note that there are significant security implications to running this server, and the 39 31 \fBsmb.conf\fR(5) 40 manual page should be regarded as mandatory reading before proceeding with installation .41 .PP 42 A session is created whenever a client requests one . Each client gets a copy of the server for each session. This copy then services all connections made by the client during that session. When all connections from its client are closed, the copy of the server for that client terminates.43 .PP 44 The configuration file, and any files that it includes, are automatically reloaded every minute, if they change . You can force a reload by sending a SIGHUP to the server. Reloading the configuration file will not affect connections to any service that is already established. Either the user will have to disconnect from the service, or45 smbd 46 killed and restarted .32 manual page should be regarded as mandatory reading before proceeding with installation\. 33 .PP 34 A session is created whenever a client requests one\. Each client gets a copy of the server for each session\. This copy then services all connections made by the client during that session\. When all connections from its client are closed, the copy of the server for that client terminates\. 35 .PP 36 The configuration file, and any files that it includes, are automatically reloaded every minute, if they change\. You can force a reload by sending a SIGHUP to the server\. Reloading the configuration file will not affect connections to any service that is already established\. Either the user will have to disconnect from the service, or 37 smbd 38 killed and restarted\. 47 39 .SH "OPTIONS" 48 40 .PP 49 -D50 .RS 3n51 If specified, this parameter causes the server to operate as a daemon . That is, it detaches itself and runs in the background, fielding requests on the appropriate port. Operating the server as a daemon is the recommended way of running52 smbd 53 for servers that provide more than casual use file and print services . This switch is assumed if54 smbd 55 is executed on the command line of a shell .56 .RE 57 .PP 58 -F59 .RS 3n41 \-D 42 .RS 4 43 If specified, this parameter causes the server to operate as a daemon\. That is, it detaches itself and runs in the background, fielding requests on the appropriate port\. Operating the server as a daemon is the recommended way of running 44 smbd 45 for servers that provide more than casual use file and print services\. This switch is assumed if 46 smbd 47 is executed on the command line of a shell\. 48 .RE 49 .PP 50 \-F 51 .RS 4 60 52 If specified, this parameter causes the main 61 53 smbd 62 process to not daemonize, i .e. double-fork and disassociate with the terminal. Child processes are still created as normal to service each connection request, but the main process does not exit. This operation mode is suitable for running54 process to not daemonize, i\.e\. double\-fork and disassociate with the terminal\. Child processes are still created as normal to service each connection request, but the main process does not exit\. This operation mode is suitable for running 63 55 smbd 64 56 under process supervisors such as … … 66 58 and 67 59 svscan 68 from Daniel J . Bernstein's60 from Daniel J\. Bernstein\'s 69 61 daemontools 70 package, or the AIX process monitor .71 .RE 72 .PP 73 -S74 .RS 3n62 package, or the AIX process monitor\. 63 .RE 64 .PP 65 \-S 66 .RS 4 75 67 If specified, this parameter causes 76 68 smbd 77 to log to standard output rather than a file .78 .RE 79 .PP 80 -i81 .RS 3n82 If this parameter is specified it causes the server to run "interactively", not as a daemon, even if the server is executed on the command line of a shell . Setting this parameter negates the implicit deamon mode when run from the command line.69 to log to standard output rather than a file\. 70 .RE 71 .PP 72 \-i 73 .RS 4 74 If this parameter is specified it causes the server to run "interactively", not as a daemon, even if the server is executed on the command line of a shell\. Setting this parameter negates the implicit deamon mode when run from the command line\. 83 75 smbd 84 76 also logs to standard output, as if the 85 -S 86 parameter had been given. 87 .RE 88 .PP 89 -V 90 .RS 3n 91 Prints the program version number. 92 .RE 93 .PP 94 -s <configuration file> 95 .RS 3n 96 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 97 \fIsmb.conf\fR 98 for more information. The default configuration file name is determined at compile time. 99 .RE 100 .PP 101 -d|--debuglevel=level 102 .RS 3n 77 \-S 78 parameter had been given\. 79 .RE 80 .PP 81 \-d|\-\-debuglevel=level 82 .RS 4 103 83 \fIlevel\fR 104 is an integer from 0 to 10 . The default value if this parameter is not specified is zero.105 .sp 106 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.107 .sp 108 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.84 is an integer from 0 to 10\. The default value if this parameter is not specified is 0\. 85 .sp 86 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\. 87 .sp 88 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\. 109 89 .sp 110 90 Note that specifying this parameter here will override the 111 91 \fIlog level\fR 112 92 parameter in the 113 \fIsmb.conf\fR 114 file. 115 .RE 116 .PP 117 -l|--logfile=logdirectory 118 .RS 3n 119 Base directory name for log/debug files. The extension 120 \fB".progname"\fR 121 will be appended (e.g. log.smbclient, log.smbd, etc...). The log file is never removed by the client. 122 .RE 123 .PP 124 -h|--help 125 .RS 3n 126 Print a summary of command line options. 127 .RE 128 .PP 129 -b 130 .RS 3n 131 Prints information about how Samba was built. 132 .RE 133 .PP 134 -p|--port<port number(s)> 135 .RS 3n 93 \fIsmb\.conf\fR 94 file\. 95 .RE 96 .PP 97 \-V 98 .RS 4 99 Prints the program version number\. 100 .RE 101 .PP 102 \-s <configuration file> 103 .RS 4 104 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 105 \fIsmb\.conf\fR 106 for more information\. The default configuration file name is determined at compile time\. 107 .RE 108 .PP 109 \-l|\-\-log\-basename=logdirectory 110 .RS 4 111 Base directory name for log/debug files\. The extension 112 \fB"\.progname"\fR 113 will be appended (e\.g\. log\.smbclient, log\.smbd, etc\.\.\.)\. The log file is never removed by the client\. 114 .RE 115 .PP 116 \-h|\-\-help 117 .RS 4 118 Print a summary of command line options\. 119 .RE 120 .PP 121 \-b 122 .RS 4 123 Prints information about how Samba was built\. 124 .RE 125 .PP 126 \-p|\-\-port<port number(s)> 127 .RS 4 136 128 \fIport number(s)\fR 137 is a space or comma-separated list of TCP ports smbd should listen on. The default value is taken from the 138 ports parameter in 139 \fIsmb.conf\fR 140 .sp 141 The default ports are 139 (used for SMB over NetBIOS over TCP) and port 445 (used for plain SMB over TCP). 142 .RE 143 .PP 144 -P|--profiling-level<profiling level> 145 .RS 3n 129 is a space or comma\-separated list of TCP ports smbd should listen on\. The default value is taken from the 130 \fIports\fR 131 parameter in 132 \fIsmb\.conf\fR 133 .sp 134 The default ports are 139 (used for SMB over NetBIOS over TCP) and port 445 (used for plain SMB over TCP)\. 135 .RE 136 .PP 137 \-P|\-\-profiling\-level<profiling level> 138 .RS 4 146 139 \fIprofiling level\fR 147 is a number specifying the level of profiling data to be collected . 0 turns off profiling, 1 turns on counter profiling only, 2 turns on complete profiling, and 3 resets all profiling data.140 is a number specifying the level of profiling data to be collected\. 0 turns off profiling, 1 turns on counter profiling only, 2 turns on complete profiling, and 3 resets all profiling data\. 148 141 .RE 149 142 .SH "FILES" 150 143 .PP 151 \fI/etc/inetd .conf\fR152 .RS 3n144 \fI/etc/inetd\.conf\fR 145 .RS 4 153 146 If the server is to be run by the 154 147 inetd 155 meta -daemon, this file must contain suitable startup information for the meta-daemon.148 meta\-daemon, this file must contain suitable startup information for the meta\-daemon\. 156 149 .RE 157 150 .PP 158 151 \fI/etc/rc\fR 159 .RS 3n160 or whatever initialization script your system uses) .161 .sp 162 If running the server as a daemon at startup, this file will need to contain an appropriate startup sequence for the server .152 .RS 4 153 or whatever initialization script your system uses)\. 154 .sp 155 If running the server as a daemon at startup, this file will need to contain an appropriate startup sequence for the server\. 163 156 .RE 164 157 .PP 165 158 \fI/etc/services\fR 166 .RS 3n167 If running the server via the meta -daemon168 inetd, this file must contain a mapping of service name (e .g., netbios-ssn) to service port (e.g., 139) and protocol type (e.g., tcp).169 .RE 170 .PP 171 \fI/usr/local/samba/lib/smb .conf\fR172 .RS 3n159 .RS 4 160 If running the server via the meta\-daemon 161 inetd, this file must contain a mapping of service name (e\.g\., netbios\-ssn) to service port (e\.g\., 139) and protocol type (e\.g\., tcp)\. 162 .RE 163 .PP 164 \fI/usr/local/samba/lib/smb\.conf\fR 165 .RS 4 173 166 This is the default location of the 174 167 \fBsmb.conf\fR(5) 175 server configuration file . Other common places that systems install this file are176 \fI/usr/samba/lib/smb .conf\fR168 server configuration file\. Other common places that systems install this file are 169 \fI/usr/samba/lib/smb\.conf\fR 177 170 and 178 \fI/etc/samba/smb .conf\fR.179 .sp 180 This file describes all the services the server is to make available to clients . See171 \fI/etc/samba/smb\.conf\fR\. 172 .sp 173 This file describes all the services the server is to make available to clients\. See 181 174 \fBsmb.conf\fR(5) 182 for more information .175 for more information\. 183 176 .RE 184 177 .SH "LIMITATIONS" … … 186 179 On some systems 187 180 smbd 188 cannot change uid back to root after a setuid() call . Such systems are called trapdoor uid systems. If you have such a system, you will be unable to connect from a client (such as a PC) as two different users at once. Attempts to connect the second user will result in access denied or similar.181 cannot change uid back to root after a setuid() call\. Such systems are called trapdoor uid systems\. If you have such a system, you will be unable to connect from a client (such as a PC) as two different users at once\. Attempts to connect the second user will result in access denied or similar\. 189 182 .SH "ENVIRONMENT VARIABLES" 190 183 .PP 191 184 \fBPRINTER\fR 192 .RS 3n185 .RS 4 193 186 If no printer name is specified to printable services, most systems will use the value of this variable (or 194 187 \fBlp\fR 195 if this variable is not defined) as the name of the printer to use . This is not specific to the server, however.188 if this variable is not defined) as the name of the printer to use\. This is not specific to the server, however\. 196 189 .RE 197 190 .SH "PAM INTERACTION" 198 191 .PP 199 Samba uses PAM for authentication (when presented with a plaintext password), for account checking (is this account disabled?) and for session management . The degree too which samba supports PAM is restricted by the limitations of the SMB protocol and the200 obey pam restrictions 192 Samba uses PAM for authentication (when presented with a plaintext password), for account checking (is this account disabled?) and for session management\. The degree too which samba supports PAM is restricted by the limitations of the SMB protocol and the 193 \fIobey pam restrictions\fR 201 194 \fBsmb.conf\fR(5) 202 paramater. When this is set, the following restrictions apply: 203 .TP 3n 204 \(bu 205 \fBAccount Validation\fR: All accesses to a samba server are checked against PAM to see if the account is vaild, not disabled and is permitted to login at this time. This also applies to encrypted logins. 206 .TP 3n 207 \(bu 208 \fBSession Management\fR: When not using share level secuirty, users must pass PAM's session checks before access is granted. Note however, that this is bypassed in share level secuirty. Note also that some older pam configuration files may need a line added for session support. 195 paramater\. When this is set, the following restrictions apply: 196 .sp 197 .RS 4 198 .ie n \{\ 199 \h'-04'\(bu\h'+03'\c 200 .\} 201 .el \{\ 202 .sp -1 203 .IP \(bu 2.3 204 .\} 205 \fIAccount Validation\fR: All accesses to a samba server are checked against PAM to see if the account is vaild, not disabled and is permitted to login at this time\. This also applies to encrypted logins\. 206 .RE 207 .sp 208 .RS 4 209 .ie n \{\ 210 \h'-04'\(bu\h'+03'\c 211 .\} 212 .el \{\ 213 .sp -1 214 .IP \(bu 2.3 215 .\} 216 \fISession Management\fR: When not using share level secuirty, users must pass PAM\'s session checks before access is granted\. Note however, that this is bypassed in share level secuirty\. Note also that some older pam configuration files may need a line added for session support\. 209 217 .SH "VERSION" 210 218 .PP 211 This man page is correct for version 3 .0 of the Samba suite.219 This man page is correct for version 3\.0 of the Samba suite\. 212 220 .SH "DIAGNOSTICS" 213 221 .PP 214 Most diagnostics issued by the server are logged in a specified log file . The log file name is specified at compile time, but may be overridden on the command line.215 .PP 216 The number and nature of diagnostics available depends on the debug level used by the server . If you have problems, set the debug level to 3 and peruse the log files.217 .PP 218 Most messages are reasonably self -explanatory. Unfortunately, at the time this man page was created, there are too many diagnostics available in the source code to warrant describing each and every diagnostic. At this stage your best bet is still to grep the source code and inspect the conditions that gave rise to the diagnostics you are seeing.222 Most diagnostics issued by the server are logged in a specified log file\. The log file name is specified at compile time, but may be overridden on the command line\. 223 .PP 224 The number and nature of diagnostics available depends on the debug level used by the server\. If you have problems, set the debug level to 3 and peruse the log files\. 225 .PP 226 Most messages are reasonably self\-explanatory\. Unfortunately, at the time this man page was created, there are too many diagnostics available in the source code to warrant describing each and every diagnostic\. At this stage your best bet is still to grep the source code and inspect the conditions that gave rise to the diagnostics you are seeing\. 219 227 .SH "TDB FILES" 220 228 .PP 221 Samba stores it 's data in several TDB (Trivial Database) files, usually located in222 \fI/var/lib/samba\fR .223 .PP 224 (*) information persistent across restarts (but not necessarily important to backup) .225 .PP 226 account_policy .tdb*227 .RS 3n228 NT account policy settings such as pw expiration, etc ...229 .RE 230 .PP 231 brlock .tdb232 .RS 3n229 Samba stores it\'s data in several TDB (Trivial Database) files, usually located in 230 \fI/var/lib/samba\fR\. 231 .PP 232 (*) information persistent across restarts (but not necessarily important to backup)\. 233 .PP 234 account_policy\.tdb* 235 .RS 4 236 NT account policy settings such as pw expiration, etc\.\.\. 237 .RE 238 .PP 239 brlock\.tdb 240 .RS 4 233 241 byte range locks 234 242 .RE 235 243 .PP 236 browse .dat237 .RS 3n244 browse\.dat 245 .RS 4 238 246 browse lists 239 247 .RE 240 248 .PP 241 connections .tdb242 .RS 3n243 share connections (used to enforce max connections, etc ...)244 .RE 245 .PP 246 gencache .tdb247 .RS 3n249 connections\.tdb 250 .RS 4 251 share connections (used to enforce max connections, etc\.\.\.) 252 .RE 253 .PP 254 gencache\.tdb 255 .RS 4 248 256 generic caching db 249 257 .RE 250 258 .PP 251 group_mapping .tdb*252 .RS 3n259 group_mapping\.tdb* 260 .RS 4 253 261 group mapping information 254 262 .RE 255 263 .PP 256 locking .tdb257 .RS 3n264 locking\.tdb 265 .RS 4 258 266 share modes & oplocks 259 267 .RE 260 268 .PP 261 login_cache .tdb*262 .RS 3n269 login_cache\.tdb* 270 .RS 4 263 271 bad pw attempts 264 272 .RE 265 273 .PP 266 messages .tdb267 .RS 3n274 messages\.tdb 275 .RS 4 268 276 Samba messaging system 269 277 .RE 270 278 .PP 271 netsamlogon_cache .tdb*272 .RS 3n279 netsamlogon_cache\.tdb* 280 .RS 4 273 281 cache of user net_info_3 struct from net_samlogon() request (as a domain member) 274 282 .RE 275 283 .PP 276 ntdrivers .tdb*277 .RS 3n284 ntdrivers\.tdb* 285 .RS 4 278 286 installed printer drivers 279 287 .RE 280 288 .PP 281 ntforms .tdb*282 .RS 3n289 ntforms\.tdb* 290 .RS 4 283 291 installed printer forms 284 292 .RE 285 293 .PP 286 ntprinters .tdb*287 .RS 3n294 ntprinters\.tdb* 295 .RS 4 288 296 installed printer information 289 297 .RE 290 298 .PP 291 299 printing/ 292 .RS 3n300 .RS 4 293 301 directory containing tdb per print queue of cached lpq output 294 302 .RE 295 303 .PP 296 registry .tdb297 .RS 3n298 Windows registry skeleton (connect via regedit .exe)299 .RE 300 .PP 301 sessionid .tdb302 .RS 3n303 session information (e .g. support for 'utmp = yes')304 .RE 305 .PP 306 share_info .tdb*307 .RS 3n304 registry\.tdb 305 .RS 4 306 Windows registry skeleton (connect via regedit\.exe) 307 .RE 308 .PP 309 sessionid\.tdb 310 .RS 4 311 session information (e\.g\. support for \'utmp = yes\') 312 .RE 313 .PP 314 share_info\.tdb* 315 .RS 4 308 316 share acls 309 317 .RE 310 318 .PP 311 winbindd_cache .tdb312 .RS 3n313 winbindd 's cache of user lists, etc...314 .RE 315 .PP 316 winbindd_idmap .tdb*317 .RS 3n318 winbindd 's local idmap db319 .RE 320 .PP 321 wins .dat*322 .RS 3n323 wins database when 'wins support = yes'319 winbindd_cache\.tdb 320 .RS 4 321 winbindd\'s cache of user lists, etc\.\.\. 322 .RE 323 .PP 324 winbindd_idmap\.tdb* 325 .RS 4 326 winbindd\'s local idmap db 327 .RE 328 .PP 329 wins\.dat* 330 .RS 4 331 wins database when \'wins support = yes\' 324 332 .RE 325 333 .SH "SIGNALS" … … 328 336 smbd 329 337 a SIGHUP will cause it to reload its 330 \fIsmb .conf\fR331 configuration file within a short period of time .332 .PP 333 To shut down a user 's338 \fIsmb\.conf\fR 339 configuration file within a short period of time\. 340 .PP 341 To shut down a user\'s 334 342 smbd 335 343 process it is recommended that 336 SIGKILL ( -9)337 \f BNOT\fR338 be used, except as a last resort, as this may leave the shared memory area in an inconsistent state . The safe way to terminate an339 smbd 340 is to send it a SIGTERM ( -15) signal and wait for it to die on its own.344 SIGKILL (\-9) 345 \fINOT\fR 346 be used, except as a last resort, as this may leave the shared memory area in an inconsistent state\. The safe way to terminate an 347 smbd 348 is to send it a SIGTERM (\-15) signal and wait for it to die on its own\. 341 349 .PP 342 350 The debug log level of … … 344 352 may be raised or lowered using 345 353 \fBsmbcontrol\fR(1) 346 program (SIGUSR[1|2] signals are no longer used since Samba 2 .2). This is to allow transient problems to be diagnosed, whilst still running at a normally low log level.347 .PP 348 Note that as the signal handlers send a debug write, they are not re -entrant in349 smbd . This you should wait until350 smbd 351 is in a state of waiting for an incoming SMB before issuing them . It is possible to make the signal handlers safe by un-blocking the signals before the select call and re-blocking them after, however this would affect performance.354 program (SIGUSR[1|2] signals are no longer used since Samba 2\.2)\. This is to allow transient problems to be diagnosed, whilst still running at a normally low log level\. 355 .PP 356 Note that as the signal handlers send a debug write, they are not re\-entrant in 357 smbd\. This you should wait until 358 smbd 359 is in a state of waiting for an incoming SMB before issuing them\. It is possible to make the signal handlers safe by un\-blocking the signals before the select call and re\-blocking them after, however this would affect performance\. 352 360 .SH "SEE ALSO" 353 361 .PP … … 358 366 \fBsmbclient\fR(1), 359 367 \fBtestparm\fR(1), 360 \fBtestprns\fR(1), and the Internet RFC 's361 \fIrfc1001 .txt\fR,362 \fIrfc1002 .txt\fR. In addition the CIFS (formerly SMB) specification is available as a link from the Web page363 http://samba .org/cifs/.368 \fBtestprns\fR(1), and the Internet RFC\'s 369 \fIrfc1001\.txt\fR, 370 \fIrfc1002\.txt\fR\. In addition the CIFS (formerly SMB) specification is available as a link from the Web page 371 http://samba\.org/cifs/\. 364 372 .SH "AUTHOR" 365 373 .PP 366 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. 367 .PP 368 The original Samba man pages were written by Karl Auer. The man page sources were converted to YODL format (another excellent piece of Open Source software, available at 369 ftp://ftp.icce.rug.nl/pub/unix/) and updated for the Samba 2.0 release by Jeremy Allison. The conversion to DocBook for Samba 2.2 was done by Gerald Carter. The conversion to DocBook XML 4.2 for Samba 3.0 was done by Alexander Bokovoy. 370 374 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\. 375 .PP 376 The original Samba man pages were written by Karl Auer\. The man page sources were converted to YODL format (another excellent piece of Open Source software, available at 377 ftp://ftp\.icce\.rug\.nl/pub/unix/) and updated for the Samba 2\.0 release by Jeremy Allison\. The conversion to DocBook for Samba 2\.2 was done by Gerald Carter\. The conversion to DocBook XML 4\.2 for Samba 3\.0 was done by Alexander Bokovoy\.
Note:
See TracChangeset
for help on using the changeset viewer.