diff -u -r --new-file --exclude .svn --exclude CVS samba-3.3.0pre2/docs/history samba-3.3.0rc1/docs/history --- samba-3.3.0pre2/docs/history 2008-10-02 12:34:03.000000000 +0200 +++ samba-3.3.0rc1/docs/history 1970-01-01 01:00:00.000000000 +0100 @@ -1,218 +0,0 @@ -Contributor: Andrew Tridgell and the Samba Team -Date: June 27, 1997 -Satus: Always out of date! (Would not be the same without it!) - -Subject: A bit of history and a bit of fun -============================================================================ - -This is a short history of this project. It's not supposed to be -comprehensive, just enough so that new users can get a feel for where -this project has come from and maybe where it's going to. - -The whole thing really started in December 1991. I was (and still am) -a PhD student in the Computer Sciences Laboratory at the Australian -National University, in Canberra, Australia. We had just got a -beta copy of eXcursion from Digital, and I was testing it on my PC. At -this stage I was a MS-DOS user, dabbling in windows. - -eXcursion ran (at the time) only with Dec's `Pathworks' network for -DOS. I had up till then been using PC-NFS to connect to our local sun -workstations, and was reasonably happy with it. In order to run -pathworks I had to stop using PC-NFS and try using pathworks to mount -disk space. Unfortunately pathworks was only available for digital -workstations running VMS or Ultrix so I couldn't mount from the suns -anymore. - -I had access to a a decstation 3100 running Ultrix that I used to -administer, and I got the crazy notion that the protocol that -pathworks used to talk to ultrix couldn't be that hard, and maybe I -could work it out. I had never written a network program before, and -certainly didn't know what a socket was. - -In a few days, after looking at some example code for sockets, I -discovered it was pretty easy to write a program to "spy" on the file -sharing protocol. I wrote and installed this program (the sockspy.c -program supplied with this package) and captured everything that the -pathworks client said to the pathworks server. - -I then tried writing short C programs (using Turbo C under DOS) to do -simple file operations on the network drive (open, read, cd etc) and -looked at the packets that the server and client exchanged. From this -I worked out what some of the bytes in the packets meant, and started -to write my own program to do the same thing on a sun. - -After a day or so more I had my first successes and actually managed -to get a connection and to read a file. From there it was all -downhill, and a week later I was happily (if a little unreliably) -mounting disk space from a sun to my PC running pathworks. The server -code had a lot of `magic' values in it, which seemed to be always -present with the ultrix server. It was not till 2 years later that I -found out what all these values meant. - -Anyway, I thought other people might be interested in what I had done, -so I asked a few people at uni, and noone seemed much interested. I -also spoke to a person at Digital in Canberra (the person who had -organised a beta test of eXcursion) and asked if I could distribute -what I'd done, or was it illegal. It was then that I first heard the -word "netbios" when he told me that he thought it was all covered by a -spec of some sort (the netbios spec) and thus what I'd done was not -only legal, but silly. - -I found the netbios spec after asking around a bit (the RFC1001 and -RFC1002 specs) and found they looked nothing like what I'd written, so -I thought maybe the Digital person was mistaken. I didn't realise RFCs -referred to the name negotiation and packet encapsulation over TCP/IP, -and what I'd written was really a SMB implementation. - -Anyway, he encouraged me to release it so I put out "Server 0.1" in -January 1992. I got quite a good response from people wanting to use -pathworks with non-digital unix workstations, and I soon fixed a few -bugs, and released "Server 0.5" closely followed by "Server 1.0". All -three releases came out within about a month of each other. - -At this point I got an X Terminal on my desk, and I no longer needed eXcursion -and I prompty forgot about the whole project, apart from a few people -who e-mailed me occasionally about it. - -Nearly two years then passed with just occasional e-mails asking about -new versions and bugs. I even added a note to the ftp site asking for -a volunteer to take over the code as I no longer used it. No one -volunteered. - -During this time I did hear from a couple of people who said it should -be possible to use my code with Lanmanager, but I never got any -definite confirmation. - -One e-mail I got about the code did, however, make an impression. It -was from Dan Shearer at the university of South Australia, and he said -this: - - - I heard a hint about a free Pathworks server for Unix in the - Net channel of the Linux list. After quite a bit of chasing - (and lots of interested followups from other Linux people) I - got hold of a release news article from you, posted in Jan 92, - from someone in the UK. - - Can you tell me what the latest status is? I think you might - suddenly find a whole lot of interested hackers in the Linux - world at least, which is a place where things tend to happen - fast (and even some reliable code gets written, BION!) - -I asked him what Linux was, and he told me it was a free Unix for PCs. -This was in November 1992 and a few months later I was a Linux -convert! I still didn't need a pathworks server though, so I didn't do -the port, but I think Dan did. - -At about this time I got an e-mail from Digital, from a person working -on the Alpha software distribution. He asked if I would mind if they -included my server with the "contributed" cd-rom. This was a bit of a -shock to me as I never expected Dec to ask me if they could use my -code! I wrote back saying it was OK, but never heard from him again. I -don't know if it went on the cd-rom. - -Anyway, the next big event was in December 1993, when Dan again sent -me an e-mail saying my server had "raised its ugly head" on -comp.protocols.tcpip.ibmpc. I had a quick look on the group, and was -surprised to see that there were people interested in this thing. - -At this time a person from our computer center offered me a couple of -cheap ethernet cards (3c505s for $15 each) and coincidentially someone -announced on one of the Linux channels that he had written a 3c505 -driver for Linux. I bought the cards, hacked the driver a little and -setup a home network between my wifes PC and my Linux box. I then -needed some way to connect the two, and I didn't own PC-NFS at home, -so I thought maybe my server could be useful. On the newsgroup among -the discussions of my server someone had mentioned that there was a -free client that might work with my server that Microsoft had put up -for ftp. I downloaded it and found to my surprise that it worked first -time with my `pathworks' server! - -Well, I then did a bit of hacking, asked around a bit and found (I -think from Dan) that the spec I needed was for the "SMB" protocol, and -that it was available via ftp. I grabbed it and started removing all -those ugly constants from the code, now that all was explained. - -On December 1st 1993 I announced the start of the "Netbios for Unix" -project, seeding the mailing list with all the people who had e-mailed -me over the years asking about the server. - -About 35 versions (and two months) later I wrote a short history of -the project, which you have just read. There are now over a hundred -people on the mailing list, and lots of people report that they use -the code and like it. In a few days I will be announcing the release -of version 1.6 to some of the more popular (and relevant) newsgroups. - - -Andrew Tridgell -6th February 1994 - ---------------------- - -It is now May 1995 and there are about 1400 people on the mailing -list. I got downloads from the main Samba ftp site from around 5000 -unique hosts in a two month period. There are several mirror -sites as well. The current version number is 1.9.13. - ---------------------- - - ---------------------- -It's now March 1996 and version 1.9.16alpha1 has just been -released. There have been lots of changes recently with master browser -support and the ability to do domain logons etc. Samba has also been -ported to OS/2, the amiga and NetWare. There are now 3000 people on -the samba mailing list. ---------------------- - - ---------------------- -It's now June 1997 and samba-1.9.17 is due out soon. My how time passes! -Please refer to the WHATSNEW.txt for an update on new features. Just when -you think you understand what is happening the ground rules change - this -is a real world after all. Since the heady days of March 1996 there has -been a concerted effort within the SMB protocol using community to document -and standardize the protocols. The CIFS initiative has helped a long way -towards creating a better understood and more interoperable environment. -The Samba Team has grown in number and have been very active in the standards -formation and documentation process. - -The net effect has been that we have had to do a lot of work to bring Samba -into line with new features and capabilities in the SMB protocols. - -The past year has been a productive one with the following releases: - 1.9.16, 1.9.16p2, 1.9.16p6, 1.9.16p9, 1.9.16p10, 1.9.16p11 - -There are some who believe that 1.9.15p8 was the best release and others -who would not want to be without the latest. Whatever your perception we -hope that 1.9.17 will close the gap and convince you all that the long -wait and the rolling changes really were worth it. Here is functionality -and a level of code maturity that ..., well - you can be the judge! - -Happy SMB networking! -Samba Team - -ps: The bugs are ours, so please report any you find. ---------------------- - ---------------------- -It's now October 1998. We just got back from the 3rd CIFS conference -in SanJose. The Samba Team was the biggest contingent there. - -Samba 2.0 should be shipping in the next few weeks with much better -domain controller support, GUI configuration, a new user space SMB -filesystem and lots of other neat stuff. I've also noticed that a -search of job ads in DejaNews turned up 3900 that mention Samba. Looks -like we've created a small industry. - -I've been asked again where the name Samba came from. I might as well -put it down here for everyone to read. The code in Samba was first -called just "server", it then got renamed "smbserver" when I -discovered that the protocol is called SMB. Then in April 1994 I got -an email from Syntax, the makers of "TotalNet advanced Server", a -commercial SMB server. They told me that they had a trademark on the -name SMBserver and I would have to change the name. I ran an egrep for -words containing S, M, and B on /usr/dict/words and the name Samba -looked like the best choice. Strangely enough when I repeat that now I -notice that Samba isn't in /usr/dict/words on my system anymore! ---------------------- diff -u -r --new-file --exclude .svn --exclude CVS samba-3.3.0pre2/docs/htmldocs/manpages/index.html samba-3.3.0rc1/docs/htmldocs/manpages/index.html --- samba-3.3.0pre2/docs/htmldocs/manpages/index.html 2008-10-02 12:33:18.000000000 +0200 +++ samba-3.3.0rc1/docs/htmldocs/manpages/index.html 2008-11-27 16:48:42.000000000 +0100 @@ -86,4 +86,5 @@

wbinfo(1)

Query information from winbind daemon

winbindd(8)

Name Service Switch daemon for resolving names from NT servers +

winbind_krb5_locator(7)

A plugin for MIT and Heimdal Kerberos for detecting KDCs using Windows semantics.

diff -u -r --new-file --exclude .svn --exclude CVS samba-3.3.0pre2/docs/htmldocs/manpages/net.8.html samba-3.3.0rc1/docs/htmldocs/manpages/net.8.html --- samba-3.3.0pre2/docs/htmldocs/manpages/net.8.html 2008-10-02 12:33:18.000000000 +0200 +++ samba-3.3.0rc1/docs/htmldocs/manpages/net.8.html 2008-11-27 16:48:42.000000000 +0100 @@ -97,7 +97,7 @@

SESSION

RAP SESSION

Without any other options, SESSION enumerates all active SMB/CIFS sessions on the target server.

RAP SESSION DELETE|CLOSE CLIENT_NAME

Close the specified sessions.

RAP SESSION INFO CLIENT_NAME

Give a list with all the open files in specified session.

RAP SERVER DOMAIN

List all servers in specified domain or workgroup. Defaults to local domain.

RAP DOMAIN

Lists all domains and workgroups visible on the -current network.

RAP PRINTQ

RAP PRINTQ LIST QUEUE_NAME

Lists the specified print queue and print jobs on the server. +current network.

RAP PRINTQ

RAP PRINTQ INFO QUEUE_NAME

Lists the specified print queue and print jobs on the server. If the QUEUE_NAME is omitted, all queues are listed.

RAP PRINTQ DELETE JOBID

Delete job with specified id.

RAP VALIDATE user [password]

Validate whether the specified user can log in to the diff -u -r --new-file --exclude .svn --exclude CVS samba-3.3.0pre2/docs/htmldocs/manpages/pam_winbind.7.html samba-3.3.0rc1/docs/htmldocs/manpages/pam_winbind.7.html --- samba-3.3.0pre2/docs/htmldocs/manpages/pam_winbind.7.html 2008-10-02 12:33:18.000000000 +0200 +++ samba-3.3.0rc1/docs/htmldocs/manpages/pam_winbind.7.html 2008-11-27 16:48:42.000000000 +0100 @@ -52,10 +52,13 @@ Winbind allows to logon using cached credentials when winbind offline logon is enabled. To use this feature from the PAM module this option must be set.

silent

Do not emit any messages. +

mkhomedir

+ Create homedirectory for a user on-the-fly, option is valid in + PAM session block.

-

SEE ALSO

wbinfo(1), winbindd(8), smb.conf(5)

VERSION

This man page is correct for version 3 of Samba.

AUTHOR

+

SEE ALSO

wbinfo(1), winbindd(8), smb.conf(5)

VERSION

This man page is correct for version 3 of Samba.

AUTHOR

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.

This manpage was written by Jelmer Vernooij and Guenther Deschner.

diff -u -r --new-file --exclude .svn --exclude CVS samba-3.3.0pre2/docs/htmldocs/manpages/smb.conf.5.html samba-3.3.0rc1/docs/htmldocs/manpages/smb.conf.5.html --- samba-3.3.0pre2/docs/htmldocs/manpages/smb.conf.5.html 2008-10-02 12:33:18.000000000 +0200 +++ samba-3.3.0rc1/docs/htmldocs/manpages/smb.conf.5.html 2008-11-27 16:48:42.000000000 +0100 @@ -1171,8 +1171,21 @@

+cups connection timeout (G) +

+ This parameter is only applicable if printing is set to cups. +

+ If set, this option specifies the number of seconds that smbd will wait + whilst trying to contact to the CUPS server. The connection will fail + if it takes longer than this number of seconds. +

Default: cups connection timeout = 30 + +

Example: cups connection timeout = 60 + +

+ cups options (S) -

+

This parameter is only applicable if printing is set to cups. Its value is a free form string of options passed directly to the cups library. @@ -1194,10 +1207,10 @@

Example: cups options = "raw media=a4" -

+

cups server (G) -

+

This parameter is only applicable if printing is set to cups.

If set, this option overrides the ServerName option in the CUPS client.conf. This is @@ -1211,10 +1224,10 @@

Example: cups server = mycupsserver:1631 -

+

deadtime (G) -

The value of the parameter (a decimal integer) +

The value of the parameter (a decimal integer) represents the number of minutes of inactivity before a connection is considered dead, and it is disconnected. The deadtime only takes effect if the number of open files is zero.

This is useful to stop a server's resources being @@ -1226,10 +1239,10 @@

Example: deadtime = 15 -

+

debug class (G) -

+

With this boolean parameter enabled, the debug class (DBGC_CLASS) will be displayed in the debug header.

@@ -1237,20 +1250,20 @@ section about log level.

Default: debug class = no -

+

debug hires timestamp (G) -

+

Sometimes the timestamps in the log messages are needed with a resolution of higher that seconds, this boolean parameter adds microsecond resolution to the timestamp message header when turned on.

Note that the parameter debug timestamp must be on for this to have an effect.

Default: debug hires timestamp = no -

+

debug pid (G) -

+

When using only one log file for more then one forked smbd(8)-process there may be hard to follow which process outputs which message. This boolean parameter is adds the process-id to the timestamp message headers in the logfile when turned on. @@ -1258,10 +1271,10 @@ Note that the parameter debug timestamp must be on for this to have an effect.

Default: debug pid = no -

+

debug prefix timestamp (G) -

+

With this option enabled, the timestamp message header is prefixed to the debug message without the filename and function information that is included with the debug timestamp parameter. This gives timestamps to the messages without adding an additional line. @@ -1269,38 +1282,38 @@ Note that this parameter overrides the debug timestamp parameter.

Default: debug prefix timestamp = no -

+

timestamp logs -

This parameter is a synonym for debug timestamp.

+

This parameter is a synonym for debug timestamp.

debug timestamp (G) -

+

Samba debug log messages are timestamped by default. If you are running at a high debug level these timestamps can be distracting. This boolean parameter allows timestamping to be turned off.

Default: debug timestamp = yes -

+

debug uid (G) -

+

Samba is sometimes run as root and sometime run as the connected user, this boolean parameter inserts the current euid, egid, uid and gid to the timestamp message headers in the log file if turned on.

Note that the parameter debug timestamp must be on for this to have an effect.

Default: debug uid = no -

+

default case (S) -

See the section on name mangling. +

See the section on name mangling. Also note the short preserve case parameter.

Default: default case = lower -

+

default devmode (S) -

This parameter is only applicable to printable services. +

This parameter is only applicable to printable services. When smbd is serving Printer Drivers to Windows NT/2k/XP clients, each printer on the Samba server has a Device Mode which defines things such as paper size and orientation and duplex settings. The device mode can only correctly be @@ -1323,13 +1336,13 @@ see the MSDN documentation.

Default: default devmode = yes -

+

default -

This parameter is a synonym for default service.

+

This parameter is a synonym for default service.

default service (G) -

This parameter specifies the name of a service +

This parameter specifies the name of a service which will be connected to if the service actually requested cannot be found. Note that the square brackets are NOT given in the parameter value (see example below).

There is no default value for this parameter. If this @@ -1343,10 +1356,10 @@

Example: default service = pub -

+

defer sharing violations (G) -

+

Windows allows specifying how a file will be shared with other processes when it is opened. Sharing violations occur when a file is opened by a different process using options that violate @@ -1359,19 +1372,19 @@ designed to enable Samba to more correctly emulate Windows.

Default: defer sharing violations = True -

+

delete group script (G) -

This is the full pathname to a script that will +

This is the full pathname to a script that will be run AS ROOT smbd(8) when a group is requested to be deleted. It will expand any %g to the group name passed. This script is only useful for installations using the Windows NT domain administration tools.

Default: delete group script = -

+

deleteprinter command (G) -

With the introduction of MS-RPC based printer +

With the introduction of MS-RPC based printer support for Windows NT/2000 clients in Samba 2.2, it is now possible to delete a printer at run time by issuing the DeletePrinter() RPC call.

For a Samba host this means that the printer must be @@ -1389,18 +1402,18 @@

Example: deleteprinter command = /usr/bin/removeprinter -

+

delete readonly (S) -

This parameter allows readonly files to be deleted. +

This parameter allows readonly files to be deleted. This is not normal DOS semantics, but is allowed by UNIX.

This option may be useful for running applications such as rcs, where UNIX file ownership prevents changing file permissions, and DOS semantics prevent deletion of a read only file.

Default: delete readonly = no -

+

delete share command (G) -

+

Samba 2.2.0 introduced the ability to dynamically add and delete shares via the Windows NT 4.0 Server Manager. The delete share command is used to define an external program or script which will remove an existing service definition from @@ -1424,10 +1437,10 @@

Example: delete share command = /usr/local/bin/delshare -

+

delete user from group script (G) -

Full path to the script that will be called when +

Full path to the script that will be called when a user is removed from a group using the Windows NT domain administration tools. It will be run by smbd(8) AS ROOT. Any %g will be replaced with the group name and @@ -1436,10 +1449,10 @@

Example: delete user from group script = /usr/sbin/deluser %u %g -

+

delete user script (G) -

This is the full pathname to a script that will +

This is the full pathname to a script that will be run by smbd(8) when managing users with remote RPC (NT) tools.

This script is called when a remote client removes a user @@ -1448,10 +1461,10 @@

Example: delete user script = /usr/local/samba/bin/del_user %u -

+

delete veto files (S) -

This option is used when Samba is attempting to +

This option is used when Samba is attempting to delete a directory that contains one or more vetoed directories (see the veto files option). If this option is set to no (the default) then if a vetoed @@ -1465,10 +1478,10 @@ directories to be transparently deleted when the parent directory is deleted (so long as the user has permissions to do so).

Default: delete veto files = no -

+

dfree cache time (S) -

+

The dfree cache time should only be used on systems where a problem occurs with the internal disk space calculations. This has been known to happen with Ultrix, but may occur with other operating systems. The symptom that was seen was an error of "Abort Retry Ignore" at the @@ -1481,10 +1494,10 @@ By default this parameter is zero, meaning no caching will be done.

No default

Example: dfree cache time = dfree cache time = 60 -

+

dfree command (S) -

+

The dfree command setting should only be used on systems where a problem occurs with the internal disk space calculations. This has been known to happen with Ultrix, but may occur with other operating systems. The symptom that was seen was an error of "Abort Retry Ignore" @@ -1522,13 +1535,13 @@ By default internal routines for determining the disk capacity and remaining space will be used.

No default

Example: dfree command = /usr/local/samba/bin/dfree -

+

directory mode -

This parameter is a synonym for directory mask.

+

This parameter is a synonym for directory mask.

directory mask (S) -

This parameter is the octal modes which are +

This parameter is the octal modes which are used when converting DOS modes to UNIX modes when creating UNIX directories.

When a directory is created, the necessary permissions are calculated according to the mapping from DOS modes to UNIX permissions, @@ -1546,10 +1559,10 @@

Example: directory mask = 0775 -

+

directory security mask (S) -

This parameter controls what UNIX permission bits +

This parameter controls what UNIX permission bits will be set when a Windows NT client is manipulating the UNIX permission on a directory using the native NT security dialog box.

@@ -1569,19 +1582,19 @@

Example: directory security mask = 0700 -

+

disable netbios (G) -

Enabling this parameter will disable netbios support +

Enabling this parameter will disable netbios support in Samba. Netbios is the only available form of browsing in all windows versions except for 2000 and XP.

Note

Clients that only support netbios won't be able to see your samba server when netbios support is disabled.

Default: disable netbios = no -

+

disable spoolss (G) -

Enabling this parameter will disable Samba's support +

Enabling this parameter will disable Samba's support for the SPOOLSS set of MS-RPC's and will yield identical behavior as Samba 2.0.x. Windows NT/2000 clients will downgrade to using Lanman style printing commands. Windows 9x/ME will be unaffected by @@ -1593,10 +1606,10 @@ Be very careful about enabling this parameter.

Default: disable spoolss = no -

+

display charset (G) -

+

Specifies the charset that samba will use to print messages to stdout and stderr. The default value is "LOCALE", which means automatically set, depending on the current locale. The value should generally be the same as the value of the parameter @@ -1605,10 +1618,10 @@

Example: display charset = UTF8 -

+

dmapi support (S) -

This parameter specifies whether Samba should use DMAPI to +

This parameter specifies whether Samba should use DMAPI to determine whether a file is offline or not. This would typically be used in conjunction with a hierarchical storage system that automatically migrates files to tape. @@ -1623,10 +1636,10 @@

Default: dmapi support = no -

+

dns proxy (G) -

Specifies that nmbd(8) when acting as a WINS server and +

Specifies that nmbd(8) when acting as a WINS server and finding that a NetBIOS name has not been registered, should treat the NetBIOS name word-for-word as a DNS name and do a lookup with the DNS server for that name on behalf of the name-querying client.

Note that the maximum length for a NetBIOS name is 15 @@ -1635,10 +1648,10 @@ DNS name lookup requests, as doing a name lookup is a blocking action.

Default: dns proxy = yes -

+

domain logons (G) -

+

If set to yes, the Samba server will provide the netlogon service for Windows 9X network logons for the workgroup it is in. @@ -1648,10 +1661,10 @@ Samba HOWTO Collection.

Default: domain logons = no -

+

domain master (G) -

+

Tell smbd(8) to enable WAN-wide browse list collation. Setting this option causes nmbd to claim a special domain specific NetBIOS name that identifies it as a domain master browser for its given @@ -1677,10 +1690,10 @@ Samba will function as a BDC. In general, this parameter should be set to 'No' only on a BDC.

Default: domain master = auto -

+

dont descend (S) -

There are certain directories on some systems +

There are certain directories on some systems (e.g., the /proc tree under Linux) that are either not of interest to clients or are infinitely deep (recursive). This parameter allows you to specify a comma-delimited list of directories @@ -1691,18 +1704,18 @@

Example: dont descend = /proc,/dev -

+

dos charset (G) -

DOS SMB clients assume the server has +

DOS SMB clients assume the server has the same charset as they do. This option specifies which charset Samba should talk to DOS clients.

The default depends on which charsets you have installed. Samba tries to use charset 850 but falls back to ASCII in - case it is not available. Run testparm(1) to check the default on your system.

No default

+ case it is not available. Run testparm(1) to check the default on your system.

No default

dos filemode (S) -

The default behavior in Samba is to provide +

The default behavior in Samba is to provide UNIX-like behavior where only the owner of a file/directory is able to change the permissions on it. However, this behavior is often confusing to DOS/Windows users. Enabling this parameter @@ -1713,10 +1726,10 @@ the group is only granted read access. Ownership of the file/directory may also be changed.

Default: dos filemode = no -

+

dos filetime resolution (S) -

Under the DOS and Windows FAT filesystem, the finest +

Under the DOS and Windows FAT filesystem, the finest granularity on time resolution is two seconds. Setting this parameter for a share causes Samba to round the reported time down to the nearest two second boundary when a query call that requires one second @@ -1731,10 +1744,10 @@ this option causes the two timestamps to match, and Visual C++ is happy.

Default: dos filetime resolution = no -

+

dos filetimes (S) -

Under DOS and Windows, if a user can write to a +

Under DOS and Windows, if a user can write to a file they can change the timestamp on it. Under POSIX semantics, only the owner of the file or root may change the timestamp. By default, Samba runs with POSIX semantics and refuses to change the @@ -1748,20 +1761,20 @@ shared between users.

Default: dos filetimes = yes -

+

ea support (S) -

This boolean parameter controls whether smbd(8) will allow clients to attempt to store OS/2 style Extended +

This boolean parameter controls whether smbd(8) will allow clients to attempt to store OS/2 style Extended attributes on a share. In order to enable this parameter the underlying filesystem exported by the share must support extended attributes (such as provided on XFS and EXT3 on Linux, with the correct kernel patches). On Linux the filesystem must have been mounted with the mount option user_xattr in order for extended attributes to work, also extended attributes must be compiled into the Linux kernel.

Default: ea support = no -

+

enable asu support (G) -

Hosts running the "Advanced Server for Unix (ASU)" product +

Hosts running the "Advanced Server for Unix (ASU)" product require some special accomodations such as creating a builting [ADMIN$] share that only supports IPC connections. The has been the default behavior in smbd for many years. However, certain Microsoft applications @@ -1769,10 +1782,10 @@ an [ADMIN$} file share. Disabling this parameter allows for creating an [ADMIN$] file share in smb.conf.

Default: enable asu support = no -

+

enable privileges (G) -

+

This parameter controls whether or not smbd will honor privileges assigned to specific SIDs via either net rpc rights or one of the Windows user and group manager tools. This parameter is enabled by default. It can be disabled to prevent members of the Domain Admins group from being able to @@ -1785,10 +1798,10 @@ Please read the extended description provided in the Samba HOWTO documentation.

Default: enable privileges = yes -

+

encrypt passwords (G) -

This boolean controls whether encrypted passwords +

This boolean controls whether encrypted passwords will be negotiated with the client. Note that Windows NT 4.0 SP3 and above and also Windows 98 will by default expect encrypted passwords unless a registry entry is changed. To use encrypted passwords in @@ -1811,10 +1824,10 @@ causes smbd to authenticate against another server.

Default: encrypt passwords = yes -

+

enhanced browsing (G) -

This option enables a couple of enhancements to +

This option enables a couple of enhancements to cross-subnet browse propagation that have been added in Samba but which are not standard in Microsoft implementations.

The first enhancement to browse propagation consists of a regular @@ -1827,10 +1840,10 @@ to stay around forever which can be annoying.

In general you should leave this option enabled as it makes cross-subnet browse propagation much more reliable.

Default: enhanced browsing = yes -

+

enumports command (G) -

The concept of a "port" is fairly foreign +

The concept of a "port" is fairly foreign to UNIX hosts. Under Windows NT/2000 print servers, a port is associated with a port monitor and generally takes the form of a local port (i.e. LPT1:, COM1:, FILE:) or a remote port @@ -1847,10 +1860,10 @@

Example: enumports command = /usr/bin/listports -

+

eventlog list (G) -

This option defines a list of log names that Samba will +

This option defines a list of log names that Samba will report to the Microsoft EventViewer utility. The listed eventlogs will be associated with tdb file on disk in the $(lockdir)/eventlog. @@ -1863,10 +1876,10 @@

Example: eventlog list = Security Application Syslog Apache -

+

fake directory create times (S) -

NTFS and Windows VFAT file systems keep a create +

NTFS and Windows VFAT file systems keep a create time for all files and directories. This is not the same as the ctime - status change time - that Unix keeps, so Samba by default reports the earliest of the various times Unix does keep. Setting @@ -1888,10 +1901,10 @@ ensures directories always predate their contents and an NMAKE build will proceed as expected.

Default: fake directory create times = no -

+

fake oplocks (S) -

Oplocks are the way that SMB clients get permission +

Oplocks are the way that SMB clients get permission from a server to locally cache file operations. If a server grants an oplock (opportunistic lock) then the client is free to assume that it is the only one accessing the file and it will aggressively @@ -1907,10 +1920,10 @@ files read-write at the same time you can get data corruption. Use this option carefully!

Default: fake oplocks = no -

+

follow symlinks (S) -

+

This parameter allows the Samba administrator to stop smbd(8) from following symbolic links in a particular share. Setting this parameter to no prevents any file or directory that is a symbolic link from being followed (the user will get an error). This option is very useful to stop users from adding a symbolic @@ -1920,10 +1933,10 @@ This option is enabled (i.e. smbd will follow symbolic links) by default.

Default: follow symlinks = yes -

+

force create mode (S) -

This parameter specifies a set of UNIX mode bit +

This parameter specifies a set of UNIX mode bit permissions that will always be set on a file created by Samba. This is done by bitwise 'OR'ing these bits onto the mode bits of a file that is being created. The default for this parameter is (in octal) @@ -1935,10 +1948,10 @@

Example: force create mode = 0755 -

+

force directory mode (S) -

This parameter specifies a set of UNIX mode bit +

This parameter specifies a set of UNIX mode bit permissions that will always be set on a directory created by Samba. This is done by bitwise 'OR'ing these bits onto the mode bits of a directory that is being created. The default for this @@ -1951,10 +1964,10 @@

Example: force directory mode = 0755 -

+

force directory security mode (S) -

+

This parameter controls what UNIX permission bits can be modified when a Windows NT client is manipulating the UNIX permission on a directory using the native NT security dialog box.

@@ -1975,13 +1988,13 @@

Example: force directory security mode = 700 -

+

group -

This parameter is a synonym for force group.

+

This parameter is a synonym for force group.

force group (S) -

This specifies a UNIX group name that will be +

This specifies a UNIX group name that will be assigned as the default primary group for all users connecting to this service. This is useful for sharing files by ensuring that all access to files on service will use the named group for @@ -2005,10 +2018,10 @@

Example: force group = agroup -

+

force printername (S) -

When printing from Windows NT (or later), +

When printing from Windows NT (or later), each printer in smb.conf has two associated names which can be used by the client. The first is the sharename (or shortname) defined in smb.conf. This @@ -2031,10 +2044,10 @@ not be able to delete printer connections from their local Printers folder.

Default: force printername = no -

+

force security mode (S) -

+

This parameter controls what UNIX permission bits can be modified when a Windows NT client is manipulating the UNIX permission on a file using the native NT security dialog box.

@@ -2054,10 +2067,10 @@

Example: force security mode = 700 -

+

force unknown acl user (S) -

+

If this parameter is set, a Windows NT ACL that contains an unknown SID (security descriptor, or representation of a user or group id) as the owner or group owner of the file will be silently mapped into the current UNIX uid or gid of the currently connected user. @@ -2071,10 +2084,10 @@ Try using this parameter when XCOPY /O gives an ACCESS_DENIED error.

Default: force unknown acl user = no -

+

force user (S) -

This specifies a UNIX user name that will be +

This specifies a UNIX user name that will be assigned as the default user for all users connecting to this service. This is useful for sharing files. You should also use it carefully as using it incorrectly can cause security problems.

This user name only gets used once a connection is established. @@ -2088,10 +2101,10 @@

Example: force user = auser -

+

fstype (S) -

+

This parameter allows the administrator to configure the string that specifies the type of filesystem a share is using that is reported by smbd(8) when a client queries the filesystem type for a share. The default type is NTFS for compatibility @@ -2101,10 +2114,10 @@

Example: fstype = Samba -

+

get quota command (G) -

The get quota command should only be used +

The get quota command should only be used whenever there is no operating system API available from the OS that samba can use.

This option is only available you have compiled Samba with the --with-sys-quotas option or on Linux with @@ -2117,18 +2130,18 @@

Example: get quota command = /usr/local/sbin/query_quota -

+

getwd cache (G) -

This is a tuning option. When this is enabled a +

This is a tuning option. When this is enabled a caching algorithm will be used to reduce the time taken for getwd() calls. This can have a significant impact on performance, especially when the wide smbconfoptions parameter is set to no.

Default: getwd cache = yes -

+

guest account (G) -

This is a username which will be used for access +

This is a username which will be used for access to services which are specified as guest ok (see below). Whatever privileges this user has will be available to any client connecting to the guest service. This user must exist in the password file, but does not require @@ -2146,40 +2159,40 @@

Example: guest account = ftp -

+

public -

This parameter is a synonym for guest ok.

+

This parameter is a synonym for guest ok.

guest ok (S) -

If this parameter is yes for +

If this parameter is yes for a service, then no password is required to connect to the service. Privileges will be those of the guest account.

This paramater nullifies the benifits of setting restrict anonymous = 2

See the section below on security for more information about this option.

Default: guest ok = no -

+

only guest -

This parameter is a synonym for guest only.

+

This parameter is a synonym for guest only.

guest only (S) -

If this parameter is yes for +

If this parameter is yes for a service, then only guest connections to the service are permitted. This parameter will have no effect if guest ok is not set for the service.

See the section below on security for more information about this option.

Default: guest only = no -

+

hide dot files (S) -

This is a boolean parameter that controls whether +

This is a boolean parameter that controls whether files starting with a dot appear as hidden files.

Default: hide dot files = yes -

+

hide files (S) -

This is a list of files or directories that are not +

This is a list of files or directories that are not visible but are accessible. The DOS 'hidden' attribute is applied to any files or directories that match.

Each entry in the list must be separated by a '/', which allows spaces to be included in the entry. '*' @@ -2201,32 +2214,32 @@

Default: hide files = # no file are hidden -

+

hide special files (S) -

+

This parameter prevents clients from seeing special files such as sockets, devices and fifo's in directory listings.

Default: hide special files = no -

+

hide unreadable (S) -

This parameter prevents clients from seeing the +

This parameter prevents clients from seeing the existance of files that cannot be read. Defaults to off.

Default: hide unreadable = no -

+

hide unwriteable files (S) -

+

This parameter prevents clients from seeing the existance of files that cannot be written to. Defaults to off. Note that unwriteable directories are shown as usual.

Default: hide unwriteable files = no -

+

homedir map (G) -

+

If nis homedir is yes, and smbd(8) is also acting as a Win95/98 logon server then this parameter specifies the NIS (or YP) map from which the server for the user's home directory should be extracted. At present, only the Sun auto.home map format is understood. The form of the map is: @@ -2241,10 +2254,10 @@

Example: homedir map = amd.homedir -

+

host msdfs (G) -

+

If set to yes, Samba will act as a Dfs server, and allow Dfs-aware clients to browse Dfs trees hosted on the server.

@@ -2252,10 +2265,10 @@ setting up a Dfs tree on Samba, refer to the MSFDS chapter in the book Samba3-HOWTO.

Default: host msdfs = yes -

+

hostname lookups (G) -

Specifies whether samba should use (expensive) +

Specifies whether samba should use (expensive) hostname lookups or use the ip addresses instead. An example place where hostname lookups are currently used is when checking the hosts deny and hosts allow. @@ -2263,13 +2276,13 @@

Example: hostname lookups = yes -

+

allow hosts -

This parameter is a synonym for hosts allow.

+

This parameter is a synonym for hosts allow.

hosts allow (S) -

A synonym for this parameter is allow hosts.

This parameter is a comma, space, or tab delimited +

A synonym for this parameter is allow hosts.

This parameter is a comma, space, or tab delimited set of hosts which are permitted to access a service.

If specified in the [global] section then it will apply to all services, regardless of whether the individual service has a different setting.

You can specify the hosts by name or IP number. For @@ -2289,13 +2302,13 @@

Example: hosts allow = 150.203.5. myhost.mynet.edu.au -

+

deny hosts -

This parameter is a synonym for hosts deny.

+

This parameter is a synonym for hosts deny.

hosts deny (S) -

The opposite of hosts allow +

The opposite of hosts allow - hosts listed here are NOT permitted access to services unless the specific services have their own lists to override this one. Where the lists conflict, the allow @@ -2309,10 +2322,10 @@

Example: hosts deny = 150.203.4. badhost.mynet.edu.au -

+

idmap alloc backend (G) -

+

The idmap alloc backend provides a plugin interface for Winbind to use when allocating Unix uids/gids for Windows SIDs. This option refers to the name of the idmap module which will provide the id allocation @@ -2329,18 +2342,18 @@ Also refer to the idmap alloc config option.

No default

Example: idmap alloc backend = tdb -

+

idmap alloc config (G) -

+

The idmap alloc config prefix provides a means of managing settings for the backend defined by the idmap alloc backend parameter. Refer to the man page for each idmap plugin regarding specific configuration details. -

No default

+

No default

idmap backend (G) -

+

The idmap backend provides a plugin interface for Winbind to use varying backends to store SID/uid/gid mapping tables.

@@ -2361,17 +2374,17 @@ and ad (idmap_ad(8)).

Default: idmap backend = tdb -

+

idmap cache time (G) -

This parameter specifies the number of seconds that Winbind's +

This parameter specifies the number of seconds that Winbind's idmap interface will cache positive SID/uid/gid query results.

Default: idmap cache time = 604800 (one week) -

+

idmap config (G) -

+

The idmap config prefix provides a means of managing each trusted domain separately. The idmap config prefix should be followed by the name of the domain, a colon, and a setting specific to the chosen @@ -2403,13 +2416,13 @@ idmap config CORP : backend = ad idmap config CORP : range = 1000-999999 -

No default

+

No default

winbind gid -

This parameter is a synonym for idmap gid.

+

This parameter is a synonym for idmap gid.

idmap gid (G) -

The idmap gid parameter specifies the range of group ids +

The idmap gid parameter specifies the range of group ids that are allocated for the purpose of mapping UNX groups to NT group SIDs. This range of group ids should have no existing local or NIS groups within it as strange conflicts can @@ -2419,20 +2432,20 @@

Example: idmap gid = 10000-20000 -

+

idmap negative cache time (G) -

This parameter specifies the number of seconds that Winbind's +

This parameter specifies the number of seconds that Winbind's idmap interface will cache negative SID/uid/gid query results.

Default: idmap negative cache time = 120 -

+

winbind uid -

This parameter is a synonym for idmap uid.

+

This parameter is a synonym for idmap uid.

idmap uid (G) -

+

The idmap uid parameter specifies the range of user ids that are allocated for use in mapping UNIX users to NT user SIDs. This range of ids should have no existing local @@ -2442,10 +2455,10 @@

Example: idmap uid = 10000-20000 -

+

include (G) -

+

This allows you to include one config file inside another. The file is included literally, as though typed in place.

@@ -2463,10 +2476,10 @@

Example: include = /usr/local/samba/lib/admin_smb.conf -

+

inherit acls (S) -

This parameter can be used to ensure that if default acls +

This parameter can be used to ensure that if default acls exist on parent directories, they are always honored when creating a new file or subdirectory in these parent directories. The default behavior is to use the unix mode specified when creating the directory. @@ -2474,10 +2487,10 @@ default directory acls are propagated.

Default: inherit acls = no -

+

inherit owner (S) -

The ownership of new files and directories +

The ownership of new files and directories is normally governed by effective uid of the connected user. This option allows the Samba administrator to specify that the ownership for new files and directories should be controlled @@ -2486,10 +2499,10 @@ delete them and to ensure that newly create files in a user's roaming profile directory are actually owner by the user.

Default: inherit owner = no -

+

inherit permissions (S) -

+

The permissions on new files and directories are normally governed by create mask, directory mask, force create mode and force directory mode but the boolean inherit permissions parameter overrides this.

New directories inherit the mode of the parent directory, @@ -2501,10 +2514,10 @@ many users, perhaps several thousand, to allow a single [homes] share to be used flexibly by each user.

Default: inherit permissions = no -

+

init logon delayed hosts (G) -

+

This parameter takes a list of host names, addresses or networks for which the initial samlogon reply should be delayed (so other DCs get preferred by XP workstations if there are any). @@ -2515,19 +2528,19 @@

Example: init logon delayed hosts = 150.203.5. myhost.mynet.de -

+

init logon delay (G) -

+

This parameter specifies a delay in milliseconds for the hosts configured for delayed initial samlogon with init logon delayed hosts.

Default: init logon delay = 100 -

+

interfaces (G) -

This option allows you to override the default +

This option allows you to override the default network interfaces list that Samba will use for browsing, name registration and other NetBIOS over TCP/IP (NBT) traffic. By default Samba will query the kernel for the list of all active interfaces and use any @@ -2551,10 +2564,10 @@

Example: interfaces = eth0 192.168.2.10/24 192.168.3.10/255.255.255.0 -

+

invalid users (S) -

This is a list of users that should not be allowed +

This is a list of users that should not be allowed to login to this service. This is really a paranoid check to absolutely ensure an improper setting does not breach your security.

A name starting with a '@' is interpreted as an NIS @@ -2574,10 +2587,10 @@

Example: invalid users = root fred admin @wheel -

+

iprint server (G) -

+

This parameter is only applicable if printing is set to iprint.

If set, this option overrides the ServerName option in the CUPS client.conf. This is @@ -2586,10 +2599,10 @@

Example: iprint server = MYCUPSSERVER -

+

keepalive (G) -

The value of the parameter (an integer) represents +

The value of the parameter (an integer) represents the number of seconds between keepalive packets. If this parameter is zero, no keepalive packets will be sent. Keepalive packets, if sent, allow the server to tell whether @@ -2599,20 +2612,20 @@

Example: keepalive = 600 -

+

kernel change notify (S) -

This parameter specifies whether Samba should ask the +

This parameter specifies whether Samba should ask the kernel for change notifications in directories so that SMB clients can refresh whenever the data on the server changes.

This parameter is only used when your kernel supports change notification to user programs using the inotify interface.

Default: kernel change notify = yes -

+

kernel oplocks (G) -

For UNIXes that support kernel based oplocks +

For UNIXes that support kernel based oplocks (currently only IRIX and the Linux 2.4 kernel), this parameter allows the use of them to be turned on or off.

Kernel oplocks support allows Samba oplocks to be broken whenever a local UNIX process or NFS operation @@ -2622,10 +2635,10 @@ to a no-op on systems that no not have the necessary kernel support. You should never need to touch this parameter.

Default: kernel oplocks = yes -

+

lanman auth (G) -

This parameter determines whether or not smbd(8) will attempt to +

This parameter determines whether or not smbd(8) will attempt to authenticate users or permit password changes using the LANMAN password hash. If disabled, only clients which support NT password hashes (e.g. Windows NT/2000 clients, smbclient, but not @@ -2642,10 +2655,10 @@ permited. Not all clients support NTLMv2, and most will require special configuration to use it.

Default: lanman auth = no -

+

large readwrite (G) -

This parameter determines whether or not +

This parameter determines whether or not smbd(8) supports the new 64k streaming read and write varient SMB requests introduced with Windows 2000. Note that due to Windows 2000 client redirector bugs @@ -2654,10 +2667,10 @@ performance by 10% with Windows 2000 clients. Defaults to on. Not as tested as some other Samba code paths.

Default: large readwrite = yes -

+

ldap admin dn (G) -

+

The ldap admin dn defines the Distinguished Name (DN) name used by Samba to contact the ldap server when retreiving user account information. The ldap admin dn is used in conjunction with the admin dn password stored in the private/secrets.tdb @@ -2665,10 +2678,10 @@ man page for more information on how to accomplish this.

The ldap admin dn requires a fully specified DN. The ldap suffix is not appended to the ldap admin dn. -

No default

+

No default

ldap connection timeout (G) -

+

This parameter tells the LDAP library calls which timeout in seconds they should honor during initial connection establishments to LDAP servers. It is very useful in failover scenarios in particular. If one or more LDAP @@ -2680,10 +2693,10 @@ and not establishing an initial connection.

Default: ldap connection timeout = 2 -

+

ldap debug level (G) -

+

This parameter controls the debug level of the LDAP library calls. In the case of OpenLDAP, it is the same bit-field as understood by the server and documented in the @@ -2700,10 +2713,10 @@

Example: ldap debug level = 1 -

+

ldap debug threshold (G) -

+

This parameter controls the Samba debug level at which the ldap library debug output is printed in the Samba logs. See the description of @@ -2712,28 +2725,28 @@

Example: ldap debug threshold = 5 -

+

ldap delete dn (G) -

This parameter specifies whether a delete +

This parameter specifies whether a delete operation in the ldapsam deletes the complete entry or only the attributes specific to Samba.

Default: ldap delete dn = no -

+

ldap group suffix (G) -

This parameter specifies the suffix that is +

This parameter specifies the suffix that is used for groups when these are added to the LDAP directory. If this parameter is unset, the value of ldap suffix will be used instead. The suffix string is pre-pended to the ldap suffix string so use a partial DN.

Default: ldap group suffix =

Example: ldap group suffix = ou=Groups -

+

ldap idmap suffix (G) -

+

This parameters specifies the suffix that is used when storing idmap mappings. If this parameter is unset, the value of ldap suffix will be used instead. The suffix string is pre-pended to the ldap suffix string so use a partial DN. @@ -2741,10 +2754,10 @@

Example: ldap idmap suffix = ou=Idmap -

+

ldap machine suffix (G) -

+

It specifies where machines should be added to the ldap tree. If this parameter is unset, the value of ldap suffix will be used instead. The suffix string is pre-pended to the ldap suffix string so use a partial DN. @@ -2752,10 +2765,10 @@

Example: ldap machine suffix = ou=Computers -

+

ldap passwd sync (G) -

+

This option is used to define whether or not Samba should sync the LDAP password with the NT and LM hashes for normal accounts (NOT for workstation, server or domain trusts) on a password change via SAMBA. @@ -2766,10 +2779,10 @@ LM passwords and update the pwdLastSet time.

  • Only = Only update the LDAP password and let the LDAP server do the rest.

  • Default: ldap passwd sync = no -

    +

    ldap replication sleep (G) -

    +

    When Samba is asked to write to a read-only LDAP replica, we are redirected to talk to the read-write master server. This server then replicates our changes back to the 'local' server, however the replication might take some seconds, especially over slow links. Certain client activities, particularly domain joins, can become confused by the 'success' @@ -2782,10 +2795,10 @@ The value is specified in milliseconds, the maximum value is 5000 (5 seconds).

    Default: ldap replication sleep = 1000 -

    +

    ldapsam:editposix (G) -

    +

    Editposix is an option that leverages ldapsam:trusted to make it simpler to manage a domain controller eliminating the need to set up custom scripts to add and manage the posix users and groups. This option will instead directly manipulate the ldap tree to create, remove and modify user and group entries. @@ -2863,10 +2876,10 @@

    Default: ldapsam:editposix = no -

    +

    ldapsam:trusted (G) -

    +

    By default, Samba as a Domain Controller with an LDAP backend needs to use the Unix-style NSS subsystem to access user and group information. Due to the way Unix stores user information in /etc/passwd and /etc/group this inevitably leads to inefficiencies. One important question a user needs to know is the list of groups he @@ -2884,10 +2897,10 @@ is easily achieved.

    Default: ldapsam:trusted = no -

    +

    ldap ssl (G) -

    This option is used to define whether or not Samba should +

    This option is used to define whether or not Samba should use SSL when connecting to the ldap server This is NOT related to Samba's previous SSL support which was enabled by specifying the @@ -2901,10 +2914,10 @@ to configure. See passdb backend

    .

    Default: ldap ssl = start_tls -

    +

    ldap suffix (G) -

    Specifies the base for all ldap suffixes and for storing the sambaDomain object.

    +

    Specifies the base for all ldap suffixes and for storing the sambaDomain object.

    The ldap suffix will be appended to the values specified for the ldap user suffix, ldap group suffix, ldap machine suffix, and the ldap idmap suffix. Each of these should be given only a DN relative to the @@ -2913,19 +2926,19 @@

    Example: ldap suffix = dc=samba,dc=org -

    +

    ldap timeout (G) -

    +

    When Samba connects to an ldap server that server may be down or unreachable. To prevent Samba from hanging whilst waiting for the connection this parameter specifies in seconds how long Samba should wait before failing the connect. The default is to only wait fifteen seconds for the ldap server to respond to the connect request.

    Default: ldap timeout = 15 -

    +

    ldap user suffix (G) -

    +

    This parameter specifies where users are added to the tree. If this parameter is unset, the value of ldap suffix will be used instead. The suffix string is pre-pended to the ldap suffix string so use a partial DN. @@ -2933,10 +2946,10 @@

    Example: ldap user suffix = ou=people -

    +

    level2 oplocks (S) -

    This parameter controls whether Samba supports +

    This parameter controls whether Samba supports level2 (read-only) oplocks on a share.

    Level2, or read-only oplocks allow Windows NT clients that have an oplock on a file to downgrade from a read-write oplock to a read-only oplock once a second client opens the file (instead @@ -2956,10 +2969,10 @@ parameter must be set to yes on this share in order for this parameter to have any effect.

    Default: level2 oplocks = yes -

    +

    lm announce (G) -

    This parameter determines if nmbd(8) will produce Lanman announce +

    This parameter determines if nmbd(8) will produce Lanman announce broadcasts that are needed by OS/2 clients in order for them to see the Samba server in their browse list. This parameter can have three values, yes, no, or @@ -2975,10 +2988,10 @@

    Example: lm announce = yes -

    +

    lm interval (G) -

    If Samba is set to produce Lanman announce +

    If Samba is set to produce Lanman announce broadcasts needed by OS/2 clients (see the lm announce parameter) then this parameter defines the frequency in seconds with which they will be @@ -2988,18 +3001,18 @@

    Example: lm interval = 120 -

    +

    load printers (G) -

    A boolean variable that controls whether all +

    A boolean variable that controls whether all printers in the printcap will be loaded for browsing by default. See the printers section for more details.

    Default: load printers = yes -

    +

    local master (G) -

    This option allows nmbd(8) to try and become a local master browser +

    This option allows nmbd(8) to try and become a local master browser on a subnet. If set to no then nmbd will not attempt to become a local master browser on a subnet and will also lose in all browsing elections. By @@ -3009,13 +3022,13 @@ will participate in elections for local master browser.

    Setting this value to no will cause nmbd never to become a local master browser.

    Default: local master = yes -

    +

    lock dir -

    This parameter is a synonym for lock directory.

    +

    This parameter is a synonym for lock directory.

    lock directory (G) -

    This option specifies the directory where lock +

    This option specifies the directory where lock files will be placed. The lock files are used to implement the max connections option.

    @@ -3025,10 +3038,10 @@

    Example: lock directory = /var/run/samba/locks -

    +

    locking (S) -

    This controls whether or not locking will be +

    This controls whether or not locking will be performed by the server in response to lock requests from the client.

    If locking = no, all lock and unlock requests will appear to succeed and all lock queries will report @@ -3038,18 +3051,18 @@ CDROM drives), although setting this parameter of no is not really recommended even in this case.

    Be careful about disabling locking either globally or in a specific service, as lack of locking may result in data corruption. - You should never need to set this parameter.

    No default

    + You should never need to set this parameter.

    No default

    lock spin count (G) -

    This parameter has been made inoperative in Samba 3.0.24. +

    This parameter has been made inoperative in Samba 3.0.24. The functionality it contolled is now controlled by the parameter lock spin time.

    Default: lock spin count = 0 -

    +

    lock spin time (G) -

    The time in microseconds that smbd should +

    The time in microseconds that smbd should keep waiting to see if a failed lock request can be granted. This parameter has changed in default value from Samba 3.0.23 from 10 to 200. The associated @@ -3057,22 +3070,22 @@ no longer used in Samba 3.0.24. You should not need to change the value of this parameter.

    Default: lock spin time = 200 -

    +

    log file (G) -

    +

    This option allows you to override the name of the Samba log file (also known as the debug file).

    This option takes the standard substitutions, allowing you to have separate log files for each user or machine.

    No default

    Example: log file = /usr/local/samba/var/log.%m -

    +

    debuglevel -

    This parameter is a synonym for log level.

    +

    This parameter is a synonym for log level.

    log level (G) -

    +

    The value of the parameter (a astring) allows the debug level (logging level) to be specified in the smb.conf file.

    This parameter has been extended since the 2.2.x @@ -3083,10 +3096,10 @@

    Example: log level = 3 passdb:5 auth:10 winbind:2 -

    +

    logon drive (G) -

    +

    This parameter specifies the local path to which the home directory will be connected (see logon home) and is only used by NT Workstations. @@ -3096,10 +3109,10 @@

    Example: logon drive = h: -

    +

    logon home (G) -

    +

    This parameter specifies the home directory location when a Win95/98 or NT Workstation logs into a Samba PDC. It allows you to do

    @@ -3130,10 +3143,10 @@

    Example: logon home = \\remote_smb_server\%U -

    +

    logon path (G) -

    +

    This parameter specifies the directory where roaming profiles (Desktop, NTuser.dat, etc) are stored. Contrary to previous versions of these manual pages, it has nothing to do with Win 9X roaming profiles. To find out how to handle roaming profiles for Win 9X system, see the @@ -3177,10 +3190,10 @@

    Default: logon path = \\%N\%U\profile -

    +

    logon script (G) -

    +

    This parameter specifies the batch file (.bat) or NT command file (.cmd) to be downloaded and run on a machine when a user successfully logs in. The file must contain the DOS style CR/LF line endings. Using a DOS-style editor to create the file is recommended. @@ -3211,10 +3224,10 @@

    Example: logon script = scripts\%U.bat -

    +

    lppause command (S) -

    This parameter specifies the command to be +

    This parameter specifies the command to be executed on the server host in order to stop printing or spooling a specific print job.

    This command should be a program or script which takes a printer name and job number to pause the print job. One way @@ -3238,10 +3251,10 @@

    Example: lppause command = /usr/bin/lpalt %p-%j -p0 -

    +

    lpq cache time (G) -

    This controls how long lpq info will be cached +

    This controls how long lpq info will be cached for to prevent the lpq command being called too often. A separate cache is kept for each variation of the lpq command used by the system, so if you use different @@ -3254,10 +3267,10 @@

    Example: lpq cache time = 10 -

    +

    lpq command (S) -

    This parameter specifies the command to be +

    This parameter specifies the command to be executed on the server host in order to obtain lpq -style printer status information.

    This command should be a program or script which takes a printer name as its only parameter and outputs printer @@ -3279,10 +3292,10 @@

    Example: lpq command = /usr/bin/lpq -P%p -

    +

    lpresume command (S) -

    This parameter specifies the command to be +

    This parameter specifies the command to be executed on the server host in order to restart or continue printing or spooling a specific print job.

    This command should be a program or script which takes a printer name and job number to resume the print job. See @@ -3295,10 +3308,10 @@ parameter is SYSV, in which case the default is:

    lp -i %p-%j -H resume

    or if the value of the printing parameter is SOFTQ, then the default is:

    qstat -s -j%j -r

    No default

    Example: lpresume command = /usr/bin/lpalt %p-%j -p2 -

    +

    lprm command (S) -

    This parameter specifies the command to be +

    This parameter specifies the command to be executed on the server host in order to delete a print job.

    This command should be a program or script which takes a printer name and job number, and deletes the print job.

    If a %p is given then the printer name is put in its place. A %j is replaced with @@ -3315,10 +3328,10 @@

    Default: lprm command = determined by printing parameter -

    +

    machine password timeout (G) -

    +

    If a Samba server is a member of a Windows NT Domain (see the security = domain parameter) then periodically a running smbd process will try and change the MACHINE ACCOUNT PASSWORD stored in the TDB called private/secrets.tdb . This parameter specifies how often this password will be changed, in seconds. The default is one @@ -3328,10 +3341,10 @@ and the security = domain parameter.

    Default: machine password timeout = 604800 -

    +

    magic output (S) -

    +

    This parameter specifies the name of a file which will contain output created by a magic script (see the magic script parameter below).

    Warning

    If two clients use the same magic script @@ -3340,10 +3353,10 @@

    Example: magic output = myfile.txt -

    +

    magic script (S) -

    This parameter specifies the name of a file which, +

    This parameter specifies the name of a file which, if opened, will be executed by the server when the file is closed. This allows a UNIX script to be sent to the Samba host and executed on behalf of the connected user.

    Scripts executed in this way will be deleted upon @@ -3359,10 +3372,10 @@

    Example: magic script = user.csh -

    +

    mangled names (S) -

    This controls whether non-DOS names under UNIX +

    This controls whether non-DOS names under UNIX should be mapped to DOS-compatible names ("mangled") and made visible, or whether non-DOS names should simply be ignored.

    See the section on name mangling for details on how to control the mangling process.

    If mangling is used then the mangling algorithm is as follows:

    • The first (up to) five alphanumeric characters @@ -3387,10 +3400,10 @@ from Windows/DOS and will retain the same basename. Mangled names do not change between sessions.

      Default: mangled names = yes -

    +

    mangle prefix (G) -

    controls the number of prefix +

    controls the number of prefix characters from the original name used when generating the mangled names. A larger value will give a weaker hash and therefore more name collisions. The minimum @@ -3400,20 +3413,20 @@

    Example: mangle prefix = 4 -

    +

    mangling char (S) -

    This controls what character is used as +

    This controls what character is used as the magic character in name mangling. The default is a '~' but this may interfere with some software. Use this option to set it to whatever you prefer. This is effective only when mangling method is hash.

    Default: mangling char = ~

    Example: mangling char = ^ -

    +

    mangling method (G) -

    controls the algorithm used for the generating +

    controls the algorithm used for the generating the mangled names. Can take two different values, "hash" and "hash2". "hash" is the algorithm that was used used in Samba for many years and was the default in Samba 2.2.x "hash2" is @@ -3424,10 +3437,10 @@

    Example: mangling method = hash -

    +

    map acl inherit (S) -

    This boolean parameter controls whether smbd(8) will attempt to map the 'inherit' and 'protected' +

    This boolean parameter controls whether smbd(8) will attempt to map the 'inherit' and 'protected' access control entry flags stored in Windows ACLs into an extended attribute called user.SAMBA_PAI. This parameter only takes effect if Samba is being run on a platform that supports extended attributes (Linux and IRIX so far) and @@ -3435,10 +3448,10 @@ POSIX ACL mapping code.

    Default: map acl inherit = no -

    +

    map archive (S) -

    +

    This controls whether the DOS archive attribute should be mapped to the UNIX owner execute bit. The DOS archive bit is set when a file has been modified since its last backup. One @@ -3451,19 +3464,19 @@ create mask for details.

    Default: map archive = yes -

    +

    map hidden (S) -

    +

    This controls whether DOS style hidden files should be mapped to the UNIX world execute bit.

    Note that this requires the create mask to be set such that the world execute bit is not masked out (i.e. it must include 001). See the parameter create mask for details. -

    No default

    +

    No default

    map read only (S) -

    +

    This controls how the DOS read only attribute should be mapped from a UNIX filesystem.

    This parameter can take three different values, which tell smbd(8) how to display the read only attribute on files, where either @@ -3488,10 +3501,10 @@ the store dos attributes method. This may be useful for exporting mounted CDs.

    Default: map read only = yes -

    +

    map system (S) -

    +

    This controls whether DOS style system files should be mapped to the UNIX group execute bit.

    Note that this requires the create mask to be set such that the group @@ -3499,10 +3512,10 @@ create mask for details.

    Default: map system = no -

    +

    map to guest (G) -

    This parameter is only useful in SECURITY = +

    This parameter is only useful in SECURITY = security modes other than security = share and security = server - i.e. user, and domain.

    This parameter can take four different values, which tell @@ -3544,10 +3557,10 @@

    Example: map to guest = Bad User -

    +

    max connections (S) -

    This option allows the number of simultaneous connections to a service to be limited. +

    This option allows the number of simultaneous connections to a service to be limited. If max connections is greater than 0 then connections will be refused if this number of connections to the service are already open. A value of zero mean an unlimited number of connections may be made.

    Record lock files are used to implement this feature. The lock files will be stored in @@ -3555,10 +3568,10 @@

    Example: max connections = 10 -

    +

    max disk size (G) -

    This option allows you to put an upper limit +

    This option allows you to put an upper limit on the apparent size of disks. If you set this option to 100 then all shares will appear to be not larger than 100 MB in size.

    Note that this option does not limit the amount of @@ -3572,10 +3585,10 @@

    Example: max disk size = 1000 -

    +

    max log size (G) -

    +

    This option (an integer in kilobytes) specifies the max size the log file should grow to. Samba periodically checks the size and if it is exceeded it will rename the file, adding a .old extension. @@ -3584,17 +3597,17 @@

    Example: max log size = 1000 -

    +

    max mux (G) -

    This option controls the maximum number of +

    This option controls the maximum number of outstanding simultaneous SMB operations that Samba tells the client it will allow. You should never need to set this parameter.

    Default: max mux = 50 -

    +

    max open files (G) -

    This parameter limits the maximum number of +

    This parameter limits the maximum number of open files that one smbd(8) file serving process may have open for a client at any one time. The default for this parameter is set very high (10,000) as Samba uses @@ -3602,23 +3615,23 @@ by the UNIX per-process file descriptor limit rather than this parameter so you should never need to touch this parameter.

    Default: max open files = 10000 -

    +

    max print jobs (S) -

    This parameter limits the maximum number of +

    This parameter limits the maximum number of jobs allowable in a Samba printer queue at any given moment. If this number is exceeded, smbd(8) will remote "Out of Space" to the client.

    Default: max print jobs = 1000

    Example: max print jobs = 5000 -

    +

    protocol -

    This parameter is a synonym for max protocol.

    +

    This parameter is a synonym for max protocol.

    max protocol (G) -

    The value of the parameter (a string) is the highest +

    The value of the parameter (a string) is the highest protocol level that will be supported by the server.

    Possible values are :

    • CORE: Earliest version. No concept of user names.

    • COREPLUS: Slight improvements on CORE for efficiency.

    • LANMAN1: First @@ -3630,10 +3643,10 @@

      Example: max protocol = LANMAN1 -

    +

    max reported print jobs (S) -

    +

    This parameter limits the maximum number of jobs displayed in a port monitor for Samba printer queue at any given moment. If this number is exceeded, the excess jobs will not be shown. A value of zero means there is no limit on the number of @@ -3642,10 +3655,10 @@

    Example: max reported print jobs = 1000 -

    +

    max smbd processes (G) -

    This parameter limits the maximum number of smbd(8) processes concurrently running on a system and is intended +

    This parameter limits the maximum number of smbd(8) processes concurrently running on a system and is intended as a stopgap to prevent degrading service to clients in the event that the server has insufficient resources to handle more than this number of connections. Remember that under normal operating conditions, each user will have an smbd(8) associated with him or her to handle connections to all @@ -3653,10 +3666,10 @@

    Example: max smbd processes = 1000 -

    +

    max stat cache size (G) -

    This parameter limits the size in memory of any +

    This parameter limits the size in memory of any stat cache being used to speed up case insensitive name mappings. It represents the number of kilobyte (1024) units the stat cache can use. @@ -3667,27 +3680,27 @@

    Example: max stat cache size = 100 -

    +

    max ttl (G) -

    This option tells nmbd(8) what the default 'time to live' +

    This option tells nmbd(8) what the default 'time to live' of NetBIOS names should be (in seconds) when nmbd is requesting a name using either a broadcast packet or from a WINS server. You should never need to change this parameter. The default is 3 days.

    Default: max ttl = 259200 -

    +

    max wins ttl (G) -

    This option tells smbd(8) when acting as a WINS server +

    This option tells smbd(8) when acting as a WINS server (wins support = yes) what the maximum 'time to live' of NetBIOS names that nmbd will grant will be (in seconds). You should never need to change this parameter. The default is 6 days (518400 seconds).

    Default: max wins ttl = 518400 -

    +

    max xmit (G) -

    This option controls the maximum packet size +

    This option controls the maximum packet size that will be negotiated by Samba. The default is 16644, which matches the behavior of Windows 2000. A value below 2048 is likely to cause problems. You should never need to change this parameter from its default value. @@ -3695,10 +3708,10 @@

    Example: max xmit = 8192 -

    +

    message command (G) -

    This specifies what command to run when the +

    This specifies what command to run when the server receives a WinPopup style message.

    This would normally be a command that would deliver the message somehow. How this is to be done is up to your imagination.

    An example is: @@ -3737,20 +3750,20 @@

    Example: message command = csh -c 'xedit %s; rm %s' & -

    +

    min print space (S) -

    This sets the minimum amount of free disk +

    This sets the minimum amount of free disk space that must be available before a user will be able to spool a print job. It is specified in kilobytes. The default is 0, which means a user can always spool a print job.

    Default: min print space = 0

    Example: min print space = 2000 -

    +

    min protocol (G) -

    The value of the parameter (a string) is the +

    The value of the parameter (a string) is the lowest SMB protocol dialect than Samba will support. Please refer to the max protocol parameter for a list of valid protocol names and a brief description @@ -3762,10 +3775,10 @@

    Example: min protocol = NT1 -

    +

    min receivefile size (G) -

    This option changes the behavior of smbd(8) when processing SMBwriteX calls. Any incoming +

    This option changes the behavior of smbd(8) when processing SMBwriteX calls. Any incoming SMBwriteX call on a non-signed SMB/CIFS connection greater than this value will not be processed in the normal way but will be passed to any underlying kernel recvfile or splice system call (if there is no such call Samba will emulate in user space). This allows zero-copy writes directly from network @@ -3774,19 +3787,19 @@ normal way. To enable POSIX large write support (SMB/CIFS writes up to 16Mb) this option must be nonzero. The maximum value is 128k. Values greater than 128k will be silently set to 128k.

    Note this option will have NO EFFECT if set on a SMB signed connection.

    The default is zero, which diables this option.

    Default: min receivefile size = 0 -

    +

    min wins ttl (G) -

    This option tells nmbd(8) +

    This option tells nmbd(8) when acting as a WINS server (wins support = yes) what the minimum 'time to live' of NetBIOS names that nmbd will grant will be (in seconds). You should never need to change this parameter. The default is 6 hours (21600 seconds).

    Default: min wins ttl = 21600 -

    +

    msdfs proxy (S) -

    This parameter indicates that the share is a +

    This parameter indicates that the share is a stand-in for another CIFS share whose location is specified by the value of the parameter. When clients attempt to connect to this share, they are redirected to the proxied share using @@ -3794,10 +3807,10 @@ msdfs root and host msdfs options to find out how to set up a Dfs root share.

    No default

    Example: msdfs proxy = \otherserver\someshare -

    +

    msdfs root (S) -

    If set to yes, Samba treats the +

    If set to yes, Samba treats the share as a Dfs root and allows clients to browse the distributed file system tree rooted at the share directory. Dfs links are specified in the share directory by symbolic @@ -3805,20 +3818,20 @@ and so on. For more information on setting up a Dfs tree on Samba, refer to the MSDFS chapter in the Samba3-HOWTO book.

    Default: msdfs root = no -

    +

    name cache timeout (G) -

    Specifies the number of seconds it takes before +

    Specifies the number of seconds it takes before entries in samba's hostname resolve cache time out. If the timeout is set to 0. the caching is disabled.

    Default: name cache timeout = 660

    Example: name cache timeout = 0 -

    +

    name resolve order (G) -

    This option is used by the programs in the Samba +

    This option is used by the programs in the Samba suite to determine what naming services to use and in what order to resolve host names to IP addresses. Its main purpose to is to control how netbios name resolution is performed. The option takes a space @@ -3849,10 +3862,10 @@

    Example: name resolve order = lmhosts bcast host -

    +

    netbios aliases (G) -

    This is a list of NetBIOS names that nmbd will +

    This is a list of NetBIOS names that nmbd will advertise as additional names by which the Samba server is known. This allows one machine to appear in browse lists under multiple names. If a machine is acting as a browse server or logon server none of these names will be advertised as either browse server or logon @@ -3862,10 +3875,10 @@

    Example: netbios aliases = TEST TEST1 TEST2 -

    +

    netbios name (G) -

    +

    This sets the NetBIOS name by which a Samba server is known. By default it is the same as the first component of the host's DNS name. If a machine is a browse server or logon server this name (or the first component of the hosts DNS name) will be the name that these services are advertised under. @@ -3878,17 +3891,17 @@

    Example: netbios name = MYNAME -

    +

    netbios scope (G) -

    This sets the NetBIOS scope that Samba will +

    This sets the NetBIOS scope that Samba will operate under. This should not be set unless every machine on your LAN also sets this value.

    Default: netbios scope = -

    +

    nis homedir (G) -

    Get the home share server from a NIS map. For +

    Get the home share server from a NIS map. For UNIX systems that use an automounter, the user's home directory will often be mounted on a workstation on demand from a remote server.

    When the Samba logon server is not the actual home directory @@ -3907,20 +3920,20 @@ NIS system and the Samba server with this option must also be a logon server.

    Default: nis homedir = no -

    +

    nt acl support (S) -

    This boolean parameter controls whether smbd(8) will attempt to map +

    This boolean parameter controls whether smbd(8) will attempt to map UNIX permissions into Windows NT access control lists. The UNIX permissions considered are the the traditional UNIX owner and group permissions, as well as POSIX ACLs set on any files or directories. This parameter was formally a global parameter in releases prior to 2.2.2.

    Default: nt acl support = yes -

    +

    ntlm auth (G) -

    This parameter determines whether or not smbd(8) will attempt to +

    This parameter determines whether or not smbd(8) will attempt to authenticate users using the NTLM encrypted password response. If disabled, either the lanman password hash or an NTLMv2 response will need to be sent by the client.

    If this option, and lanman @@ -3928,33 +3941,33 @@ permited. Not all clients support NTLMv2, and most will require special configuration to use it.

    Default: ntlm auth = yes -

    +

    nt pipe support (G) -

    This boolean parameter controls whether +

    This boolean parameter controls whether smbd(8) will allow Windows NT clients to connect to the NT SMB specific IPC$ pipes. This is a developer debugging option and can be left alone.

    Default: nt pipe support = yes -

    +

    nt status support (G) -

    This boolean parameter controls whether smbd(8) will negotiate NT specific status +

    This boolean parameter controls whether smbd(8) will negotiate NT specific status support with Windows NT/2k/XP clients. This is a developer debugging option and should be left alone. If this option is set to no then Samba offers exactly the same DOS error codes that versions prior to Samba 2.2.3 reported.

    You should not need to ever disable this parameter.

    Default: nt status support = yes -

    +

    null passwords (G) -

    Allow or disallow client access to accounts that have null passwords.

    See also smbpasswd(5).

    Default: null passwords = no +

    Allow or disallow client access to accounts that have null passwords.

    See also smbpasswd(5).

    Default: null passwords = no -

    +

    obey pam restrictions (G) -

    When Samba 3.0 is configured to enable PAM support +

    When Samba 3.0 is configured to enable PAM support (i.e. --with-pam), this parameter will control whether or not Samba should obey PAM's account and session management directives. The default behavior is to use PAM for clear text authentication only @@ -3964,10 +3977,10 @@ authentication mechanism needed in the presence of SMB password encryption.

    Default: obey pam restrictions = no -

    +

    only user (S) -

    This is a boolean option that controls whether +

    This is a boolean option that controls whether connections with usernames not in the user list will be allowed. By default this option is disabled so that a client can supply a username to be used by the server. Enabling @@ -3980,10 +3993,10 @@ will be just the service name, which for home directories is the name of the user.

    Default: only user = no -

    +

    oplock break wait time (G) -

    +

    This is a tuning parameter added due to bugs in both Windows 9x and WinNT. If Samba responds to a client too quickly when that client issues an SMB that can cause an oplock break request, then the network client can fail and not respond to the break request. This tuning parameter (which is set in milliseconds) is the amount @@ -3992,10 +4005,10 @@ DO NOT CHANGE THIS PARAMETER UNLESS YOU HAVE READ AND UNDERSTOOD THE SAMBA OPLOCK CODE.

    Default: oplock break wait time = 0 -

    +

    oplock contention limit (S) -

    +

    This is a very advanced smbd(8) tuning option to improve the efficiency of the granting of oplocks under multiple client contention for the same file.

    @@ -4007,10 +4020,10 @@ DO NOT CHANGE THIS PARAMETER UNLESS YOU HAVE READ AND UNDERSTOOD THE SAMBA OPLOCK CODE.

    Default: oplock contention limit = 2 -

    +

    oplocks (S) -

    +

    This boolean option tells smbd whether to issue oplocks (opportunistic locks) to file open requests on this share. The oplock code can dramatically (approx. 30% or more) improve @@ -4029,10 +4042,10 @@ kernel oplocks parameter for details.

    Default: oplocks = yes -

    +

    os2 driver map (G) -

    The parameter is used to define the absolute +

    The parameter is used to define the absolute path to a file containing a mapping of Windows NT printer driver names to OS/2 printer driver names. The format is:

    <nt driver name> = <os2 driver name>.<device name>

    For example, a valid entry using the HP LaserJet 5 printer driver would appear as HP LaserJet 5L = LASERJET.HP @@ -4042,10 +4055,10 @@ details on OS/2 clients, please refer to chapter on other clients in the Samba3-HOWTO book.

    Default: os2 driver map = -

    +

    os level (G) -

    +

    This integer value controls what level Samba advertises itself as for browse elections. The value of this parameter determines whether nmbd(8) has a chance of becoming a local master browser for the workgroup in the local broadcast area.

    @@ -4061,10 +4074,10 @@

    Example: os level = 65 -

    +

    pam password change (G) -

    With the addition of better PAM support in Samba 2.2, +

    With the addition of better PAM support in Samba 2.2, this parameter, it is possible to use PAM's password change control flag for Samba. If enabled, then PAM will be used for password changes when requested by an SMB client instead of the program listed in @@ -4072,20 +4085,20 @@ It should be possible to enable this without changing your passwd chat parameter for most setups.

    Default: pam password change = no -

    +

    panic action (G) -

    This is a Samba developer option that allows a +

    This is a Samba developer option that allows a system command to be called when either smbd(8) or nmbd(8) crashes. This is usually used to draw attention to the fact that a problem occurred.

    Default: panic action =

    Example: panic action = "/bin/sleep 90000" -

    +

    paranoid server security (G) -

    Some version of NT 4.x allow non-guest +

    Some version of NT 4.x allow non-guest users with a bad passowrd. When this option is enabled, samba will not use a broken NT 4.x server as password server, but instead complain to the logs and exit. @@ -4093,10 +4106,10 @@ this check, which involves deliberatly attempting a bad logon to the remote server.

    Default: paranoid server security = yes -

    +

    passdb backend (G) -

    This option allows the administrator to chose which backend +

    This option allows the administrator to chose which backend will be used for storing user and possibly group information. This allows you to swap between different storage mechanisms without recompile.

    The parameter value is divided into two parts, the backend's name, and a 'location' string that has meaning only to that particular backed. These are separated @@ -4129,19 +4142,19 @@ passdb backend = ldapsam:"ldap://ldap-1.example.com ldap-2.example.com"

    Default: passdb backend = smbpasswd -

    +

    passdb expand explicit (G) -

    +

    This parameter controls whether Samba substitutes %-macros in the passdb fields if they are explicitly set. We used to expand macros here, but this turned out to be a bug because the Windows client can expand a variable %G_osver% in which %G would have been substituted by the user's primary group.

    Default: passdb expand explicit = no -

    +

    passwd chat debug (G) -

    This boolean specifies if the passwd chat script +

    This boolean specifies if the passwd chat script parameter is run in debug mode. In this mode the strings passed to and received from the passwd chat are printed in the smbd(8) log with a @@ -4154,18 +4167,18 @@ pam password change parameter is set. This parameter is off by default.

    Default: passwd chat debug = no -

    +

    passwd chat timeout (G) -

    This integer specifies the number of seconds smbd will wait for an initial +

    This integer specifies the number of seconds smbd will wait for an initial answer from a passwd chat script being run. Once the initial answer is received the subsequent answers must be received in one tenth of this time. The default it two seconds.

    Default: passwd chat timeout = 2 -

    +

    passwd chat (G) -

    This string controls the "chat" +

    This string controls the "chat" conversation that takes places between smbd(8) and the local password changing program to change the user's password. The string describes a sequence of response-receive pairs that smbd(8) uses to determine what to send to the @@ -4196,10 +4209,10 @@

    Example: passwd chat = "*Enter NEW password*" %n\n "*Reenter NEW password*" %n\n "*Password changed*" -

    +

    passwd program (G) -

    The name of a program that can be used to set +

    The name of a program that can be used to set UNIX user passwords. Any occurrences of %u will be replaced with the user name. The user name is checked for existence before calling the password changing program.

    Also note that many passwd programs insist in reasonable @@ -4220,10 +4233,10 @@

    Example: passwd program = /bin/passwd %u -

    +

    password level (G) -

    Some client/server combinations have difficulty +

    Some client/server combinations have difficulty with mixed-case passwords. One offending client is Windows for Workgroups, which for some reason forces passwords to upper case when using the LANMAN1 protocol, but leaves them alone when @@ -4245,10 +4258,10 @@

    Example: password level = 4 -

    +

    password server (G) -

    By specifying the name of another SMB server +

    By specifying the name of another SMB server or Active Directory domain controller with this option, and using security = [ads|domain|server] it is possible to get Samba to @@ -4308,13 +4321,13 @@

    Example: password server = windc.mydomain.com:389 192.168.1.101 * -

    +

    directory -

    This parameter is a synonym for path.

    +

    This parameter is a synonym for path.

    path (S) -

    This parameter specifies a directory to which +

    This parameter specifies a directory to which the user of the service is to be given access. In the case of printable services, this is where print data will spool prior to being submitted to the host for printing.

    For a printable service offering guest access, the service @@ -4331,19 +4344,19 @@

    Example: path = /home/fred -

    +

    pid directory (G) -

    +

    This option specifies the directory where pid files will be placed.

    Default: pid directory = ${prefix}/var/locks

    Example: pid directory = pid directory = /var/run/ -

    +

    posix locking (S) -

    +

    The smbd(8) daemon maintains an database of file locks obtained by SMB clients. The default behavior is to map this internal database to POSIX locks. This means that file locks obtained by SMB clients are @@ -4351,10 +4364,10 @@ method (e.g. NFS or local file access). You should never need to disable this parameter.

    Default: posix locking = yes -

    +

    postexec (S) -

    This option specifies a command to be run +

    This option specifies a command to be run whenever the service is disconnected. It takes the usual substitutions. The command may be run as the root on some systems.

    An interesting example may be to unmount server @@ -4362,21 +4375,21 @@

    Example: postexec = echo \"%u disconnected from %S from %m (%I)\" >> /tmp/log -

    +

    preexec close (S) -

    +

    This boolean option controls whether a non-zero return code from preexec should close the service being connected to.

    Default: preexec close = no -

    +

    exec -

    This parameter is a synonym for preexec.

    +

    This parameter is a synonym for preexec.

    preexec (S) -

    This option specifies a command to be run whenever +

    This option specifies a command to be run whenever the service is connected to. It takes the usual substitutions.

    An interesting example is to send the users a welcome message every time they log in. Maybe a message of the day? Here is an example:

    @@ -4388,13 +4401,13 @@

    Example: preexec = echo \"%u connected to %S from %m (%I)\" >> /tmp/log -

    +

    prefered master -

    This parameter is a synonym for preferred master.

    +

    This parameter is a synonym for preferred master.

    preferred master (G) -

    +

    This boolean parameter controls if nmbd(8) is a preferred master browser for its workgroup.

    If this is set to yes, on startup, nmbd will force @@ -4408,22 +4421,22 @@ capabilities.

    Default: preferred master = auto -

    +

    preload modules (G) -

    This is a list of paths to modules that should +

    This is a list of paths to modules that should be loaded into smbd before a client connects. This improves the speed of smbd when reacting to new connections somewhat.

    Default: preload modules =

    Example: preload modules = /usr/lib/samba/passdb/mysql.so -

    +

    auto services -

    This parameter is a synonym for preload.

    +

    This parameter is a synonym for preload.

    preload (G) -

    This is a list of services that you want to be +

    This is a list of services that you want to be automatically added to the browse lists. This is most useful for homes and printers services that would otherwise not be visible.

    @@ -4434,33 +4447,33 @@

    Example: preload = fred lp colorlp -

    +

    preserve case (S) -

    +

    This controls if new filenames are created with the case that the client passes, or if they are forced to be the default case.

    See the section on NAME MANGLING for a fuller discussion.

    Default: preserve case = yes -

    +

    print ok -

    This parameter is a synonym for printable.

    +

    This parameter is a synonym for printable.

    printable (S) -

    If this parameter is yes, then +

    If this parameter is yes, then clients may open, write to and submit spool files on the directory specified for the service.

    Note that a printable service will ALWAYS allow writing to the service path (user privileges permitting) via the spooling of print data. The read only parameter controls only non-printing access to the resource.

    Default: printable = no -

    +

    printcap cache time (G) -

    This option specifies the number of seconds before the printing +

    This option specifies the number of seconds before the printing subsystem is again asked for the known printers. If the value is greater than 60 the initial waiting time is set to 60 seconds to allow an earlier first rescan of the printing subsystem. @@ -4470,13 +4483,13 @@

    Example: printcap cache time = 600 -

    +

    printcap -

    This parameter is a synonym for printcap name.

    +

    This parameter is a synonym for printcap name.

    printcap name (G) -

    +

    This parameter may be used to override the compiled-in default printcap name used by the server (usually /etc/printcap). See the discussion of the [printers] section above for reasons why you might want to do this.

    @@ -4511,10 +4524,10 @@

    Example: printcap name = /etc/myprintcap -

    +

    print command (S) -

    After a print job has finished spooling to +

    After a print job has finished spooling to a service, this command will be used via a system() call to process the spool file. Typically the command specified will submit the spool file to the host's printing subsystem, but there @@ -4556,10 +4569,10 @@ and if SAMBA is compiled against libcups, any manually set print command will be ignored.

    No default

    Example: print command = /usr/local/samba/bin/myprintscript %p %s -

    +

    printer admin (S) -

    +

    This lists users who can do anything to printers via the remote administration interfaces offered by MS-RPC (usually using a NT workstation). @@ -4575,13 +4588,13 @@

    Example: printer admin = admin, @staff -

    +

    printer -

    This parameter is a synonym for printer name.

    +

    This parameter is a synonym for printer name.

    printer name (S) -

    +

    This parameter specifies the name of the printer to which print jobs spooled through a printable service will be sent.

    @@ -4594,10 +4607,10 @@

    Example: printer name = laserwriter -

    +

    printing (S) -

    This parameters controls how printer status information is +

    This parameters controls how printer status information is interpreted on your system. It also affects the default values for the print command, lpq command, lppause command , lpresume command, and lprm command if specified in the [global] section.

    Currently nine printing styles are supported. They are @@ -4611,27 +4624,27 @@ commands (e.g. print command, lpq command, etc...) after defining the value for the printing option since it will reset the printing commands to default values.

    See also the discussion in the - [printers] section.

    No default

    + [printers] section.

    No default

    printjob username (S) -

    This parameter specifies which user information will be +

    This parameter specifies which user information will be passed to the printing system. Usually, the username is sent, but in some cases, e.g. the domain prefix is useful, too.

    Default: printjob username = %U

    Example: printjob username = %D\%U -

    +

    private dir (G) -

    This parameters defines the directory +

    This parameters defines the directory smbd will use for storing such files as smbpasswd and secrets.tdb.

    Default: private dir = ${prefix}/private -

    +

    profile acls (S) -

    +

    This boolean parameter was added to fix the problems that people have been having with storing user profiles on Samba shares from Windows 2000 or Windows XP clients. New versions of Windows 2000 or Windows XP service @@ -4659,10 +4672,10 @@ tree to the owning user.

    Default: profile acls = no -

    +

    queuepause command (S) -

    This parameter specifies the command to be +

    This parameter specifies the command to be executed on the server host in order to pause the printer queue.

    This command should be a program or script which takes a printer name as its only parameter and stops the printer queue, such that no longer jobs are submitted to the printer.

    This command is not supported by Windows for Workgroups, @@ -4673,10 +4686,10 @@ path in the command as the PATH may not be available to the server.

    No default

    Example: queuepause command = disable %p -

    +

    queueresume command (S) -

    This parameter specifies the command to be +

    This parameter specifies the command to be executed on the server host in order to resume the printer queue. It is the command to undo the behavior that is caused by the previous parameter (queuepause command).

    This command should be a program or script which takes @@ -4691,10 +4704,10 @@

    Example: queueresume command = enable %p -

    +

    read list (S) -

    +

    This is a list of users that are given read-only access to a service. If the connecting user is in this list then they will not be given write access, no matter what the read only option is set to. The list can include group names using the syntax described in the invalid users @@ -4704,19 +4717,19 @@

    Example: read list = mary, @students -

    +

    read only (S) -

    An inverted synonym is writeable.

    If this parameter is yes, then users +

    An inverted synonym is writeable.

    If this parameter is yes, then users of a service may not create or modify files in the service's directory.

    Note that a printable service (printable = yes) will ALWAYS allow writing to the directory (user privileges permitting), but only via spooling operations.

    Default: read only = yes -

    +

    read raw (G) -

    This parameter controls whether or not the server +

    This parameter controls whether or not the server will support the raw read SMB requests when transferring data to clients.

    If enabled, raw reads allow reads of 65535 bytes in one packet. This typically provides a major performance benefit. @@ -4725,20 +4738,20 @@ sizes, and for these clients you may need to disable raw reads.

    In general this parameter should be viewed as a system tuning tool and left severely alone.

    Default: read raw = yes -

    +

    realm (G) -

    This option specifies the kerberos realm to use. The realm is +

    This option specifies the kerberos realm to use. The realm is used as the ADS equivalent of the NT4 domain. It is usually set to the DNS name of the kerberos server.

    Default: realm =

    Example: realm = mysambabox.mycompany.com -

    +

    registry shares (G) -

    +

    This turns on or off support for share definitions read from registry. Shares defined in smb.conf take precedence over shares with the same name defined in @@ -4753,10 +4766,10 @@

    Example: registry shares = yes -

    +

    remote announce (G) -

    +

    This option allows you to setup nmbd(8)to periodically announce itself to arbitrary IP addresses with an arbitrary workgroup name.

    @@ -4780,10 +4793,10 @@ See the chapter on Network Browsing in the Samba-HOWTO book.

    Default: remote announce = -

    +

    remote browse sync (G) -

    +

    This option allows you to setup nmbd(8) to periodically request synchronization of browse lists with the master browser of a Samba server that is on a remote segment. This option will allow you to @@ -4815,10 +4828,10 @@ each network has its own WINS server.

    Default: remote browse sync = -

    +

    rename user script (G) -

    +

    This is the full pathname to a script that will be run as root by smbd(8) under special circumstances described below.

    When a user with admin authority or SeAddUserPrivilege rights renames a user (e.g.: from the NT4 User Manager @@ -4836,10 +4849,10 @@ needs to change for other applications using the same directory.

    Default: rename user script = no -

    +

    reset on zero vc (G) -

    +

    This boolean option controls whether an incoming session setup should kill other connections coming from the same IP. This matches the default Windows 2003 behaviour. @@ -4858,10 +4871,10 @@

    Default: reset on zero vc = no -

    +

    restrict anonymous (G) -

    The setting of this parameter determines whether user and +

    The setting of this parameter determines whether user and group list information is returned for an anonymous connection. and mirrors the effects of the

    @@ -4884,16 +4897,16 @@
         by setting guest ok = yes on any share.
     	

    Default: restrict anonymous = 0 -

    +

    root -

    This parameter is a synonym for root directory.

    +

    This parameter is a synonym for root directory.

    root dir -

    This parameter is a synonym for root directory.

    +

    This parameter is a synonym for root directory.

    root directory (G) -

    The server will chroot() (i.e. +

    The server will chroot() (i.e. Change its root directory) to this directory on startup. This is not strictly necessary for secure operation. Even without it the server will deny access to files not in one of the service entries. @@ -4916,34 +4929,34 @@

    Example: root directory = /homes/smb -

    +

    root postexec (S) -

    +

    This is the same as the postexec parameter except that the command is run as root. This is useful for unmounting filesystems (such as CDROMs) after a connection is closed.

    Default: root postexec = -

    +

    root preexec close (S) -

    This is the same as the preexec close +

    This is the same as the preexec close parameter except that the command is run as root.

    Default: root preexec close = no -

    +

    root preexec (S) -

    +

    This is the same as the preexec parameter except that the command is run as root. This is useful for mounting filesystems (such as CDROMs) when a connection is opened.

    Default: root preexec = -

    +

    security mask (S) -

    +

    This parameter controls what UNIX permission bits will be set when a Windows NT client is manipulating the UNIX permission on a file using the native NT security dialog box.

    @@ -4962,10 +4975,10 @@

    Example: security mask = 0770 -

    +

    security (G) -

    This option affects how clients respond to +

    This option affects how clients respond to Samba and is one of the most important settings in the smb.conf file.

    The option sets the "security mode bit" in replies to protocol negotiations with smbd(8) to turn share level security on or off. Clients decide @@ -5089,10 +5102,10 @@

    Example: security = DOMAIN -

    +

    server schannel (G) -

    +

    This controls whether the server offers or even demands the use of the netlogon schannel. server schannel = no does not offer the schannel, server schannel = auto offers the schannel but does not enforce it, and server schannel = yes denies access if the client is not able to speak netlogon schannel. This is only the case for Windows NT4 before SP4. @@ -5103,10 +5116,10 @@

    Example: server schannel = yes -

    +

    server signing (G) -

    This controls whether the server offers or requires +

    This controls whether the server offers or requires the client it talks to to use SMB signing. Possible values are auto, mandatory and disabled. @@ -5114,10 +5127,10 @@ When set to mandatory, SMB signing is required and if set to disabled, SMB signing is not offered either.

    Default: server signing = Disabled -

    +

    server string (G) -

    This controls what string will show up in the printer comment box in print +

    This controls what string will show up in the printer comment box in print manager and next to the IPC connection in net view. It can be any string that you wish to show to your users.

    It also sets what will appear in browse lists next to the machine name.

    A %v will be replaced with the Samba @@ -5126,10 +5139,10 @@

    Example: server string = University of GNUs Samba Server -

    +

    set directory (S) -

    +

    If set directory = no, then users of the service may not use the setdir command to change directory.

    @@ -5138,10 +5151,10 @@ for details.

    Default: set directory = no -

    +

    set primary group script (G) -

    Thanks to the Posix subsystem in NT a Windows User has a +

    Thanks to the Posix subsystem in NT a Windows User has a primary group in addition to the auxiliary groups. This script sets the primary group in the unix userdatase when an administrator sets the primary group from the windows user @@ -5153,10 +5166,10 @@

    Example: set primary group script = /usr/sbin/usermod -g '%g' '%u' -

    +

    set quota command (G) -

    The set quota command should only be used +

    The set quota command should only be used whenever there is no operating system API available from the OS that samba can use.

    This option is only available if Samba was configured with the argument --with-sys-quotas or on linux when ./configure --with-quotas was used and a working quota api @@ -5166,10 +5179,10 @@

    Example: set quota command = /usr/local/sbin/set_quota -

    +

    share modes (S) -

    This enables or disables the honoring of +

    This enables or disables the honoring of the share modes during a file open. These modes are used by clients to gain exclusive read or write access to a file.

    These open modes are not directly supported by UNIX, so @@ -5182,20 +5195,20 @@ by default.

    You should NEVER turn this parameter off as many Windows applications will break if you do so.

    Default: share modes = yes -

    +

    short preserve case (S) -

    +

    This boolean parameter controls if new files which conform to 8.3 syntax, that is all in upper case and of suitable length, are created upper case, or if they are forced to be the default case. This option can be use with preserve case = yes to permit long filenames to retain their case, while short names are lowered.

    See the section on NAME MANGLING.

    Default: short preserve case = yes -

    +

    show add printer wizard (G) -

    With the introduction of MS-RPC based printing support +

    With the introduction of MS-RPC based printing support for Windows NT/2000 client in Samba 2.2, a "Printers..." folder will appear on Samba hosts in the share listing. Normally this folder will contain an icon for the MS Add Printer Wizard (APW). However, it is @@ -5213,10 +5226,10 @@

    Note

    This does not prevent the same user from having administrative privilege on an individual printer.

    Default: show add printer wizard = yes -

    +

    shutdown script (G) -

    This a full path name to a script called by +

    This a full path name to a script called by smbd(8) that should start a shutdown procedure.

    If the connected user posseses the SeRemoteShutdownPrivilege, right, this command will be run as user.

    The %z %t %r %f variables are expanded as follows:

    • %z will be substituted with the @@ -5241,10 +5254,10 @@

      Example: shutdown script = /usr/local/samba/sbin/shutdown %m %t %r %f -

    +

    smb encrypt (S) -

    This is a new feature introduced with Samba 3.2 and above. It is an +

    This is a new feature introduced with Samba 3.2 and above. It is an extension to the SMB/CIFS protocol negotiated as part of the UNIX extensions. SMB encryption uses the GSSAPI (SSPI on Windows) ability to encrypt and sign every request/response in a SMB protocol stream. When @@ -5273,10 +5286,10 @@ When set to mandatory, SMB encryption is required and if set to disabled, SMB encryption can not be negotiated.

    Default: smb encrypt = auto -

    +

    smb passwd file (G) -

    This option sets the path to the encrypted smbpasswd file. By +

    This option sets the path to the encrypted smbpasswd file. By default the path to the smbpasswd file is compiled into Samba.

    An example of use is:

    @@ -5284,15 +5297,15 @@
     

    Default: smb passwd file = ${prefix}/private/smbpasswd -

    +

    smb ports (G) -

    Specifies which ports the server should listen on for SMB traffic.

    Default: smb ports = 445 139 +

    Specifies which ports the server should listen on for SMB traffic.

    Default: smb ports = 445 139 -

    +

    socket address (G) -

    This option allows you to control what +

    This option allows you to control what address Samba will listen for connections on. This is used to support multiple virtual interfaces on the one server, each with a different configuration.

    By default Samba will accept connections on any @@ -5300,10 +5313,10 @@

    Example: socket address = 192.168.2.20 -

    +

    socket options (G) -

    This option allows you to set socket options +

    This option allows you to set socket options to be used when talking with the client.

    Socket options are controls on the networking layer of the operating systems which allow the connection to be tuned.

    This option will typically be used to tune your Samba server @@ -5331,17 +5344,17 @@

    Example: socket options = IPTOS_LOWDELAY -

    +

    stat cache (G) -

    This parameter determines if smbd(8) will use a cache in order to +

    This parameter determines if smbd(8) will use a cache in order to speed up case insensitive name mappings. You should never need to change this parameter.

    Default: stat cache = yes -

    +

    store dos attributes (S) -

    +

    If this parameter is set Samba attempts to first read DOS attributes (SYSTEM, HIDDEN, ARCHIVE or READ-ONLY) from a filesystem extended attribute, before mapping DOS attributes to UNIX permission bits (such as occurs with map hidden and map readonly). When set, DOS @@ -5353,10 +5366,10 @@ extended attributes to work, also extended attributes must be compiled into the Linux kernel.

    Default: store dos attributes = no -

    +

    strict allocate (S) -

    This is a boolean that controls the handling of +

    This is a boolean that controls the handling of disk space allocation in the server. When this is set to yes the server will change from UNIX behaviour of not committing real disk storage blocks when a file is extended to the Windows behaviour @@ -5368,10 +5381,10 @@ out of quota messages on systems that are restricting the disk quota of users.

    Default: strict allocate = no -

    +

    strict locking (S) -

    +

    This is an enumerated type that controls the handling of file locking in the server. When this is set to yes, the server will check every read and write access for file locks, and deny access if locks exist. This can be slow on some systems. @@ -5387,10 +5400,10 @@ strict locking = no is acceptable.

    Default: strict locking = Auto -

    +

    strict sync (S) -

    Many Windows applications (including the Windows 98 explorer +

    Many Windows applications (including the Windows 98 explorer shell) seem to confuse flushing buffer contents to disk with doing a sync to disk. Under UNIX, a sync call forces the process to be suspended until the kernel has ensured that all outstanding data in @@ -5404,10 +5417,10 @@ addition, this fixes many performance problems that people have reported with the new Windows98 explorer shell file copies.

    Default: strict sync = no -

    +

    svcctl list (G) -

    This option defines a list of init scripts that smbd +

    This option defines a list of init scripts that smbd will use for starting and stopping Unix services via the Win32 ServiceControl API. This allows Windows administrators to utilize the MS Management Console plug-ins to manage a @@ -5420,10 +5433,10 @@

    Example: svcctl list = cups postfix portmap httpd -

    +

    sync always (S) -

    This is a boolean parameter that controls +

    This is a boolean parameter that controls whether writes will always be written to stable storage before the write call returns. If this is no then the server will be guided by the client's request in each write call (clients can @@ -5434,19 +5447,19 @@ yes in order for this parameter to have any affect.

    Default: sync always = no -

    +

    syslog only (G) -

    +

    If this parameter is set then Samba debug messages are logged into the system syslog only, and not to the debug log files. There still will be some logging to log.[sn]mbd even if syslog only is enabled.

    Default: syslog only = no -

    +

    syslog (G) -

    +

    This parameter maps how Samba debug messages are logged onto the system syslog logging levels. Samba debug level zero maps onto syslog LOG_ERR, debug level one maps onto LOG_WARNING, debug level two maps onto LOG_NOTICE, @@ -5457,10 +5470,10 @@ logging to log.[sn]mbd even if syslog only is enabled.

    Default: syslog = 1 -

    +

    template homedir (G) -

    When filling out the user information for a Windows NT +

    When filling out the user information for a Windows NT user, the winbindd(8) daemon uses this parameter to fill in the home directory for that user. If the string %D is present it @@ -5468,31 +5481,31 @@ string %U is present it is substituted with the user's Windows NT user name.

    Default: template homedir = /home/%D/%U -

    +

    template shell (G) -

    When filling out the user information for a Windows NT +

    When filling out the user information for a Windows NT user, the winbindd(8) daemon uses this - parameter to fill in the login shell for that user.

    No default

    + parameter to fill in the login shell for that user.

    No default

    time offset (G) -

    This parameter is a setting in minutes to add +

    This parameter is a setting in minutes to add to the normal GMT to local time conversion. This is useful if you are serving a lot of PCs that have incorrect daylight saving time handling.

    Default: time offset = 0

    Example: time offset = 60 -

    +

    time server (G) -

    This parameter determines if nmbd(8) advertises itself as a time server to Windows +

    This parameter determines if nmbd(8) advertises itself as a time server to Windows clients.

    Default: time server = no -

    +

    unix charset (G) -

    Specifies the charset the unix machine +

    Specifies the charset the unix machine Samba runs on uses. Samba needs to know this in order to be able to convert text to the charsets other SMB clients use.

    This is also the charset Samba will use when specifying arguments @@ -5501,20 +5514,20 @@

    Example: unix charset = ASCII -

    +

    unix extensions (G) -

    This boolean parameter controls whether Samba +

    This boolean parameter controls whether Samba implments the CIFS UNIX extensions, as defined by HP. These extensions enable Samba to better serve UNIX CIFS clients by supporting features such as symbolic links, hard links, etc... These extensions require a similarly enabled client, and are of no current use to Windows clients.

    Default: unix extensions = yes -

    +

    unix password sync (G) -

    This boolean parameter controls whether Samba +

    This boolean parameter controls whether Samba attempts to synchronize the UNIX password with the SMB password when the encrypted SMB password in the smbpasswd file is changed. If this is set to yes the program specified in the passwd @@ -5523,10 +5536,10 @@ old UNIX password (as the SMB password change code has no access to the old password cleartext, only the new).

    Default: unix password sync = no -

    +

    update encrypted (G) -

    +

    This boolean parameter allows a user logging on with a plaintext password to have their encrypted (hashed) password in the smbpasswd file to be updated automatically as they log on. This option allows a site to migrate from plaintext password authentication (users authenticate with plaintext password over the @@ -5544,10 +5557,10 @@ passwords.

    Default: update encrypted = no -

    +

    use client driver (S) -

    This parameter applies only to Windows NT/2000 +

    This parameter applies only to Windows NT/2000 clients. It has no effect on Windows 95/98/ME clients. When serving a printer to Windows NT/2000 clients without first installing a valid printer driver on the Samba host, the client will be required @@ -5572,10 +5585,10 @@ on a print share which has valid print driver installed on the Samba server.

    Default: use client driver = no -

    +

    use kerberos keytab (G) -

    +

    Specifies whether Samba should attempt to maintain service principals in the systems keytab file for host/FQDN and cifs/FQDN.

    @@ -5587,10 +5600,10 @@

    Default: use kerberos keytab = False -

    +

    use mmap (G) -

    This global parameter determines if the tdb internals of Samba can +

    This global parameter determines if the tdb internals of Samba can depend on mmap working correctly on the running system. Samba requires a coherent mmap/read-write system memory cache. Currently only HPUX does not have such a coherent cache, and so this parameter is set to no by @@ -5599,10 +5612,10 @@ the tdb internal code.

    Default: use mmap = yes -

    +

    username level (G) -

    This option helps Samba to try and 'guess' at +

    This option helps Samba to try and 'guess' at the real UNIX username, as many DOS clients send an all-uppercase username. By default Samba tries all lowercase, followed by the username with the first letter capitalized, and fails if the @@ -5617,10 +5630,10 @@

    Example: username level = 5 -

    +

    username map script (G) -

    This script is a mutually exclusive alternative to the +

    This script is a mutually exclusive alternative to the username map parameter. This parameter specifies and external program or script that must accept a single command line option (the username transmitted in the authentication @@ -5631,10 +5644,10 @@

    Example: username map script = /etc/samba/scripts/mapusers.sh -

    +

    username map (G) -

    +

    This option allows you to specify a file containing a mapping of usernames from the clients to the server. This can be used for several purposes. The most common is to map usernames that users use on DOS or Windows machines to those that the UNIX box uses. The other is to map multiple users to a single username so that they @@ -5718,16 +5731,16 @@

    Default: username map = # no username map -

    +

    user -

    This parameter is a synonym for username.

    +

    This parameter is a synonym for username.

    users -

    This parameter is a synonym for username.

    +

    This parameter is a synonym for username.

    username (S) -

    Multiple users may be specified in a comma-delimited +

    Multiple users may be specified in a comma-delimited list, in which case the supplied password will be tested against each username in turn (left to right).

    The username line is needed only when the PC is unable to supply its own username. This is the case @@ -5765,28 +5778,28 @@

    Example: username = fred, mary, jack, jane, @users, @pcgroup -

    +

    usershare allow guests (G) -

    This parameter controls whether user defined shares are allowed +

    This parameter controls whether user defined shares are allowed to be accessed by non-authenticated users or not. It is the equivalent of allowing people who can create a share the option of setting guest ok = yes in a share definition. Due to the security sensitive nature of this the default is set to off.

    Default: usershare allow guests = no -

    +

    usershare max shares (G) -

    This parameter specifies the number of user defined shares +

    This parameter specifies the number of user defined shares that are allowed to be created by users belonging to the group owning the usershare directory. If set to zero (the default) user defined shares are ignored.

    Default: usershare max shares = 0 -

    +

    usershare owner only (G) -

    This parameter controls whether the pathname exported by +

    This parameter controls whether the pathname exported by a user defined shares must be owned by the user creating the user defined share or not. If set to True (the default) then smbd checks that the directory path being shared is owned by @@ -5796,10 +5809,10 @@ regardless of who owns it.

    Default: usershare owner only = True -

    +

    usershare path (G) -

    This parameter specifies the absolute path of the directory on the +

    This parameter specifies the absolute path of the directory on the filesystem used to store the user defined share definition files. This directory must be owned by root, and have no access for other, and be writable only by the group owner. In addition the @@ -5820,10 +5833,10 @@ In this case, only members of the group "power_users" can create user defined shares.

    Default: usershare path = NULL -

    +

    usershare prefix allow list (G) -

    This parameter specifies a list of absolute pathnames +

    This parameter specifies a list of absolute pathnames the root of which are allowed to be exported by user defined share definitions. If the pathname exported doesn't start with one of the strings in this list the user defined share will not be allowed. This allows the Samba @@ -5838,10 +5851,10 @@

    Example: usershare prefix allow list = /home /data /space -

    +

    usershare prefix deny list (G) -

    This parameter specifies a list of absolute pathnames +

    This parameter specifies a list of absolute pathnames the root of which are NOT allowed to be exported by user defined share definitions. If the pathname exported starts with one of the strings in this list the user defined share will not be allowed. Any pathname not @@ -5857,10 +5870,10 @@

    Example: usershare prefix deny list = /etc /dev /private -

    +

    usershare template share (G) -

    User defined shares only have limited possible parameters +

    User defined shares only have limited possible parameters such as path, guest ok etc. This parameter allows usershares to "cloned" from an existing share. If "usershare template share" is set to the name of an existing share, then all usershares @@ -5875,10 +5888,10 @@

    Example: usershare template share = template_share -

    +

    use sendfile (S) -

    If this parameter is yes, and the sendfile() +

    If this parameter is yes, and the sendfile() system call is supported by the underlying operating system, then some SMB read calls (mainly ReadAndX and ReadRaw) will use the more efficient sendfile system call for files that are exclusively oplocked. This may make more efficient use of the system CPU's @@ -5887,10 +5900,10 @@ Windows 9x (using sendfile from Linux will cause these clients to fail).

    Default: use sendfile = false -

    +

    use spnego (G) -

    This variable controls controls whether samba will try +

    This variable controls controls whether samba will try to use Simple and Protected NEGOciation (as specified by rfc2478) with WindowsXP and Windows2000 clients to agree upon an authentication mechanism.

    @@ -5898,10 +5911,10 @@ implementation, there is no reason this should ever be disabled.

    Default: use spnego = yes -

    +

    utmp directory (G) -

    This parameter is only available if Samba has +

    This parameter is only available if Samba has been configured and compiled with the option --with-utmp. It specifies a directory pathname that is used to store the utmp or utmpx files (depending on the UNIX system) that @@ -5913,10 +5926,10 @@

    Example: utmp directory = /var/run/utmp -

    +

    utmp (G) -

    +

    This boolean parameter is only available if Samba has been configured and compiled with the option --with-utmp. If set to yes then Samba will attempt to add utmp or utmpx records @@ -5928,10 +5941,10 @@ to find this number. This may impede performance on large installations.

    Default: utmp = no -

    +

    valid users (S) -

    +

    This is a list of users that should be allowed to login to this service. Names starting with '@', '+' and '&' are interpreted using the same rules as described in the invalid users parameter. @@ -5947,10 +5960,10 @@

    Example: valid users = greg, @pcusers -

    +

    -valid (S) -

    This parameter indicates whether a share is +

    This parameter indicates whether a share is valid and thus can be used. When this parameter is set to false, the share will be in no way visible nor accessible.

    @@ -5959,10 +5972,10 @@ Samba uses this option internally to mark shares as deleted.

    Default: -valid = yes -

    +

    veto files (S) -

    +

    This is a list of files and directories that are neither visible nor accessible. Each entry in the list must be separated by a '/', which allows spaces to be included in the entry. '*' and '?' can be used to specify multiple files or directories as in DOS wildcards. @@ -5993,10 +6006,10 @@

    Default: veto files = No files or directories are vetoed. -

    +

    veto oplock files (S) -

    +

    This parameter is only valid when the oplocks parameter is turned on for a share. It allows the Samba administrator to selectively turn off the granting of oplocks on selected files that @@ -6017,31 +6030,31 @@

    Default: veto oplock files = # No files are vetoed for oplock grants -

    +

    vfs object -

    This parameter is a synonym for vfs objects.

    +

    This parameter is a synonym for vfs objects.

    vfs objects (S) -

    This parameter specifies the backend names which +

    This parameter specifies the backend names which are used for Samba VFS I/O operations. By default, normal disk I/O operations are used but these can be overloaded with one or more VFS objects.

    Default: vfs objects =

    Example: vfs objects = extd_audit recycle -

    +

    volume (S) -

    This allows you to override the volume label +

    This allows you to override the volume label returned for a share. Useful for CDROMs with installation programs that insist on a particular volume label.

    Default: volume = # the name of the share -

    +

    wide links (S) -

    This parameter controls whether or not links +

    This parameter controls whether or not links in the UNIX file system may be followed by the server. Links that point to areas within the directory tree exported by the server are always allowed; this parameter controls access only @@ -6049,10 +6062,10 @@ effect on your server performance due to the extra system calls that Samba has to do in order to perform the link checks.

    Default: wide links = yes -

    +

    winbind cache time (G) -

    This parameter specifies the number of +

    This parameter specifies the number of seconds the winbindd(8) daemon will cache user and group information before querying a Windows NT server again.

    @@ -6060,10 +6073,10 @@ evaluated in real time unless the winbind offline logon option has been enabled.

    Default: winbind cache time = 300 -

    +

    winbind enum groups (G) -

    On large installations using winbindd(8) it may be necessary to suppress +

    On large installations using winbindd(8) it may be necessary to suppress the enumeration of groups through the setgrent(), getgrent() and endgrent() group of system calls. If @@ -6071,10 +6084,10 @@ no, calls to the getgrent() system call will not return any data.

    Warning

    Turning off group enumeration may cause some programs to behave oddly.

    Default: winbind enum groups = no -

    +

    winbind enum users (G) -

    On large installations using winbindd(8) it may be +

    On large installations using winbindd(8) it may be necessary to suppress the enumeration of users through the setpwent(), getpwent() and endpwent() group of system calls. If @@ -6086,10 +6099,10 @@ full user list when searching for matching usernames.

    Default: winbind enum users = no -

    +

    winbind expand groups (G) -

    This option controls the maximum depth that winbindd +

    This option controls the maximum depth that winbindd will traverse when flattening nested group memberships of Windows domain groups. This is different from the winbind nested groups option @@ -6101,10 +6114,10 @@ must perform the group unrolling and will be unable to answer incoming NSS or authentication requests during this time.

    Default: winbind expand groups = 1 -

    +

    winbind nested groups (G) -

    If set to yes, this parameter activates the support for nested +

    If set to yes, this parameter activates the support for nested groups. Nested groups are also called local groups or aliases. They work like their counterparts in Windows: Nested groups are defined locally on any machine (they are shared @@ -6112,10 +6125,10 @@ global groups from any trusted SAM. To be able to use nested groups, you need to run nss_winbind.

    Default: winbind nested groups = yes -

    +

    winbind normalize names (G) -

    This parameter controls whether winbindd will replace +

    This parameter controls whether winbindd will replace whitespace in user and group names with an underscore (_) character. For example, whether the name "Space Kadet" should be replaced with the string "space_kadet". @@ -6135,10 +6148,10 @@

    Example: winbind normalize names = yes -

    +

    winbind nss info (G) -

    This parameter is designed to control how Winbind retrieves Name +

    This parameter is designed to control how Winbind retrieves Name Service Information to construct a user's home directory and login shell. Currently the following settings are available: @@ -6160,10 +6173,10 @@

    Example: winbind nss info = template sfu -

    +

    winbind offline logon (G) -

    This parameter is designed to control whether Winbind should +

    This parameter is designed to control whether Winbind should allow to login with the pam_winbind module using Cached Credentials. If enabled, winbindd will store user credentials from successful logins encrypted in a local cache. @@ -6171,37 +6184,37 @@

    Example: winbind offline logon = true -

    +

    winbind reconnect delay (G) -

    This parameter specifies the number of +

    This parameter specifies the number of seconds the winbindd(8) daemon will wait between attempts to contact a Domain controller for a domain that is determined to be down or not contactable.

    Default: winbind reconnect delay = 30 -

    +

    winbind refresh tickets (G) -

    This parameter is designed to control whether Winbind should refresh Kerberos Tickets +

    This parameter is designed to control whether Winbind should refresh Kerberos Tickets retrieved using the pam_winbind module.

    Default: winbind refresh tickets = false

    Example: winbind refresh tickets = true -

    +

    winbind rpc only (G) -

    +

    Setting this parameter to yes forces winbindd to use RPC instead of LDAP to retrieve information from Domain Controllers.

    Default: winbind rpc only = no -

    +

    winbind separator (G) -

    This parameter allows an admin to define the character +

    This parameter allows an admin to define the character used when listing a username of the form of DOMAIN \user. This parameter is only applicable when using the pam_winbind.so @@ -6212,10 +6225,10 @@

    Example: winbind separator = + -

    +

    winbind trusted domains only (G) -

    +

    This parameter is designed to allow Samba servers that are members of a Samba controlled domain to use UNIX accounts distributed via NIS, rsync, or LDAP as the uid's for winbindd users in the hosts primary domain. @@ -6226,10 +6239,10 @@ Refer to the idmap_nss(8) man page for more information.

    Default: winbind trusted domains only = no -

    +

    winbind use default domain (G) -

    This parameter specifies whether the +

    This parameter specifies whether the winbindd(8) daemon should operate on users without domain component in their username. Users without a domain component are treated as is part of the winbindd server's own @@ -6239,10 +6252,10 @@

    Example: winbind use default domain = yes -

    +

    wins hook (G) -

    When Samba is running as a WINS server this +

    When Samba is running as a WINS server this allows you to call an external program for all changes to the WINS database. The primary use for this option is to allow the dynamic update of external name resolution databases such as @@ -6263,17 +6276,17 @@ addresses currently registered for that name. If this list is empty then the name should be deleted.

    An example script that calls the BIND dynamic DNS update program nsupdate is provided in the examples - directory of the Samba source code.

    No default

    + directory of the Samba source code.

    No default

    wins proxy (G) -

    This is a boolean that controls if nmbd(8) will respond to broadcast name +

    This is a boolean that controls if nmbd(8) will respond to broadcast name queries on behalf of other hosts. You may need to set this to yes for some older clients.

    Default: wins proxy = no -

    +

    wins server (G) -

    This specifies the IP address (or DNS name: IP +

    This specifies the IP address (or DNS name: IP address for preference) of the WINS server that nmbd(8) should register with. If you have a WINS server on your network then you should set this to the WINS server's IP.

    You should point this at your WINS server if you have a multi-subnetted network.

    If you want to work in multiple namespaces, you can @@ -6292,19 +6305,19 @@

    Example: wins server = 192.9.200.1 192.168.2.61 -

    +

    wins support (G) -

    This boolean controls if the nmbd(8) process in Samba will act as a WINS server. You should +

    This boolean controls if the nmbd(8) process in Samba will act as a WINS server. You should not set this to yes unless you have a multi-subnetted network and you wish a particular nmbd to be your WINS server. Note that you should NEVER set this to yes on more than one machine in your network.

    Default: wins support = no -

    +

    workgroup (G) -

    This controls what workgroup your server will +

    This controls what workgroup your server will appear to be in when queried by clients. Note that this parameter also controls the Domain name used with the security = domain @@ -6312,16 +6325,16 @@

    Example: workgroup = MYGROUP -

    +

    writable -

    This parameter is a synonym for writeable.

    +

    This parameter is a synonym for writeable.

    writeable (S) -

    Inverted synonym for read only.

    No default

    +

    Inverted synonym for read only.

    No default

    write cache size (S) -

    If this integer parameter is set to non-zero value, +

    If this integer parameter is set to non-zero value, Samba will create an in-memory cache for each oplocked file (it does not do this for non-oplocked files). All writes that the client does not request @@ -6339,10 +6352,10 @@

    Example: write cache size = 262144 # for a 256k cache size per file -

    +

    write list (S) -

    +

    This is a list of users that are given read-write access to a service. If the connecting user is in this list then they will be given write access, no matter what the read only option is set to. The list can @@ -6357,17 +6370,17 @@

    Example: write list = admin, root, @staff -

    +

    write raw (G) -

    This parameter controls whether or not the server +

    This parameter controls whether or not the server will support raw write SMB's when transferring data from clients. You should never need to change this parameter.

    Default: write raw = yes -

    +

    wtmp directory (G) -

    +

    This parameter is only available if Samba has been configured and compiled with the option --with-utmp. It specifies a directory pathname that is used to store the wtmp or wtmpx files (depending on the UNIX system) that record user connections to a Samba server. The difference with the utmp directory is the fact @@ -6379,7 +6392,7 @@

    Example: wtmp directory = /var/log/wtmp -

    WARNINGS

    +

    WARNINGS

    Although the configuration file permits service names to contain spaces, your client software may not. Spaces will be ignored in comparisons anyway, so it shouldn't be a problem - but be aware of the possibility.

    @@ -6392,8 +6405,8 @@ for an administrator easy, but the various combinations of default attributes can be tricky. Take extreme care when designing these sections. In particular, ensure that the permissions on spool directories are correct. -

    VERSION

    This man page is correct for version 3 of the Samba suite.

    SEE ALSO

    - samba(7), smbpasswd(8), swat(8), smbd(8), nmbd(8), smbclient(1), nmblookup(1), testparm(1), testprns(1).

    AUTHOR

    +

    VERSION

    This man page is correct for version 3 of the Samba suite.

    SEE ALSO

    + samba(7), smbpasswd(8), swat(8), smbd(8), nmbd(8), smbclient(1), nmblookup(1), testparm(1), testprns(1).

    AUTHOR

    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.

    diff -u -r --new-file --exclude .svn --exclude CVS samba-3.3.0pre2/docs/htmldocs/manpages/vfs_smb_traffic_analyzer.8.html samba-3.3.0rc1/docs/htmldocs/manpages/vfs_smb_traffic_analyzer.8.html --- samba-3.3.0pre2/docs/htmldocs/manpages/vfs_smb_traffic_analyzer.8.html 2008-10-02 12:33:18.000000000 +0200 +++ samba-3.3.0rc1/docs/htmldocs/manpages/vfs_smb_traffic_analyzer.8.html 2008-11-27 16:48:42.000000000 +0100 @@ -20,21 +20,32 @@ STRING contains an different string or is not defined, the module will use an internet domain socket for data transfer.

    smb_traffic_analyzer:host = STRING

    The module will send the data to the system named with the hostname STRING.

    smb_traffic_analyzer:port = STRING

    The module will send the data using the TCP port given - in STRING -

    EXAMPLES

    The module running on share "example_share", using a unix domain socket

    +		in STRING.
    +		

    smb_traffic_analyzer:anonymize_prefix = STRING

    The module will replace the user names with a prefix + given by STRING and a simple hash number. +

    EXAMPLES

    The module running on share "example_share", using a unix domain socket

     	[example_share]
     	path = /data/example
     	vfs objects = smb_traffic_analyzer
     	smb_traffic_analyzer:mode = unix_domain_socket
    -	

    The module running on share "example_share", using an internet domain socket, +

    The module running on share "example_share", using an internet socket, connecting to host "examplehost" on port 3491.

     	[example_share]
     	path = /data/example
     	vfs objects = smb_traffic_analyzer
     	smb_traffic_analyzer:host = examplehost
    -	smb_traffic_analyzer:port = 3490
    -	

    VERSION

    This man page is correct for version 3.3 of the Samba suite. -

    AUTHOR

    The original Samba software and related utilities + smb_traffic_analyzer:port = 3491 +

    The module running on share "example_share", using an internet socket, + connecting to host "examplehost" on port 3491, anonymizing user names with + the prefix "User".

    +	[example_share]
    +	path = /data/example
    +	vfs objects = smb_traffic_analyzer
    +	smb_traffic_analyzer:host = examplehost
    +	smb_traffic_analyzer:port = 3491
    +	smb_traffic_analyzer:anonymize_prefix = User
    +	

    VERSION

    This man page is correct for version 3.3 of the Samba suite. +

    AUTHOR

    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.

    The original version of the VFS module and the diff -u -r --new-file --exclude .svn --exclude CVS samba-3.3.0pre2/docs/htmldocs/manpages/wbinfo.1.html samba-3.3.0rc1/docs/htmldocs/manpages/wbinfo.1.html --- samba-3.3.0pre2/docs/htmldocs/manpages/wbinfo.1.html 2008-10-02 12:33:18.000000000 +0200 +++ samba-3.3.0rc1/docs/htmldocs/manpages/wbinfo.1.html 2008-11-27 16:48:42.000000000 +0100 @@ -1,7 +1,7 @@ -wbinfo

    Name

    wbinfo — Query information from winbind daemon

    Synopsis

    wbinfo [-a user%password] [--all-domains] [--allocate-gid] [--allocate-uid] [-D domain] [--domain domain] [-g] [--getdcname domain] [--get-auth-user] [-G gid] [-h] [-i user] [-I ip] [-K user%password] [-m] [-n name] [-N netbios-name] [--own-domain] [-p] [-r user] [-s sid] [--separator] [--sequence] [--set-auth-user user%password] [-S sid] [-t] [-u] [--uid-info uid] [--user-domgroups sid] [--user-sids sid] [-U uid] [-V] [-Y sid] [--verbose]

    DESCRIPTION

    This tool is part of the samba(7) suite.

    The wbinfo program queries and returns information +wbinfo

    Name

    wbinfo — Query information from winbind daemon

    Synopsis

    wbinfo [-a user%password] [--all-domains] [--allocate-gid] [--allocate-uid] [-D domain] [--domain domain] [-g] [--getdcname domain] [--get-auth-user] [-G gid] [-h] [-i user] [-I ip] [-K user%password] [-m] [-n name] [-N netbios-name] [--own-domain] [-p] [-r user] [--remove-uid-mapping uid,sid] [--remove-gid-mapping gid,sid] [-s sid] [--separator] [--sequence] [--set-auth-user user%password] [--set-uid-mapping uid,sid] [--set-gid-mapping gid,sid] [-S sid] [-t] [-u] [--uid-info uid] [--user-domgroups sid] [--user-sids sid] [-U uid] [-V] [-Y sid] [--verbose]

    DESCRIPTION

    This tool is part of the samba(7) suite.

    The wbinfo program queries and returns information created and used by the winbindd(8) daemon.

    The winbindd(8) daemon must be configured and running for the wbinfo program to be able - to return information.

    OPTIONS

    -a|--authenticate username%password

    Attempt to authenticate a user via winbindd. + to return information.

    OPTIONS

    -a|--authenticate username%password

    Attempt to authenticate a user via winbindd. This checks both authenticaion methods and reports its results.

    Note

    Do not be tempted to use this functionality for authentication in third-party @@ -80,12 +80,16 @@ results.

    -Y|--sid-to-gid sid

    Convert a SID to a UNIX group id. If the SID does not correspond to a UNIX group mapped by winbindd(8) then - the operation will fail.

    -V

    Prints the program version number. + the operation will fail.

    --remove-uid-mapping uid,sid

    Remove an existing uid to sid mapping + entry from the IDmap backend.

    --remove-gid-mapping gid,sid

    Remove an existing gid to sid + mapping entry from the IDmap backend.

    --set-uid-mapping uid,sid

    Create a new or modify an existing uid to sid + mapping in the IDmap backend.

    --set-gid-mapping gid,sid

    Create a new or modify an existing gid to sid + mapping in the IDmap backend.

    -V

    Prints the program version number.

    -h|--help

    Print a summary of command line options. -

    EXIT STATUS

    The wbinfo program returns 0 if the operation +

    EXIT STATUS

    The wbinfo program returns 0 if the operation succeeded, or 1 if the operation failed. If the winbindd(8) daemon is not working wbinfo will always return - failure.

    VERSION

    This man page is correct for version 3 of - the Samba suite.

    AUTHOR

    The original Samba software and related utilities + failure.

    VERSION

    This man page is correct for version 3 of + the Samba suite.

    AUTHOR

    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.

    wbinfo and winbindd diff -u -r --new-file --exclude .svn --exclude CVS samba-3.3.0pre2/docs/htmldocs/manpages/winbind_krb5_locator.7.html samba-3.3.0rc1/docs/htmldocs/manpages/winbind_krb5_locator.7.html --- samba-3.3.0pre2/docs/htmldocs/manpages/winbind_krb5_locator.7.html 1970-01-01 01:00:00.000000000 +0100 +++ samba-3.3.0rc1/docs/htmldocs/manpages/winbind_krb5_locator.7.html 2008-11-27 16:48:42.000000000 +0100 @@ -0,0 +1,43 @@ +winbind_krb5_locator

    Name

    winbind_krb5_locator — A plugin for MIT and Heimdal Kerberos for detecting KDCs using Windows semantics.

    DESCRIPTION

    + This plugin is part of the samba(7) suite. +

    + winbind_krb5_locator is a plugin that permits MIT and + Heimdal Kerberos libraries to detect Kerberos Servers (for the KDC and + kpasswd service) using the same semantics that other tools of the Samba + suite use. This include site-aware DNS service record lookups and caching + of closest dc. + The plugin uses the public locator API provided by most modern Kerberos + implementations. +

    PREREQUISITES

    + MIT Kerberos (at least version 1.5) or Heimdal Kerberos (at least version + 1.0) is required. +

    + The plugin queries the winbindd(8) daemon which needs to be configured + and started separately. +

    + The winbind_krb5_locator.so file needs to be manually + copied to the plugin directory of the system Kerberos library. + + For MIT Kerberos this is often: + /usr/lib/krb5/plugins/libkrb5/. + For Heimdal Kerberos this is often: + /usr/lib/plugin/krb5/. + + Please check your local Kerberos installation for the correct + paths. No modification in /etc/krb5.conf + is required to enable the use of this plugin. +

    + After copying the locator plugin to the appropriate plugin + directory it should immediately be available for use. + Users should be able to kinit into their kerberized Windows + environment without any modification or servers + being put manually into /etc/krb5.conf. +

    VERSION

    + This man page is correct for version 3 of the Samba suite. +

    AUTHOR

    + 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. +

    + The winbind_krb5_locator manpage was written by Guenther Deschner. +

    diff -u -r --new-file --exclude .svn --exclude CVS samba-3.3.0pre2/docs/manpages/cifs.upcall.8 samba-3.3.0rc1/docs/manpages/cifs.upcall.8 --- samba-3.3.0pre2/docs/manpages/cifs.upcall.8 2008-10-02 12:33:18.000000000 +0200 +++ samba-3.3.0rc1/docs/manpages/cifs.upcall.8 2008-11-27 16:48:42.000000000 +0100 @@ -1,11 +1,11 @@ .\" Title: cifs.upcall .\" Author: .\" Generator: DocBook XSL Stylesheets v1.73.1 -.\" Date: 10/02/2008 +.\" Date: 11/27/2008 .\" Manual: System Administration tools .\" Source: Samba 3.2 .\" -.TH "CIFS\.UPCALL" "8" "10/02/2008" "Samba 3\.2" "System Administration tools" +.TH "CIFS\.UPCALL" "8" "11/27/2008" "Samba 3\.2" "System Administration tools" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) diff -u -r --new-file --exclude .svn --exclude CVS samba-3.3.0pre2/docs/manpages/eventlogadm.8 samba-3.3.0rc1/docs/manpages/eventlogadm.8 --- samba-3.3.0pre2/docs/manpages/eventlogadm.8 2008-10-02 12:33:18.000000000 +0200 +++ samba-3.3.0rc1/docs/manpages/eventlogadm.8 2008-11-27 16:48:42.000000000 +0100 @@ -1,11 +1,11 @@ .\" Title: eventlogadm .\" Author: .\" Generator: DocBook XSL Stylesheets v1.73.1 -.\" Date: 10/02/2008 +.\" Date: 11/27/2008 .\" Manual: System Administration tools .\" Source: Samba 3.2 .\" -.TH "EVENTLOGADM" "8" "10/02/2008" "Samba 3\.2" "System Administration tools" +.TH "EVENTLOGADM" "8" "11/27/2008" "Samba 3\.2" "System Administration tools" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) diff -u -r --new-file --exclude .svn --exclude CVS samba-3.3.0pre2/docs/manpages/findsmb.1 samba-3.3.0rc1/docs/manpages/findsmb.1 --- samba-3.3.0pre2/docs/manpages/findsmb.1 2008-10-02 12:33:18.000000000 +0200 +++ samba-3.3.0rc1/docs/manpages/findsmb.1 2008-11-27 16:48:42.000000000 +0100 @@ -1,11 +1,11 @@ .\" Title: findsmb .\" Author: .\" Generator: DocBook XSL Stylesheets v1.73.1 -.\" Date: 10/02/2008 +.\" Date: 11/27/2008 .\" Manual: User Commands .\" Source: Samba 3.2 .\" -.TH "FINDSMB" "1" "10/02/2008" "Samba 3\.2" "User Commands" +.TH "FINDSMB" "1" "11/27/2008" "Samba 3\.2" "User Commands" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) diff -u -r --new-file --exclude .svn --exclude CVS samba-3.3.0pre2/docs/manpages/idmap_ad.8 samba-3.3.0rc1/docs/manpages/idmap_ad.8 --- samba-3.3.0pre2/docs/manpages/idmap_ad.8 2008-10-02 12:33:18.000000000 +0200 +++ samba-3.3.0rc1/docs/manpages/idmap_ad.8 2008-11-27 16:48:42.000000000 +0100 @@ -1,11 +1,11 @@ .\" Title: idmap_ad .\" Author: .\" Generator: DocBook XSL Stylesheets v1.73.1 -.\" Date: 10/02/2008 +.\" Date: 11/27/2008 .\" Manual: System Administration tools .\" Source: Samba 3.2 .\" -.TH "IDMAP_AD" "8" "10/02/2008" "Samba 3\.2" "System Administration tools" +.TH "IDMAP_AD" "8" "11/27/2008" "Samba 3\.2" "System Administration tools" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) diff -u -r --new-file --exclude .svn --exclude CVS samba-3.3.0pre2/docs/manpages/idmap_adex.8 samba-3.3.0rc1/docs/manpages/idmap_adex.8 --- samba-3.3.0pre2/docs/manpages/idmap_adex.8 2008-10-02 12:33:18.000000000 +0200 +++ samba-3.3.0rc1/docs/manpages/idmap_adex.8 2008-11-27 16:48:42.000000000 +0100 @@ -1,11 +1,11 @@ .\" Title: idmap_adex .\" Author: .\" Generator: DocBook XSL Stylesheets v1.73.1 -.\" Date: 10/02/2008 +.\" Date: 11/27/2008 .\" Manual: System Administration tools .\" Source: Samba 3.2 .\" -.TH "IDMAP_ADEX" "8" "10/02/2008" "Samba 3\.2" "System Administration tools" +.TH "IDMAP_ADEX" "8" "11/27/2008" "Samba 3\.2" "System Administration tools" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) diff -u -r --new-file --exclude .svn --exclude CVS samba-3.3.0pre2/docs/manpages/idmap_hash.8 samba-3.3.0rc1/docs/manpages/idmap_hash.8 --- samba-3.3.0pre2/docs/manpages/idmap_hash.8 2008-10-02 12:33:18.000000000 +0200 +++ samba-3.3.0rc1/docs/manpages/idmap_hash.8 2008-11-27 16:48:42.000000000 +0100 @@ -1,11 +1,11 @@ .\" Title: idmap_hash .\" Author: .\" Generator: DocBook XSL Stylesheets v1.73.1 -.\" Date: 10/02/2008 +.\" Date: 11/27/2008 .\" Manual: System Administration tools .\" Source: Samba 3.2 .\" -.TH "IDMAP_HASH" "8" "10/02/2008" "Samba 3\.2" "System Administration tools" +.TH "IDMAP_HASH" "8" "11/27/2008" "Samba 3\.2" "System Administration tools" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) diff -u -r --new-file --exclude .svn --exclude CVS samba-3.3.0pre2/docs/manpages/idmap_ldap.8 samba-3.3.0rc1/docs/manpages/idmap_ldap.8 --- samba-3.3.0pre2/docs/manpages/idmap_ldap.8 2008-10-02 12:33:18.000000000 +0200 +++ samba-3.3.0rc1/docs/manpages/idmap_ldap.8 2008-11-27 16:48:42.000000000 +0100 @@ -1,11 +1,11 @@ .\" Title: idmap_ldap .\" Author: .\" Generator: DocBook XSL Stylesheets v1.73.1 -.\" Date: 10/02/2008 +.\" Date: 11/27/2008 .\" Manual: System Administration tools .\" Source: Samba 3.2 .\" -.TH "IDMAP_LDAP" "8" "10/02/2008" "Samba 3\.2" "System Administration tools" +.TH "IDMAP_LDAP" "8" "11/27/2008" "Samba 3\.2" "System Administration tools" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) diff -u -r --new-file --exclude .svn --exclude CVS samba-3.3.0pre2/docs/manpages/idmap_nss.8 samba-3.3.0rc1/docs/manpages/idmap_nss.8 --- samba-3.3.0pre2/docs/manpages/idmap_nss.8 2008-10-02 12:33:18.000000000 +0200 +++ samba-3.3.0rc1/docs/manpages/idmap_nss.8 2008-11-27 16:48:42.000000000 +0100 @@ -1,11 +1,11 @@ .\" Title: idmap_nss .\" Author: .\" Generator: DocBook XSL Stylesheets v1.73.1 -.\" Date: 10/02/2008 +.\" Date: 11/27/2008 .\" Manual: System Administration tools .\" Source: Samba 3.2 .\" -.TH "IDMAP_NSS" "8" "10/02/2008" "Samba 3\.2" "System Administration tools" +.TH "IDMAP_NSS" "8" "11/27/2008" "Samba 3\.2" "System Administration tools" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) diff -u -r --new-file --exclude .svn --exclude CVS samba-3.3.0pre2/docs/manpages/idmap_rid.8 samba-3.3.0rc1/docs/manpages/idmap_rid.8 --- samba-3.3.0pre2/docs/manpages/idmap_rid.8 2008-10-02 12:33:18.000000000 +0200 +++ samba-3.3.0rc1/docs/manpages/idmap_rid.8 2008-11-27 16:48:42.000000000 +0100 @@ -1,11 +1,11 @@ .\" Title: idmap_rid .\" Author: .\" Generator: DocBook XSL Stylesheets v1.73.1 -.\" Date: 10/02/2008 +.\" Date: 11/27/2008 .\" Manual: System Administration tools .\" Source: Samba 3.2 .\" -.TH "IDMAP_RID" "8" "10/02/2008" "Samba 3\.2" "System Administration tools" +.TH "IDMAP_RID" "8" "11/27/2008" "Samba 3\.2" "System Administration tools" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) diff -u -r --new-file --exclude .svn --exclude CVS samba-3.3.0pre2/docs/manpages/idmap_tdb.8 samba-3.3.0rc1/docs/manpages/idmap_tdb.8 --- samba-3.3.0pre2/docs/manpages/idmap_tdb.8 2008-10-02 12:33:18.000000000 +0200 +++ samba-3.3.0rc1/docs/manpages/idmap_tdb.8 2008-11-27 16:48:42.000000000 +0100 @@ -1,11 +1,11 @@ .\" Title: idmap_tdb .\" Author: .\" Generator: DocBook XSL Stylesheets v1.73.1 -.\" Date: 10/02/2008 +.\" Date: 11/27/2008 .\" Manual: System Administration tools .\" Source: Samba 3.2 .\" -.TH "IDMAP_TDB" "8" "10/02/2008" "Samba 3\.2" "System Administration tools" +.TH "IDMAP_TDB" "8" "11/27/2008" "Samba 3\.2" "System Administration tools" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) diff -u -r --new-file --exclude .svn --exclude CVS samba-3.3.0pre2/docs/manpages/ldb.3 samba-3.3.0rc1/docs/manpages/ldb.3 --- samba-3.3.0pre2/docs/manpages/ldb.3 2008-10-02 12:33:18.000000000 +0200 +++ samba-3.3.0rc1/docs/manpages/ldb.3 2008-11-27 16:48:42.000000000 +0100 @@ -1,11 +1,11 @@ .\" Title: ldb .\" Author: .\" Generator: DocBook XSL Stylesheets v1.73.1 -.\" Date: 10/02/2008 +.\" Date: 11/27/2008 .\" Manual: C Library Functions .\" Source: Samba 3.2 .\" -.TH "LDB" "3" "10/02/2008" "Samba 3\.2" "C Library Functions" +.TH "LDB" "3" "11/27/2008" "Samba 3\.2" "C Library Functions" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) diff -u -r --new-file --exclude .svn --exclude CVS samba-3.3.0pre2/docs/manpages/ldbadd.1 samba-3.3.0rc1/docs/manpages/ldbadd.1 --- samba-3.3.0pre2/docs/manpages/ldbadd.1 2008-10-02 12:33:18.000000000 +0200 +++ samba-3.3.0rc1/docs/manpages/ldbadd.1 2008-11-27 16:48:42.000000000 +0100 @@ -1,11 +1,11 @@ .\" Title: ldbadd .\" Author: .\" Generator: DocBook XSL Stylesheets v1.73.1 -.\" Date: 10/02/2008 +.\" Date: 11/27/2008 .\" Manual: User Commands .\" Source: Samba 3.2 .\" -.TH "LDBADD" "1" "10/02/2008" "Samba 3\.2" "User Commands" +.TH "LDBADD" "1" "11/27/2008" "Samba 3\.2" "User Commands" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) diff -u -r --new-file --exclude .svn --exclude CVS samba-3.3.0pre2/docs/manpages/ldbdel.1 samba-3.3.0rc1/docs/manpages/ldbdel.1 --- samba-3.3.0pre2/docs/manpages/ldbdel.1 2008-10-02 12:33:18.000000000 +0200 +++ samba-3.3.0rc1/docs/manpages/ldbdel.1 2008-11-27 16:48:42.000000000 +0100 @@ -1,11 +1,11 @@ .\" Title: ldbdel .\" Author: .\" Generator: DocBook XSL Stylesheets v1.73.1 -.\" Date: 10/02/2008 +.\" Date: 11/27/2008 .\" Manual: User Commands .\" Source: Samba 3.2 .\" -.TH "LDBDEL" "1" "10/02/2008" "Samba 3\.2" "User Commands" +.TH "LDBDEL" "1" "11/27/2008" "Samba 3\.2" "User Commands" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) diff -u -r --new-file --exclude .svn --exclude CVS samba-3.3.0pre2/docs/manpages/ldbedit.1 samba-3.3.0rc1/docs/manpages/ldbedit.1 --- samba-3.3.0pre2/docs/manpages/ldbedit.1 2008-10-02 12:33:18.000000000 +0200 +++ samba-3.3.0rc1/docs/manpages/ldbedit.1 2008-11-27 16:48:42.000000000 +0100 @@ -1,11 +1,11 @@ .\" Title: ldbedit .\" Author: .\" Generator: DocBook XSL Stylesheets v1.73.1 -.\" Date: 10/02/2008 +.\" Date: 11/27/2008 .\" Manual: User Commands .\" Source: Samba 3.2 .\" -.TH "LDBEDIT" "1" "10/02/2008" "Samba 3\.2" "User Commands" +.TH "LDBEDIT" "1" "11/27/2008" "Samba 3\.2" "User Commands" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) diff -u -r --new-file --exclude .svn --exclude CVS samba-3.3.0pre2/docs/manpages/ldbmodify.1 samba-3.3.0rc1/docs/manpages/ldbmodify.1 --- samba-3.3.0pre2/docs/manpages/ldbmodify.1 2008-10-02 12:33:18.000000000 +0200 +++ samba-3.3.0rc1/docs/manpages/ldbmodify.1 2008-11-27 16:48:42.000000000 +0100 @@ -1,11 +1,11 @@ .\" Title: ldbmodify .\" Author: .\" Generator: DocBook XSL Stylesheets v1.73.1 -.\" Date: 10/02/2008 +.\" Date: 11/27/2008 .\" Manual: User Commands .\" Source: Samba 3.2 .\" -.TH "LDBMODIFY" "1" "10/02/2008" "Samba 3\.2" "User Commands" +.TH "LDBMODIFY" "1" "11/27/2008" "Samba 3\.2" "User Commands" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) diff -u -r --new-file --exclude .svn --exclude CVS samba-3.3.0pre2/docs/manpages/ldbsearch.1 samba-3.3.0rc1/docs/manpages/ldbsearch.1 --- samba-3.3.0pre2/docs/manpages/ldbsearch.1 2008-10-02 12:33:18.000000000 +0200 +++ samba-3.3.0rc1/docs/manpages/ldbsearch.1 2008-11-27 16:48:42.000000000 +0100 @@ -1,11 +1,11 @@ .\" Title: ldbsearch .\" Author: .\" Generator: DocBook XSL Stylesheets v1.73.1 -.\" Date: 10/02/2008 +.\" Date: 11/27/2008 .\" Manual: User Commands .\" Source: Samba 3.2 .\" -.TH "LDBSEARCH" "1" "10/02/2008" "Samba 3\.2" "User Commands" +.TH "LDBSEARCH" "1" "11/27/2008" "Samba 3\.2" "User Commands" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) diff -u -r --new-file --exclude .svn --exclude CVS samba-3.3.0pre2/docs/manpages/libsmbclient.7 samba-3.3.0rc1/docs/manpages/libsmbclient.7 --- samba-3.3.0pre2/docs/manpages/libsmbclient.7 2008-10-02 12:33:18.000000000 +0200 +++ samba-3.3.0rc1/docs/manpages/libsmbclient.7 2008-11-27 16:48:42.000000000 +0100 @@ -1,11 +1,11 @@ .\" Title: libsmbclient .\" Author: .\" Generator: DocBook XSL Stylesheets v1.73.1 -.\" Date: 10/02/2008 +.\" Date: 11/27/2008 .\" Manual: 7 .\" Source: Samba 3.2 .\" -.TH "LIBSMBCLIENT" "7" "10/02/2008" "Samba 3\.2" "7" +.TH "LIBSMBCLIENT" "7" "11/27/2008" "Samba 3\.2" "7" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) diff -u -r --new-file --exclude .svn --exclude CVS samba-3.3.0pre2/docs/manpages/lmhosts.5 samba-3.3.0rc1/docs/manpages/lmhosts.5 --- samba-3.3.0pre2/docs/manpages/lmhosts.5 2008-10-02 12:33:18.000000000 +0200 +++ samba-3.3.0rc1/docs/manpages/lmhosts.5 2008-11-27 16:48:42.000000000 +0100 @@ -1,11 +1,11 @@ .\" Title: lmhosts .\" Author: .\" Generator: DocBook XSL Stylesheets v1.73.1 -.\" Date: 10/02/2008 +.\" Date: 11/27/2008 .\" Manual: File Formats and Conventions .\" Source: Samba 3.2 .\" -.TH "LMHOSTS" "5" "10/02/2008" "Samba 3\.2" "File Formats and Conventions" +.TH "LMHOSTS" "5" "11/27/2008" "Samba 3\.2" "File Formats and Conventions" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) diff -u -r --new-file --exclude .svn --exclude CVS samba-3.3.0pre2/docs/manpages/log2pcap.1 samba-3.3.0rc1/docs/manpages/log2pcap.1 --- samba-3.3.0pre2/docs/manpages/log2pcap.1 2008-10-02 12:33:18.000000000 +0200 +++ samba-3.3.0rc1/docs/manpages/log2pcap.1 2008-11-27 16:48:42.000000000 +0100 @@ -1,11 +1,11 @@ .\" Title: log2pcap .\" Author: .\" Generator: DocBook XSL Stylesheets v1.73.1 -.\" Date: 10/02/2008 +.\" Date: 11/27/2008 .\" Manual: User Commands .\" Source: Samba 3.2 .\" -.TH "LOG2PCAP" "1" "10/02/2008" "Samba 3\.2" "User Commands" +.TH "LOG2PCAP" "1" "11/27/2008" "Samba 3\.2" "User Commands" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) diff -u -r --new-file --exclude .svn --exclude CVS samba-3.3.0pre2/docs/manpages/mount.cifs.8 samba-3.3.0rc1/docs/manpages/mount.cifs.8 --- samba-3.3.0pre2/docs/manpages/mount.cifs.8 2008-10-02 12:33:18.000000000 +0200 +++ samba-3.3.0rc1/docs/manpages/mount.cifs.8 2008-11-27 16:48:42.000000000 +0100 @@ -1,11 +1,11 @@ .\" Title: mount.cifs .\" Author: .\" Generator: DocBook XSL Stylesheets v1.73.1 -.\" Date: 10/02/2008 +.\" Date: 11/27/2008 .\" Manual: System Administration tools .\" Source: Samba 3.2 .\" -.TH "MOUNT\.CIFS" "8" "10/02/2008" "Samba 3\.2" "System Administration tools" +.TH "MOUNT\.CIFS" "8" "11/27/2008" "Samba 3\.2" "System Administration tools" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) diff -u -r --new-file --exclude .svn --exclude CVS samba-3.3.0pre2/docs/manpages/net.8 samba-3.3.0rc1/docs/manpages/net.8 --- samba-3.3.0pre2/docs/manpages/net.8 2008-10-02 12:33:18.000000000 +0200 +++ samba-3.3.0rc1/docs/manpages/net.8 2008-11-27 16:48:42.000000000 +0100 @@ -1,11 +1,11 @@ .\" Title: net .\" Author: .\" Generator: DocBook XSL Stylesheets v1.73.1 -.\" Date: 10/02/2008 +.\" Date: 11/27/2008 .\" Manual: System Administration tools .\" Source: Samba 3.2 .\" -.TH "NET" "8" "10/02/2008" "Samba 3\.2" "System Administration tools" +.TH "NET" "8" "11/27/2008" "Samba 3\.2" "System Administration tools" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -210,7 +210,7 @@ .PP Lists all domains and workgroups visible on the current network\. .SS "RAP PRINTQ" -.SS "RAP PRINTQ LIST QUEUE_NAME" +.SS "RAP PRINTQ INFO QUEUE_NAME" .PP Lists the specified print queue and print jobs on the server\. If the \fIQUEUE_NAME\fR diff -u -r --new-file --exclude .svn --exclude CVS samba-3.3.0pre2/docs/manpages/nmbd.8 samba-3.3.0rc1/docs/manpages/nmbd.8 --- samba-3.3.0pre2/docs/manpages/nmbd.8 2008-10-02 12:33:18.000000000 +0200 +++ samba-3.3.0rc1/docs/manpages/nmbd.8 2008-11-27 16:48:42.000000000 +0100 @@ -1,11 +1,11 @@ .\" Title: nmbd .\" Author: .\" Generator: DocBook XSL Stylesheets v1.73.1 -.\" Date: 10/02/2008 +.\" Date: 11/27/2008 .\" Manual: System Administration tools .\" Source: Samba 3.2 .\" -.TH "NMBD" "8" "10/02/2008" "Samba 3\.2" "System Administration tools" +.TH "NMBD" "8" "11/27/2008" "Samba 3\.2" "System Administration tools" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) diff -u -r --new-file --exclude .svn --exclude CVS samba-3.3.0pre2/docs/manpages/nmblookup.1 samba-3.3.0rc1/docs/manpages/nmblookup.1 --- samba-3.3.0pre2/docs/manpages/nmblookup.1 2008-10-02 12:33:18.000000000 +0200 +++ samba-3.3.0rc1/docs/manpages/nmblookup.1 2008-11-27 16:48:42.000000000 +0100 @@ -1,11 +1,11 @@ .\" Title: nmblookup .\" Author: .\" Generator: DocBook XSL Stylesheets v1.73.1 -.\" Date: 10/02/2008 +.\" Date: 11/27/2008 .\" Manual: User Commands .\" Source: Samba 3.2 .\" -.TH "NMBLOOKUP" "1" "10/02/2008" "Samba 3\.2" "User Commands" +.TH "NMBLOOKUP" "1" "11/27/2008" "Samba 3\.2" "User Commands" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) diff -u -r --new-file --exclude .svn --exclude CVS samba-3.3.0pre2/docs/manpages/ntlm_auth.1 samba-3.3.0rc1/docs/manpages/ntlm_auth.1 --- samba-3.3.0pre2/docs/manpages/ntlm_auth.1 2008-10-02 12:33:18.000000000 +0200 +++ samba-3.3.0rc1/docs/manpages/ntlm_auth.1 2008-11-27 16:48:42.000000000 +0100 @@ -1,11 +1,11 @@ .\" Title: ntlm_auth .\" Author: .\" Generator: DocBook XSL Stylesheets v1.73.1 -.\" Date: 10/02/2008 +.\" Date: 11/27/2008 .\" Manual: User Commands .\" Source: Samba 3.2 .\" -.TH "NTLM_AUTH" "1" "10/02/2008" "Samba 3\.2" "User Commands" +.TH "NTLM_AUTH" "1" "11/27/2008" "Samba 3\.2" "User Commands" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) diff -u -r --new-file --exclude .svn --exclude CVS samba-3.3.0pre2/docs/manpages/pam_winbind.7 samba-3.3.0rc1/docs/manpages/pam_winbind.7 --- samba-3.3.0pre2/docs/manpages/pam_winbind.7 2008-10-02 12:33:18.000000000 +0200 +++ samba-3.3.0rc1/docs/manpages/pam_winbind.7 2008-11-27 16:48:42.000000000 +0100 @@ -1,11 +1,11 @@ .\" Title: pam_winbind .\" Author: .\" Generator: DocBook XSL Stylesheets v1.73.1 -.\" Date: 10/02/2008 +.\" Date: 11/27/2008 .\" Manual: 7 .\" Source: Samba 3.2 .\" -.TH "PAM_WINBIND" "7" "10/02/2008" "Samba 3\.2" "7" +.TH "PAM_WINBIND" "7" "11/27/2008" "Samba 3\.2" "7" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -82,6 +82,11 @@ .RS 4 Do not emit any messages\. .RE +.PP +mkhomedir +.RS 4 +Create homedirectory for a user on\-the\-fly, option is valid in PAM session block\. +.RE .SH "SEE ALSO" .PP \fBwbinfo\fR(1), diff -u -r --new-file --exclude .svn --exclude CVS samba-3.3.0pre2/docs/manpages/pdbedit.8 samba-3.3.0rc1/docs/manpages/pdbedit.8 --- samba-3.3.0pre2/docs/manpages/pdbedit.8 2008-10-02 12:33:18.000000000 +0200 +++ samba-3.3.0rc1/docs/manpages/pdbedit.8 2008-11-27 16:48:42.000000000 +0100 @@ -1,11 +1,11 @@ .\" Title: pdbedit .\" Author: .\" Generator: DocBook XSL Stylesheets v1.73.1 -.\" Date: 10/02/2008 +.\" Date: 11/27/2008 .\" Manual: System Administration tools .\" Source: Samba 3.2 .\" -.TH "PDBEDIT" "8" "10/02/2008" "Samba 3\.2" "System Administration tools" +.TH "PDBEDIT" "8" "11/27/2008" "Samba 3\.2" "System Administration tools" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) diff -u -r --new-file --exclude .svn --exclude CVS samba-3.3.0pre2/docs/manpages/profiles.1 samba-3.3.0rc1/docs/manpages/profiles.1 --- samba-3.3.0pre2/docs/manpages/profiles.1 2008-10-02 12:33:18.000000000 +0200 +++ samba-3.3.0rc1/docs/manpages/profiles.1 2008-11-27 16:48:42.000000000 +0100 @@ -1,11 +1,11 @@ .\" Title: profiles .\" Author: .\" Generator: DocBook XSL Stylesheets v1.73.1 -.\" Date: 10/02/2008 +.\" Date: 11/27/2008 .\" Manual: User Commands .\" Source: Samba 3.2 .\" -.TH "PROFILES" "1" "10/02/2008" "Samba 3\.2" "User Commands" +.TH "PROFILES" "1" "11/27/2008" "Samba 3\.2" "User Commands" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) diff -u -r --new-file --exclude .svn --exclude CVS samba-3.3.0pre2/docs/manpages/rpcclient.1 samba-3.3.0rc1/docs/manpages/rpcclient.1 --- samba-3.3.0pre2/docs/manpages/rpcclient.1 2008-10-02 12:33:18.000000000 +0200 +++ samba-3.3.0rc1/docs/manpages/rpcclient.1 2008-11-27 16:48:42.000000000 +0100 @@ -1,11 +1,11 @@ .\" Title: rpcclient .\" Author: .\" Generator: DocBook XSL Stylesheets v1.73.1 -.\" Date: 10/02/2008 +.\" Date: 11/27/2008 .\" Manual: User Commands .\" Source: Samba 3.2 .\" -.TH "RPCCLIENT" "1" "10/02/2008" "Samba 3\.2" "User Commands" +.TH "RPCCLIENT" "1" "11/27/2008" "Samba 3\.2" "User Commands" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) diff -u -r --new-file --exclude .svn --exclude CVS samba-3.3.0pre2/docs/manpages/samba.7 samba-3.3.0rc1/docs/manpages/samba.7 --- samba-3.3.0pre2/docs/manpages/samba.7 2008-10-02 12:33:18.000000000 +0200 +++ samba-3.3.0rc1/docs/manpages/samba.7 2008-11-27 16:48:42.000000000 +0100 @@ -1,11 +1,11 @@ .\" Title: samba .\" Author: .\" Generator: DocBook XSL Stylesheets v1.73.1 -.\" Date: 10/02/2008 +.\" Date: 11/27/2008 .\" Manual: Miscellanea .\" Source: Samba 3.2 .\" -.TH "SAMBA" "7" "10/02/2008" "Samba 3\.2" "Miscellanea" +.TH "SAMBA" "7" "11/27/2008" "Samba 3\.2" "Miscellanea" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) diff -u -r --new-file --exclude .svn --exclude CVS samba-3.3.0pre2/docs/manpages/smbcacls.1 samba-3.3.0rc1/docs/manpages/smbcacls.1 --- samba-3.3.0pre2/docs/manpages/smbcacls.1 2008-10-02 12:33:18.000000000 +0200 +++ samba-3.3.0rc1/docs/manpages/smbcacls.1 2008-11-27 16:48:42.000000000 +0100 @@ -1,11 +1,11 @@ .\" Title: smbcacls .\" Author: .\" Generator: DocBook XSL Stylesheets v1.73.1 -.\" Date: 10/02/2008 +.\" Date: 11/27/2008 .\" Manual: User Commands .\" Source: Samba 3.2 .\" -.TH "SMBCACLS" "1" "10/02/2008" "Samba 3\.2" "User Commands" +.TH "SMBCACLS" "1" "11/27/2008" "Samba 3\.2" "User Commands" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) diff -u -r --new-file --exclude .svn --exclude CVS samba-3.3.0pre2/docs/manpages/smbclient.1 samba-3.3.0rc1/docs/manpages/smbclient.1 --- samba-3.3.0pre2/docs/manpages/smbclient.1 2008-10-02 12:33:18.000000000 +0200 +++ samba-3.3.0rc1/docs/manpages/smbclient.1 2008-11-27 16:48:42.000000000 +0100 @@ -1,11 +1,11 @@ .\" Title: smbclient .\" Author: .\" Generator: DocBook XSL Stylesheets v1.73.1 -.\" Date: 10/02/2008 +.\" Date: 11/27/2008 .\" Manual: User Commands .\" Source: Samba 3.2 .\" -.TH "SMBCLIENT" "1" "10/02/2008" "Samba 3\.2" "User Commands" +.TH "SMBCLIENT" "1" "11/27/2008" "Samba 3\.2" "User Commands" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) diff -u -r --new-file --exclude .svn --exclude CVS samba-3.3.0pre2/docs/manpages/smb.conf.5 samba-3.3.0rc1/docs/manpages/smb.conf.5 --- samba-3.3.0pre2/docs/manpages/smb.conf.5 2008-10-02 12:33:18.000000000 +0200 +++ samba-3.3.0rc1/docs/manpages/smb.conf.5 2008-11-27 16:48:42.000000000 +0100 @@ -1,11 +1,11 @@ .\" Title: smb.conf .\" Author: .\" Generator: DocBook XSL Stylesheets v1.73.1 -.\" Date: 10/02/2008 +.\" Date: 11/27/2008 .\" Manual: File Formats and Conventions .\" Source: Samba 3.2 .\" -.TH "SMB\.CONF" "5" "10/02/2008" "Samba 3\.2" "File Formats and Conventions" +.TH "SMB\.CONF" "5" "11/27/2008" "Samba 3\.2" "File Formats and Conventions" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -1876,6 +1876,23 @@ \fI\fIctdbd socket\fR\fR\fI = \fR\fI/tmp/ctdb\.socket\fR\fI \fR .RE +cups connection timeout (G) +.PP +.RS 4 +This parameter is only applicable if +\fIprinting\fR +is set to +\fBcups\fR\. +.sp +If set, this option specifies the number of seconds that smbd will wait whilst trying to contact to the CUPS server\. The connection will fail if it takes longer than this number of seconds\. +.sp +Default: +\fI\fIcups connection timeout\fR\fR\fI = \fR\fI30\fR\fI \fR +.sp +Example: +\fI\fIcups connection timeout\fR\fR\fI = \fR\fI60\fR\fI \fR +.RE + cups options (S) .PP .RS 4 diff -u -r --new-file --exclude .svn --exclude CVS samba-3.3.0pre2/docs/manpages/smbcontrol.1 samba-3.3.0rc1/docs/manpages/smbcontrol.1 --- samba-3.3.0pre2/docs/manpages/smbcontrol.1 2008-10-02 12:33:18.000000000 +0200 +++ samba-3.3.0rc1/docs/manpages/smbcontrol.1 2008-11-27 16:48:42.000000000 +0100 @@ -1,11 +1,11 @@ .\" Title: smbcontrol .\" Author: .\" Generator: DocBook XSL Stylesheets v1.73.1 -.\" Date: 10/02/2008 +.\" Date: 11/27/2008 .\" Manual: User Commands .\" Source: Samba 3.2 .\" -.TH "SMBCONTROL" "1" "10/02/2008" "Samba 3\.2" "User Commands" +.TH "SMBCONTROL" "1" "11/27/2008" "Samba 3\.2" "User Commands" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) diff -u -r --new-file --exclude .svn --exclude CVS samba-3.3.0pre2/docs/manpages/smbcquotas.1 samba-3.3.0rc1/docs/manpages/smbcquotas.1 --- samba-3.3.0pre2/docs/manpages/smbcquotas.1 2008-10-02 12:33:18.000000000 +0200 +++ samba-3.3.0rc1/docs/manpages/smbcquotas.1 2008-11-27 16:48:42.000000000 +0100 @@ -1,11 +1,11 @@ .\" Title: smbcquotas .\" Author: .\" Generator: DocBook XSL Stylesheets v1.73.1 -.\" Date: 10/02/2008 +.\" Date: 11/27/2008 .\" Manual: User Commands .\" Source: Samba 3.2 .\" -.TH "SMBCQUOTAS" "1" "10/02/2008" "Samba 3\.2" "User Commands" +.TH "SMBCQUOTAS" "1" "11/27/2008" "Samba 3\.2" "User Commands" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) diff -u -r --new-file --exclude .svn --exclude CVS samba-3.3.0pre2/docs/manpages/smbd.8 samba-3.3.0rc1/docs/manpages/smbd.8 --- samba-3.3.0pre2/docs/manpages/smbd.8 2008-10-02 12:33:18.000000000 +0200 +++ samba-3.3.0rc1/docs/manpages/smbd.8 2008-11-27 16:48:42.000000000 +0100 @@ -1,11 +1,11 @@ .\" Title: smbd .\" Author: .\" Generator: DocBook XSL Stylesheets v1.73.1 -.\" Date: 10/02/2008 +.\" Date: 11/27/2008 .\" Manual: System Administration tools .\" Source: Samba 3.2 .\" -.TH "SMBD" "8" "10/02/2008" "Samba 3\.2" "System Administration tools" +.TH "SMBD" "8" "11/27/2008" "Samba 3\.2" "System Administration tools" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) diff -u -r --new-file --exclude .svn --exclude CVS samba-3.3.0pre2/docs/manpages/smbget.1 samba-3.3.0rc1/docs/manpages/smbget.1 --- samba-3.3.0pre2/docs/manpages/smbget.1 2008-10-02 12:33:18.000000000 +0200 +++ samba-3.3.0rc1/docs/manpages/smbget.1 2008-11-27 16:48:42.000000000 +0100 @@ -1,11 +1,11 @@ .\" Title: smbget .\" Author: .\" Generator: DocBook XSL Stylesheets v1.73.1 -.\" Date: 10/02/2008 +.\" Date: 11/27/2008 .\" Manual: User Commands .\" Source: Samba 3.2 .\" -.TH "SMBGET" "1" "10/02/2008" "Samba 3\.2" "User Commands" +.TH "SMBGET" "1" "11/27/2008" "Samba 3\.2" "User Commands" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) diff -u -r --new-file --exclude .svn --exclude CVS samba-3.3.0pre2/docs/manpages/smbgetrc.5 samba-3.3.0rc1/docs/manpages/smbgetrc.5 --- samba-3.3.0pre2/docs/manpages/smbgetrc.5 2008-10-02 12:33:18.000000000 +0200 +++ samba-3.3.0rc1/docs/manpages/smbgetrc.5 2008-11-27 16:48:42.000000000 +0100 @@ -1,11 +1,11 @@ .\" Title: smbgetrc .\" Author: .\" Generator: DocBook XSL Stylesheets v1.73.1 -.\" Date: 10/02/2008 +.\" Date: 11/27/2008 .\" Manual: File Formats and Conventions .\" Source: Samba 3.2 .\" -.TH "SMBGETRC" "5" "10/02/2008" "Samba 3\.2" "File Formats and Conventions" +.TH "SMBGETRC" "5" "11/27/2008" "Samba 3\.2" "File Formats and Conventions" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) diff -u -r --new-file --exclude .svn --exclude CVS samba-3.3.0pre2/docs/manpages/smbpasswd.5 samba-3.3.0rc1/docs/manpages/smbpasswd.5 --- samba-3.3.0pre2/docs/manpages/smbpasswd.5 2008-10-02 12:33:18.000000000 +0200 +++ samba-3.3.0rc1/docs/manpages/smbpasswd.5 2008-11-27 16:48:42.000000000 +0100 @@ -1,11 +1,11 @@ .\" Title: smbpasswd .\" Author: .\" Generator: DocBook XSL Stylesheets v1.73.1 -.\" Date: 10/02/2008 +.\" Date: 11/27/2008 .\" Manual: File Formats and Conventions .\" Source: Samba 3.2 .\" -.TH "SMBPASSWD" "5" "10/02/2008" "Samba 3\.2" "File Formats and Conventions" +.TH "SMBPASSWD" "5" "11/27/2008" "Samba 3\.2" "File Formats and Conventions" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) diff -u -r --new-file --exclude .svn --exclude CVS samba-3.3.0pre2/docs/manpages/smbpasswd.8 samba-3.3.0rc1/docs/manpages/smbpasswd.8 --- samba-3.3.0pre2/docs/manpages/smbpasswd.8 2008-10-02 12:33:18.000000000 +0200 +++ samba-3.3.0rc1/docs/manpages/smbpasswd.8 2008-11-27 16:48:42.000000000 +0100 @@ -1,11 +1,11 @@ .\" Title: smbpasswd .\" Author: .\" Generator: DocBook XSL Stylesheets v1.73.1 -.\" Date: 10/02/2008 +.\" Date: 11/27/2008 .\" Manual: System Administration tools .\" Source: Samba 3.2 .\" -.TH "SMBPASSWD" "8" "10/02/2008" "Samba 3\.2" "System Administration tools" +.TH "SMBPASSWD" "8" "11/27/2008" "Samba 3\.2" "System Administration tools" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) diff -u -r --new-file --exclude .svn --exclude CVS samba-3.3.0pre2/docs/manpages/smbspool.8 samba-3.3.0rc1/docs/manpages/smbspool.8 --- samba-3.3.0pre2/docs/manpages/smbspool.8 2008-10-02 12:33:18.000000000 +0200 +++ samba-3.3.0rc1/docs/manpages/smbspool.8 2008-11-27 16:48:42.000000000 +0100 @@ -1,11 +1,11 @@ .\" Title: smbspool .\" Author: .\" Generator: DocBook XSL Stylesheets v1.73.1 -.\" Date: 10/02/2008 +.\" Date: 11/27/2008 .\" Manual: System Administration tools .\" Source: Samba 3.2 .\" -.TH "SMBSPOOL" "8" "10/02/2008" "Samba 3\.2" "System Administration tools" +.TH "SMBSPOOL" "8" "11/27/2008" "Samba 3\.2" "System Administration tools" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) diff -u -r --new-file --exclude .svn --exclude CVS samba-3.3.0pre2/docs/manpages/smbstatus.1 samba-3.3.0rc1/docs/manpages/smbstatus.1 --- samba-3.3.0pre2/docs/manpages/smbstatus.1 2008-10-02 12:33:18.000000000 +0200 +++ samba-3.3.0rc1/docs/manpages/smbstatus.1 2008-11-27 16:48:42.000000000 +0100 @@ -1,11 +1,11 @@ .\" Title: smbstatus .\" Author: .\" Generator: DocBook XSL Stylesheets v1.73.1 -.\" Date: 10/02/2008 +.\" Date: 11/27/2008 .\" Manual: User Commands .\" Source: Samba 3.2 .\" -.TH "SMBSTATUS" "1" "10/02/2008" "Samba 3\.2" "User Commands" +.TH "SMBSTATUS" "1" "11/27/2008" "Samba 3\.2" "User Commands" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) diff -u -r --new-file --exclude .svn --exclude CVS samba-3.3.0pre2/docs/manpages/smbtar.1 samba-3.3.0rc1/docs/manpages/smbtar.1 --- samba-3.3.0pre2/docs/manpages/smbtar.1 2008-10-02 12:33:18.000000000 +0200 +++ samba-3.3.0rc1/docs/manpages/smbtar.1 2008-11-27 16:48:42.000000000 +0100 @@ -1,11 +1,11 @@ .\" Title: smbtar .\" Author: .\" Generator: DocBook XSL Stylesheets v1.73.1 -.\" Date: 10/02/2008 +.\" Date: 11/27/2008 .\" Manual: User Commands .\" Source: Samba 3.2 .\" -.TH "SMBTAR" "1" "10/02/2008" "Samba 3\.2" "User Commands" +.TH "SMBTAR" "1" "11/27/2008" "Samba 3\.2" "User Commands" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) diff -u -r --new-file --exclude .svn --exclude CVS samba-3.3.0pre2/docs/manpages/smbtree.1 samba-3.3.0rc1/docs/manpages/smbtree.1 --- samba-3.3.0pre2/docs/manpages/smbtree.1 2008-10-02 12:33:18.000000000 +0200 +++ samba-3.3.0rc1/docs/manpages/smbtree.1 2008-11-27 16:48:42.000000000 +0100 @@ -1,11 +1,11 @@ .\" Title: smbtree .\" Author: .\" Generator: DocBook XSL Stylesheets v1.73.1 -.\" Date: 10/02/2008 +.\" Date: 11/27/2008 .\" Manual: User Commands .\" Source: Samba 3.2 .\" -.TH "SMBTREE" "1" "10/02/2008" "Samba 3\.2" "User Commands" +.TH "SMBTREE" "1" "11/27/2008" "Samba 3\.2" "User Commands" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) diff -u -r --new-file --exclude .svn --exclude CVS samba-3.3.0pre2/docs/manpages/swat.8 samba-3.3.0rc1/docs/manpages/swat.8 --- samba-3.3.0pre2/docs/manpages/swat.8 2008-10-02 12:33:18.000000000 +0200 +++ samba-3.3.0rc1/docs/manpages/swat.8 2008-11-27 16:48:42.000000000 +0100 @@ -1,11 +1,11 @@ .\" Title: swat .\" Author: .\" Generator: DocBook XSL Stylesheets v1.73.1 -.\" Date: 10/02/2008 +.\" Date: 11/27/2008 .\" Manual: System Administration tools .\" Source: Samba 3.2 .\" -.TH "SWAT" "8" "10/02/2008" "Samba 3\.2" "System Administration tools" +.TH "SWAT" "8" "11/27/2008" "Samba 3\.2" "System Administration tools" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) diff -u -r --new-file --exclude .svn --exclude CVS samba-3.3.0pre2/docs/manpages/tdbbackup.8 samba-3.3.0rc1/docs/manpages/tdbbackup.8 --- samba-3.3.0pre2/docs/manpages/tdbbackup.8 2008-10-02 12:33:18.000000000 +0200 +++ samba-3.3.0rc1/docs/manpages/tdbbackup.8 2008-11-27 16:48:42.000000000 +0100 @@ -1,11 +1,11 @@ .\" Title: tdbbackup .\" Author: .\" Generator: DocBook XSL Stylesheets v1.73.1 -.\" Date: 10/02/2008 +.\" Date: 11/27/2008 .\" Manual: System Administration tools .\" Source: Samba 3.2 .\" -.TH "TDBBACKUP" "8" "10/02/2008" "Samba 3\.2" "System Administration tools" +.TH "TDBBACKUP" "8" "11/27/2008" "Samba 3\.2" "System Administration tools" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) diff -u -r --new-file --exclude .svn --exclude CVS samba-3.3.0pre2/docs/manpages/tdbdump.8 samba-3.3.0rc1/docs/manpages/tdbdump.8 --- samba-3.3.0pre2/docs/manpages/tdbdump.8 2008-10-02 12:33:18.000000000 +0200 +++ samba-3.3.0rc1/docs/manpages/tdbdump.8 2008-11-27 16:48:42.000000000 +0100 @@ -1,11 +1,11 @@ .\" Title: tdbdump .\" Author: .\" Generator: DocBook XSL Stylesheets v1.73.1 -.\" Date: 10/02/2008 +.\" Date: 11/27/2008 .\" Manual: System Administration tools .\" Source: Samba 3.2 .\" -.TH "TDBDUMP" "8" "10/02/2008" "Samba 3\.2" "System Administration tools" +.TH "TDBDUMP" "8" "11/27/2008" "Samba 3\.2" "System Administration tools" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) diff -u -r --new-file --exclude .svn --exclude CVS samba-3.3.0pre2/docs/manpages/tdbtool.8 samba-3.3.0rc1/docs/manpages/tdbtool.8 --- samba-3.3.0pre2/docs/manpages/tdbtool.8 2008-10-02 12:33:18.000000000 +0200 +++ samba-3.3.0rc1/docs/manpages/tdbtool.8 2008-11-27 16:48:42.000000000 +0100 @@ -1,11 +1,11 @@ .\" Title: tdbtool .\" Author: .\" Generator: DocBook XSL Stylesheets v1.73.1 -.\" Date: 10/02/2008 +.\" Date: 11/27/2008 .\" Manual: System Administration tools .\" Source: Samba 3.2 .\" -.TH "TDBTOOL" "8" "10/02/2008" "Samba 3\.2" "System Administration tools" +.TH "TDBTOOL" "8" "11/27/2008" "Samba 3\.2" "System Administration tools" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) diff -u -r --new-file --exclude .svn --exclude CVS samba-3.3.0pre2/docs/manpages/testparm.1 samba-3.3.0rc1/docs/manpages/testparm.1 --- samba-3.3.0pre2/docs/manpages/testparm.1 2008-10-02 12:33:18.000000000 +0200 +++ samba-3.3.0rc1/docs/manpages/testparm.1 2008-11-27 16:48:42.000000000 +0100 @@ -1,11 +1,11 @@ .\" Title: testparm .\" Author: .\" Generator: DocBook XSL Stylesheets v1.73.1 -.\" Date: 10/02/2008 +.\" Date: 11/27/2008 .\" Manual: User Commands .\" Source: Samba 3.2 .\" -.TH "TESTPARM" "1" "10/02/2008" "Samba 3\.2" "User Commands" +.TH "TESTPARM" "1" "11/27/2008" "Samba 3\.2" "User Commands" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) diff -u -r --new-file --exclude .svn --exclude CVS samba-3.3.0pre2/docs/manpages/umount.cifs.8 samba-3.3.0rc1/docs/manpages/umount.cifs.8 --- samba-3.3.0pre2/docs/manpages/umount.cifs.8 2008-10-02 12:33:18.000000000 +0200 +++ samba-3.3.0rc1/docs/manpages/umount.cifs.8 2008-11-27 16:48:42.000000000 +0100 @@ -1,11 +1,11 @@ .\" Title: umount.cifs .\" Author: .\" Generator: DocBook XSL Stylesheets v1.73.1 -.\" Date: 10/02/2008 +.\" Date: 11/27/2008 .\" Manual: System Administration tools .\" Source: Samba 3.2 .\" -.TH "UMOUNT\.CIFS" "8" "10/02/2008" "Samba 3\.2" "System Administration tools" +.TH "UMOUNT\.CIFS" "8" "11/27/2008" "Samba 3\.2" "System Administration tools" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) diff -u -r --new-file --exclude .svn --exclude CVS samba-3.3.0pre2/docs/manpages/vfs_audit.8 samba-3.3.0rc1/docs/manpages/vfs_audit.8 --- samba-3.3.0pre2/docs/manpages/vfs_audit.8 2008-10-02 12:33:18.000000000 +0200 +++ samba-3.3.0rc1/docs/manpages/vfs_audit.8 2008-11-27 16:48:42.000000000 +0100 @@ -1,11 +1,11 @@ .\" Title: vfs_audit .\" Author: .\" Generator: DocBook XSL Stylesheets v1.73.1 -.\" Date: 10/02/2008 +.\" Date: 11/27/2008 .\" Manual: System Administration tools .\" Source: Samba 3.2 .\" -.TH "VFS_AUDIT" "8" "10/02/2008" "Samba 3\.2" "System Administration tools" +.TH "VFS_AUDIT" "8" "11/27/2008" "Samba 3\.2" "System Administration tools" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) diff -u -r --new-file --exclude .svn --exclude CVS samba-3.3.0pre2/docs/manpages/vfs_cacheprime.8 samba-3.3.0rc1/docs/manpages/vfs_cacheprime.8 --- samba-3.3.0pre2/docs/manpages/vfs_cacheprime.8 2008-10-02 12:33:18.000000000 +0200 +++ samba-3.3.0rc1/docs/manpages/vfs_cacheprime.8 2008-11-27 16:48:42.000000000 +0100 @@ -1,11 +1,11 @@ .\" Title: vfs_cacheprime .\" Author: .\" Generator: DocBook XSL Stylesheets v1.73.1 -.\" Date: 10/02/2008 +.\" Date: 11/27/2008 .\" Manual: System Administration tools .\" Source: Samba 3.2 .\" -.TH "VFS_CACHEPRIME" "8" "10/02/2008" "Samba 3\.2" "System Administration tools" +.TH "VFS_CACHEPRIME" "8" "11/27/2008" "Samba 3\.2" "System Administration tools" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) diff -u -r --new-file --exclude .svn --exclude CVS samba-3.3.0pre2/docs/manpages/vfs_cap.8 samba-3.3.0rc1/docs/manpages/vfs_cap.8 --- samba-3.3.0pre2/docs/manpages/vfs_cap.8 2008-10-02 12:33:18.000000000 +0200 +++ samba-3.3.0rc1/docs/manpages/vfs_cap.8 2008-11-27 16:48:42.000000000 +0100 @@ -1,11 +1,11 @@ .\" Title: vfs_cap .\" Author: .\" Generator: DocBook XSL Stylesheets v1.73.1 -.\" Date: 10/02/2008 +.\" Date: 11/27/2008 .\" Manual: System Administration tools .\" Source: Samba 3.2 .\" -.TH "VFS_CAP" "8" "10/02/2008" "Samba 3\.2" "System Administration tools" +.TH "VFS_CAP" "8" "11/27/2008" "Samba 3\.2" "System Administration tools" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) diff -u -r --new-file --exclude .svn --exclude CVS samba-3.3.0pre2/docs/manpages/vfs_catia.8 samba-3.3.0rc1/docs/manpages/vfs_catia.8 --- samba-3.3.0pre2/docs/manpages/vfs_catia.8 2008-10-02 12:33:18.000000000 +0200 +++ samba-3.3.0rc1/docs/manpages/vfs_catia.8 2008-11-27 16:48:42.000000000 +0100 @@ -1,11 +1,11 @@ .\" Title: vfs_catia .\" Author: .\" Generator: DocBook XSL Stylesheets v1.73.1 -.\" Date: 10/02/2008 +.\" Date: 11/27/2008 .\" Manual: System Administration tools .\" Source: Samba 3.2 .\" -.TH "VFS_CATIA" "8" "10/02/2008" "Samba 3\.2" "System Administration tools" +.TH "VFS_CATIA" "8" "11/27/2008" "Samba 3\.2" "System Administration tools" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) diff -u -r --new-file --exclude .svn --exclude CVS samba-3.3.0pre2/docs/manpages/vfs_commit.8 samba-3.3.0rc1/docs/manpages/vfs_commit.8 --- samba-3.3.0pre2/docs/manpages/vfs_commit.8 2008-10-02 12:33:18.000000000 +0200 +++ samba-3.3.0rc1/docs/manpages/vfs_commit.8 2008-11-27 16:48:42.000000000 +0100 @@ -1,11 +1,11 @@ .\" Title: vfs_commit .\" Author: .\" Generator: DocBook XSL Stylesheets v1.73.1 -.\" Date: 10/02/2008 +.\" Date: 11/27/2008 .\" Manual: System Administration tools .\" Source: Samba 3.2 .\" -.TH "VFS_COMMIT" "8" "10/02/2008" "Samba 3\.2" "System Administration tools" +.TH "VFS_COMMIT" "8" "11/27/2008" "Samba 3\.2" "System Administration tools" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) diff -u -r --new-file --exclude .svn --exclude CVS samba-3.3.0pre2/docs/manpages/vfs_default_quota.8 samba-3.3.0rc1/docs/manpages/vfs_default_quota.8 --- samba-3.3.0pre2/docs/manpages/vfs_default_quota.8 2008-10-02 12:33:18.000000000 +0200 +++ samba-3.3.0rc1/docs/manpages/vfs_default_quota.8 2008-11-27 16:48:42.000000000 +0100 @@ -1,11 +1,11 @@ .\" Title: vfs_default_quota .\" Author: .\" Generator: DocBook XSL Stylesheets v1.73.1 -.\" Date: 10/02/2008 +.\" Date: 11/27/2008 .\" Manual: System Administration tools .\" Source: Samba 3.2 .\" -.TH "VFS_DEFAULT_QUOTA" "8" "10/02/2008" "Samba 3\.2" "System Administration tools" +.TH "VFS_DEFAULT_QUOTA" "8" "11/27/2008" "Samba 3\.2" "System Administration tools" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) diff -u -r --new-file --exclude .svn --exclude CVS samba-3.3.0pre2/docs/manpages/vfs_extd_audit.8 samba-3.3.0rc1/docs/manpages/vfs_extd_audit.8 --- samba-3.3.0pre2/docs/manpages/vfs_extd_audit.8 2008-10-02 12:33:18.000000000 +0200 +++ samba-3.3.0rc1/docs/manpages/vfs_extd_audit.8 2008-11-27 16:48:42.000000000 +0100 @@ -1,11 +1,11 @@ .\" Title: vfs_extd_audit .\" Author: .\" Generator: DocBook XSL Stylesheets v1.73.1 -.\" Date: 10/02/2008 +.\" Date: 11/27/2008 .\" Manual: System Administration tools .\" Source: Samba 3.2 .\" -.TH "VFS_EXTD_AUDIT" "8" "10/02/2008" "Samba 3\.2" "System Administration tools" +.TH "VFS_EXTD_AUDIT" "8" "11/27/2008" "Samba 3\.2" "System Administration tools" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) diff -u -r --new-file --exclude .svn --exclude CVS samba-3.3.0pre2/docs/manpages/vfs_fake_perms.8 samba-3.3.0rc1/docs/manpages/vfs_fake_perms.8 --- samba-3.3.0pre2/docs/manpages/vfs_fake_perms.8 2008-10-02 12:33:18.000000000 +0200 +++ samba-3.3.0rc1/docs/manpages/vfs_fake_perms.8 2008-11-27 16:48:42.000000000 +0100 @@ -1,11 +1,11 @@ .\" Title: vfs_fake_perms .\" Author: .\" Generator: DocBook XSL Stylesheets v1.73.1 -.\" Date: 10/02/2008 +.\" Date: 11/27/2008 .\" Manual: System Administration tools .\" Source: Samba 3.2 .\" -.TH "VFS_FAKE_PERMS" "8" "10/02/2008" "Samba 3\.2" "System Administration tools" +.TH "VFS_FAKE_PERMS" "8" "11/27/2008" "Samba 3\.2" "System Administration tools" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) diff -u -r --new-file --exclude .svn --exclude CVS samba-3.3.0pre2/docs/manpages/vfs_full_audit.8 samba-3.3.0rc1/docs/manpages/vfs_full_audit.8 --- samba-3.3.0pre2/docs/manpages/vfs_full_audit.8 2008-10-02 12:33:18.000000000 +0200 +++ samba-3.3.0rc1/docs/manpages/vfs_full_audit.8 2008-11-27 16:48:42.000000000 +0100 @@ -1,11 +1,11 @@ .\" Title: vfs_full_audit .\" Author: .\" Generator: DocBook XSL Stylesheets v1.73.1 -.\" Date: 10/02/2008 +.\" Date: 11/27/2008 .\" Manual: System Administration tools .\" Source: Samba 3.2 .\" -.TH "VFS_FULL_AUDIT" "8" "10/02/2008" "Samba 3\.2" "System Administration tools" +.TH "VFS_FULL_AUDIT" "8" "11/27/2008" "Samba 3\.2" "System Administration tools" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) diff -u -r --new-file --exclude .svn --exclude CVS samba-3.3.0pre2/docs/manpages/vfs_gpfs.8 samba-3.3.0rc1/docs/manpages/vfs_gpfs.8 --- samba-3.3.0pre2/docs/manpages/vfs_gpfs.8 2008-10-02 12:33:18.000000000 +0200 +++ samba-3.3.0rc1/docs/manpages/vfs_gpfs.8 2008-11-27 16:48:42.000000000 +0100 @@ -1,11 +1,11 @@ .\" Title: vfs_gpfs .\" Author: .\" Generator: DocBook XSL Stylesheets v1.73.1 -.\" Date: 10/02/2008 +.\" Date: 11/27/2008 .\" Manual: System Administration tools .\" Source: Samba 3.2 .\" -.TH "VFS_GPFS" "8" "10/02/2008" "Samba 3\.2" "System Administration tools" +.TH "VFS_GPFS" "8" "11/27/2008" "Samba 3\.2" "System Administration tools" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) diff -u -r --new-file --exclude .svn --exclude CVS samba-3.3.0pre2/docs/manpages/vfs_netatalk.8 samba-3.3.0rc1/docs/manpages/vfs_netatalk.8 --- samba-3.3.0pre2/docs/manpages/vfs_netatalk.8 2008-10-02 12:33:18.000000000 +0200 +++ samba-3.3.0rc1/docs/manpages/vfs_netatalk.8 2008-11-27 16:48:42.000000000 +0100 @@ -1,11 +1,11 @@ .\" Title: vfs_netatalk .\" Author: .\" Generator: DocBook XSL Stylesheets v1.73.1 -.\" Date: 10/02/2008 +.\" Date: 11/27/2008 .\" Manual: System Administration tools .\" Source: Samba 3.2 .\" -.TH "VFS_NETATALK" "8" "10/02/2008" "Samba 3\.2" "System Administration tools" +.TH "VFS_NETATALK" "8" "11/27/2008" "Samba 3\.2" "System Administration tools" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) diff -u -r --new-file --exclude .svn --exclude CVS samba-3.3.0pre2/docs/manpages/vfs_notify_fam.8 samba-3.3.0rc1/docs/manpages/vfs_notify_fam.8 --- samba-3.3.0pre2/docs/manpages/vfs_notify_fam.8 2008-10-02 12:33:18.000000000 +0200 +++ samba-3.3.0rc1/docs/manpages/vfs_notify_fam.8 2008-11-27 16:48:42.000000000 +0100 @@ -1,11 +1,11 @@ .\" Title: vfs_notify_fam .\" Author: .\" Generator: DocBook XSL Stylesheets v1.73.1 -.\" Date: 10/02/2008 +.\" Date: 11/27/2008 .\" Manual: System Administration tools .\" Source: Samba 3.2 .\" -.TH "VFS_NOTIFY_FAM" "8" "10/02/2008" "Samba 3\.2" "System Administration tools" +.TH "VFS_NOTIFY_FAM" "8" "11/27/2008" "Samba 3\.2" "System Administration tools" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) diff -u -r --new-file --exclude .svn --exclude CVS samba-3.3.0pre2/docs/manpages/vfs_prealloc.8 samba-3.3.0rc1/docs/manpages/vfs_prealloc.8 --- samba-3.3.0pre2/docs/manpages/vfs_prealloc.8 2008-10-02 12:33:18.000000000 +0200 +++ samba-3.3.0rc1/docs/manpages/vfs_prealloc.8 2008-11-27 16:48:42.000000000 +0100 @@ -1,11 +1,11 @@ .\" Title: vfs_prealloc .\" Author: .\" Generator: DocBook XSL Stylesheets v1.73.1 -.\" Date: 10/02/2008 +.\" Date: 11/27/2008 .\" Manual: System Administration tools .\" Source: Samba 3.2 .\" -.TH "VFS_PREALLOC" "8" "10/02/2008" "Samba 3\.2" "System Administration tools" +.TH "VFS_PREALLOC" "8" "11/27/2008" "Samba 3\.2" "System Administration tools" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) diff -u -r --new-file --exclude .svn --exclude CVS samba-3.3.0pre2/docs/manpages/vfs_readahead.8 samba-3.3.0rc1/docs/manpages/vfs_readahead.8 --- samba-3.3.0pre2/docs/manpages/vfs_readahead.8 2008-10-02 12:33:18.000000000 +0200 +++ samba-3.3.0rc1/docs/manpages/vfs_readahead.8 2008-11-27 16:48:42.000000000 +0100 @@ -1,11 +1,11 @@ .\" Title: vfs_readahead .\" Author: .\" Generator: DocBook XSL Stylesheets v1.73.1 -.\" Date: 10/02/2008 +.\" Date: 11/27/2008 .\" Manual: System Administration tools .\" Source: Samba 3.2 .\" -.TH "VFS_READAHEAD" "8" "10/02/2008" "Samba 3\.2" "System Administration tools" +.TH "VFS_READAHEAD" "8" "11/27/2008" "Samba 3\.2" "System Administration tools" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) diff -u -r --new-file --exclude .svn --exclude CVS samba-3.3.0pre2/docs/manpages/vfs_readonly.8 samba-3.3.0rc1/docs/manpages/vfs_readonly.8 --- samba-3.3.0pre2/docs/manpages/vfs_readonly.8 2008-10-02 12:33:18.000000000 +0200 +++ samba-3.3.0rc1/docs/manpages/vfs_readonly.8 2008-11-27 16:48:42.000000000 +0100 @@ -1,11 +1,11 @@ .\" Title: vfs_readonly .\" Author: .\" Generator: DocBook XSL Stylesheets v1.73.1 -.\" Date: 10/02/2008 +.\" Date: 11/27/2008 .\" Manual: System Administration tools .\" Source: Samba 3.2 .\" -.TH "VFS_READONLY" "8" "10/02/2008" "Samba 3\.2" "System Administration tools" +.TH "VFS_READONLY" "8" "11/27/2008" "Samba 3\.2" "System Administration tools" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) diff -u -r --new-file --exclude .svn --exclude CVS samba-3.3.0pre2/docs/manpages/vfs_recycle.8 samba-3.3.0rc1/docs/manpages/vfs_recycle.8 --- samba-3.3.0pre2/docs/manpages/vfs_recycle.8 2008-10-02 12:33:18.000000000 +0200 +++ samba-3.3.0rc1/docs/manpages/vfs_recycle.8 2008-11-27 16:48:42.000000000 +0100 @@ -1,11 +1,11 @@ .\" Title: vfs_recycle .\" Author: .\" Generator: DocBook XSL Stylesheets v1.73.1 -.\" Date: 10/02/2008 +.\" Date: 11/27/2008 .\" Manual: System Administration tools .\" Source: Samba 3.2 .\" -.TH "VFS_RECYCLE" "8" "10/02/2008" "Samba 3\.2" "System Administration tools" +.TH "VFS_RECYCLE" "8" "11/27/2008" "Samba 3\.2" "System Administration tools" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) diff -u -r --new-file --exclude .svn --exclude CVS samba-3.3.0pre2/docs/manpages/vfs_shadow_copy.8 samba-3.3.0rc1/docs/manpages/vfs_shadow_copy.8 --- samba-3.3.0pre2/docs/manpages/vfs_shadow_copy.8 2008-10-02 12:33:18.000000000 +0200 +++ samba-3.3.0rc1/docs/manpages/vfs_shadow_copy.8 2008-11-27 16:48:42.000000000 +0100 @@ -1,11 +1,11 @@ .\" Title: vfs_shadow_copy .\" Author: .\" Generator: DocBook XSL Stylesheets v1.73.1 -.\" Date: 10/02/2008 +.\" Date: 11/27/2008 .\" Manual: System Administration tools .\" Source: Samba 3.2 .\" -.TH "VFS_SHADOW_COPY" "8" "10/02/2008" "Samba 3\.2" "System Administration tools" +.TH "VFS_SHADOW_COPY" "8" "11/27/2008" "Samba 3\.2" "System Administration tools" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) diff -u -r --new-file --exclude .svn --exclude CVS samba-3.3.0pre2/docs/manpages/vfs_smb_traffic_analyzer.8 samba-3.3.0rc1/docs/manpages/vfs_smb_traffic_analyzer.8 --- samba-3.3.0pre2/docs/manpages/vfs_smb_traffic_analyzer.8 2008-10-02 12:33:18.000000000 +0200 +++ samba-3.3.0rc1/docs/manpages/vfs_smb_traffic_analyzer.8 2008-11-27 16:48:42.000000000 +0100 @@ -1,11 +1,11 @@ .\" Title: smb_traffic_analyzer .\" Author: .\" Generator: DocBook XSL Stylesheets v1.73.1 -.\" Date: 10/02/2008 +.\" Date: 11/27/2008 .\" Manual: System Administration tools .\" Source: Samba 3.3 .\" -.TH "SMB_TRAFFIC_ANALYZER" "8" "10/02/2008" "Samba 3\.3" "System Administration tools" +.TH "SMB_TRAFFIC_ANALYZER" "8" "11/27/2008" "Samba 3\.3" "System Administration tools" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -148,7 +148,12 @@ .PP smb_traffic_analyzer:port = STRING .RS 4 -The module will send the data using the TCP port given in STRING +The module will send the data using the TCP port given in STRING\. +.RE +.PP +smb_traffic_analyzer:anonymize_prefix = STRING +.RS 4 +The module will replace the user names with a prefix given by STRING and a simple hash number\. .RE .SH "EXAMPLES" .PP @@ -164,7 +169,20 @@ .fi .RE .PP -The module running on share "example_share", using an internet domain socket, connecting to host "examplehost" on port 3491\. +The module running on share "example_share", using an internet socket, connecting to host "examplehost" on port 3491\. +.sp +.RS 4 +.nf + \fI[example_share]\fR + \fIpath = /data/example\fR + \fIvfs objects = smb_traffic_analyzer\fR + \fIsmb_traffic_analyzer:host = examplehost\fR + \fIsmb_traffic_analyzer:port = 3491\fR + +.fi +.RE +.PP +The module running on share "example_share", using an internet socket, connecting to host "examplehost" on port 3491, anonymizing user names with the prefix "User"\. .sp .RS 4 .nf @@ -172,7 +190,8 @@ \fIpath = /data/example\fR \fIvfs objects = smb_traffic_analyzer\fR \fIsmb_traffic_analyzer:host = examplehost\fR - \fIsmb_traffic_analyzer:port = 3490\fR + \fIsmb_traffic_analyzer:port = 3491\fR + \fIsmb_traffic_analyzer:anonymize_prefix = User\fR .fi .RE diff -u -r --new-file --exclude .svn --exclude CVS samba-3.3.0pre2/docs/manpages/vfs_streams_depot.8 samba-3.3.0rc1/docs/manpages/vfs_streams_depot.8 --- samba-3.3.0pre2/docs/manpages/vfs_streams_depot.8 2008-10-02 12:33:18.000000000 +0200 +++ samba-3.3.0rc1/docs/manpages/vfs_streams_depot.8 2008-11-27 16:48:42.000000000 +0100 @@ -1,11 +1,11 @@ .\" Title: vfs_streams_depot .\" Author: .\" Generator: DocBook XSL Stylesheets v1.73.1 -.\" Date: 10/02/2008 +.\" Date: 11/27/2008 .\" Manual: System Administration tools .\" Source: Samba 3.2 .\" -.TH "VFS_STREAMS_DEPOT" "8" "10/02/2008" "Samba 3\.2" "System Administration tools" +.TH "VFS_STREAMS_DEPOT" "8" "11/27/2008" "Samba 3\.2" "System Administration tools" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) diff -u -r --new-file --exclude .svn --exclude CVS samba-3.3.0pre2/docs/manpages/vfs_streams_xattr.8 samba-3.3.0rc1/docs/manpages/vfs_streams_xattr.8 --- samba-3.3.0pre2/docs/manpages/vfs_streams_xattr.8 2008-10-02 12:33:18.000000000 +0200 +++ samba-3.3.0rc1/docs/manpages/vfs_streams_xattr.8 2008-11-27 16:48:42.000000000 +0100 @@ -1,11 +1,11 @@ .\" Title: vfs_streams_xattr .\" Author: .\" Generator: DocBook XSL Stylesheets v1.73.1 -.\" Date: 10/02/2008 +.\" Date: 11/27/2008 .\" Manual: System Administration tools .\" Source: Samba 3.2 .\" -.TH "VFS_STREAMS_XATTR" "8" "10/02/2008" "Samba 3\.2" "System Administration tools" +.TH "VFS_STREAMS_XATTR" "8" "11/27/2008" "Samba 3\.2" "System Administration tools" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) diff -u -r --new-file --exclude .svn --exclude CVS samba-3.3.0pre2/docs/manpages/vfstest.1 samba-3.3.0rc1/docs/manpages/vfstest.1 --- samba-3.3.0pre2/docs/manpages/vfstest.1 2008-10-02 12:33:18.000000000 +0200 +++ samba-3.3.0rc1/docs/manpages/vfstest.1 2008-11-27 16:48:42.000000000 +0100 @@ -1,11 +1,11 @@ .\" Title: vfstest .\" Author: .\" Generator: DocBook XSL Stylesheets v1.73.1 -.\" Date: 10/02/2008 +.\" Date: 11/27/2008 .\" Manual: User Commands .\" Source: Samba 3.2 .\" -.TH "VFSTEST" "1" "10/02/2008" "Samba 3\.2" "User Commands" +.TH "VFSTEST" "1" "11/27/2008" "Samba 3\.2" "User Commands" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) diff -u -r --new-file --exclude .svn --exclude CVS samba-3.3.0pre2/docs/manpages/vfs_xattr_tdb.8 samba-3.3.0rc1/docs/manpages/vfs_xattr_tdb.8 --- samba-3.3.0pre2/docs/manpages/vfs_xattr_tdb.8 2008-10-02 12:33:18.000000000 +0200 +++ samba-3.3.0rc1/docs/manpages/vfs_xattr_tdb.8 2008-11-27 16:48:42.000000000 +0100 @@ -1,11 +1,11 @@ .\" Title: vfs_xattr_tdb .\" Author: .\" Generator: DocBook XSL Stylesheets v1.73.1 -.\" Date: 10/02/2008 +.\" Date: 11/27/2008 .\" Manual: System Administration tools .\" Source: Samba 3.2 .\" -.TH "VFS_XATTR_TDB" "8" "10/02/2008" "Samba 3\.2" "System Administration tools" +.TH "VFS_XATTR_TDB" "8" "11/27/2008" "Samba 3\.2" "System Administration tools" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) diff -u -r --new-file --exclude .svn --exclude CVS samba-3.3.0pre2/docs/manpages/wbinfo.1 samba-3.3.0rc1/docs/manpages/wbinfo.1 --- samba-3.3.0pre2/docs/manpages/wbinfo.1 2008-10-02 12:33:18.000000000 +0200 +++ samba-3.3.0rc1/docs/manpages/wbinfo.1 2008-11-27 16:48:42.000000000 +0100 @@ -1,11 +1,11 @@ .\" Title: wbinfo .\" Author: .\" Generator: DocBook XSL Stylesheets v1.73.1 -.\" Date: 10/02/2008 +.\" Date: 11/27/2008 .\" Manual: User Commands .\" Source: Samba 3.2 .\" -.TH "WBINFO" "1" "10/02/2008" "Samba 3\.2" "User Commands" +.TH "WBINFO" "1" "11/27/2008" "Samba 3\.2" "User Commands" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -14,7 +14,7 @@ wbinfo - Query information from winbind daemon .SH "SYNOPSIS" .HP 1 -wbinfo [\-a\ user%password] [\-\-all\-domains] [\-\-allocate\-gid] [\-\-allocate\-uid] [\-D\ domain] [\-\-domain\ domain] [\-g] [\-\-getdcname\ domain] [\-\-get\-auth\-user] [\-G\ gid] [\-h] [\-i\ user] [\-I\ ip] [\-K\ user%password] [\-m] [\-n\ name] [\-N\ netbios\-name] [\-\-own\-domain] [\-p] [\-r\ user] [\-s\ sid] [\-\-separator] [\-\-sequence] [\-\-set\-auth\-user\ user%password] [\-S\ sid] [\-t] [\-u] [\-\-uid\-info\ uid] [\-\-user\-domgroups\ sid] [\-\-user\-sids\ sid] [\-U\ uid] [\-V] [\-Y\ sid] [\-\-verbose] +wbinfo [\-a\ user%password] [\-\-all\-domains] [\-\-allocate\-gid] [\-\-allocate\-uid] [\-D\ domain] [\-\-domain\ domain] [\-g] [\-\-getdcname\ domain] [\-\-get\-auth\-user] [\-G\ gid] [\-h] [\-i\ user] [\-I\ ip] [\-K\ user%password] [\-m] [\-n\ name] [\-N\ netbios\-name] [\-\-own\-domain] [\-p] [\-r\ user] [\-\-remove\-uid\-mapping\ uid,sid] [\-\-remove\-gid\-mapping\ gid,sid] [\-s\ sid] [\-\-separator] [\-\-sequence] [\-\-set\-auth\-user\ user%password] [\-\-set\-uid\-mapping\ uid,sid] [\-\-set\-gid\-mapping\ gid,sid] [\-S\ sid] [\-t] [\-u] [\-\-uid\-info\ uid] [\-\-user\-domgroups\ sid] [\-\-user\-sids\ sid] [\-U\ uid] [\-V] [\-Y\ sid] [\-\-verbose] .SH "DESCRIPTION" .PP This tool is part of the @@ -243,6 +243,26 @@ then the operation will fail\. .RE .PP +\-\-remove\-uid\-mapping uid,sid +.RS 4 +Remove an existing uid to sid mapping entry from the IDmap backend\. +.RE +.PP +\-\-remove\-gid\-mapping gid,sid +.RS 4 +Remove an existing gid to sid mapping entry from the IDmap backend\. +.RE +.PP +\-\-set\-uid\-mapping uid,sid +.RS 4 +Create a new or modify an existing uid to sid mapping in the IDmap backend\. +.RE +.PP +\-\-set\-gid\-mapping gid,sid +.RS 4 +Create a new or modify an existing gid to sid mapping in the IDmap backend\. +.RE +.PP \-V .RS 4 Prints the program version number\. diff -u -r --new-file --exclude .svn --exclude CVS samba-3.3.0pre2/docs/manpages/winbindd.8 samba-3.3.0rc1/docs/manpages/winbindd.8 --- samba-3.3.0pre2/docs/manpages/winbindd.8 2008-10-02 12:33:18.000000000 +0200 +++ samba-3.3.0rc1/docs/manpages/winbindd.8 2008-11-27 16:48:42.000000000 +0100 @@ -1,11 +1,11 @@ .\" Title: winbindd .\" Author: .\" Generator: DocBook XSL Stylesheets v1.73.1 -.\" Date: 10/02/2008 +.\" Date: 11/27/2008 .\" Manual: System Administration tools .\" Source: Samba 3.2 .\" -.TH "WINBINDD" "8" "10/02/2008" "Samba 3\.2" "System Administration tools" +.TH "WINBINDD" "8" "11/27/2008" "Samba 3\.2" "System Administration tools" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) diff -u -r --new-file --exclude .svn --exclude CVS samba-3.3.0pre2/docs/manpages/winbind_krb5_locator.7 samba-3.3.0rc1/docs/manpages/winbind_krb5_locator.7 --- samba-3.3.0pre2/docs/manpages/winbind_krb5_locator.7 1970-01-01 01:00:00.000000000 +0100 +++ samba-3.3.0rc1/docs/manpages/winbind_krb5_locator.7 2008-11-27 16:48:42.000000000 +0100 @@ -0,0 +1,49 @@ +.\" Title: winbind_krb5_locator +.\" Author: +.\" Generator: DocBook XSL Stylesheets v1.73.1 +.\" Date: 11/27/2008 +.\" Manual: 7 +.\" Source: Samba 3.3 +.\" +.TH "WINBIND_KRB5_LOCATOR" "7" "11/27/2008" "Samba 3\.3" "7" +.\" disable hyphenation +.nh +.\" disable justification (adjust text to left margin only) +.ad l +.SH "NAME" +winbind_krb5_locator - A plugin for MIT and Heimdal Kerberos for detecting KDCs using Windows semantics. +.SH "DESCRIPTION" +.PP +This plugin is part of the +\fBsamba\fR(7) +suite\. +.PP + +winbind_krb5_locator +is a plugin that permits MIT and Heimdal Kerberos libraries to detect Kerberos Servers (for the KDC and kpasswd service) using the same semantics that other tools of the Samba suite use\. This include site\-aware DNS service record lookups and caching of closest dc\. The plugin uses the public locator API provided by most modern Kerberos implementations\. +.SH "PREREQUISITES" +.PP +MIT Kerberos (at least version 1\.5) or Heimdal Kerberos (at least version 1\.0) is required\. +.PP +The plugin queries the +\fBwinbindd\fR(8) +daemon which needs to be configured and started separately\. +.PP +The +winbind_krb5_locator\.so +file needs to be manually copied to the plugin directory of the system Kerberos library\. For MIT Kerberos this is often: +\fI/usr/lib/krb5/plugins/libkrb5/\fR\. For Heimdal Kerberos this is often: +\fI/usr/lib/plugin/krb5/\fR\. Please check your local Kerberos installation for the correct paths\. No modification in +\fI/etc/krb5\.conf\fR +is required to enable the use of this plugin\. +.PP +After copying the locator plugin to the appropriate plugin directory it should immediately be available for use\. Users should be able to kinit into their kerberized Windows environment without any modification or servers being put manually into +\fI/etc/krb5\.conf\fR\. +.SH "VERSION" +.PP +This man page is correct for version 3 of the Samba suite\. +.SH "AUTHOR" +.PP +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\. +.PP +The winbind_krb5_locator manpage was written by Guenther Deschner\. diff -u -r --new-file --exclude .svn --exclude CVS samba-3.3.0pre2/docs/registry/FolderRedir.adm samba-3.3.0rc1/docs/registry/FolderRedir.adm --- samba-3.3.0pre2/docs/registry/FolderRedir.adm 2008-06-27 13:46:35.000000000 +0200 +++ samba-3.3.0rc1/docs/registry/FolderRedir.adm 1970-01-01 01:00:00.000000000 +0100 @@ -1,35 +0,0 @@ -CLASS MACHINE - -CATEGORY !!Shell - - CATEGORY !!CustomSharedAppFolders - KEYNAME "Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders" - - POLICY !!CustomFolders_SharedAppData - PART !!CustomFolders_SharedAppDataPath EDITTEXT REQUIRED EXPANDABLETEXT - DEFAULT !!CustomFolders_SharedAppDataDefault - VALUENAME "AppData" - END PART - END POLICY - - POLICY !!CustomFolders_SharedMyDocs - PART !!CustomFolders_SharedMyDocsPath EDITTEXT REQUIRED EXPANDABLETEXT - DEFAULT !!CustomFolders_SharedMyDocsDefault - VALUENAME "Personal" - END PART - END POLICY - - END CATEGORY - -END CATEGORY ; Shell - - -[strings] -Shell="Shared User Profile Folders" -CustomSharedAppFolders="Custom Shared Folders" -CustomFolders_SharedAppData="Custom Shared Application Folders" -CustomFolders_SharedAppDataPath="Path to location of Shared Application Data" -CustomFolders_SharedAppDataDefault="%USERPROFILE%\Local Settings\Application Data" -CustomFolders_SharedMyDocs="Custom Shared Documentation Folder" -CustomFolders_SharedMyDocsPath="Path to location of Shared My Documents" -CustomFolders_SharedMyDocsDefault="%USERPROFILE%\MY Documents" \ Kein Zeilenumbruch am Dateiende. diff -u -r --new-file --exclude .svn --exclude CVS samba-3.3.0pre2/docs/registry/NT4-Locking.reg samba-3.3.0rc1/docs/registry/NT4-Locking.reg --- samba-3.3.0pre2/docs/registry/NT4-Locking.reg 2008-06-27 13:46:35.000000000 +0200 +++ samba-3.3.0rc1/docs/registry/NT4-Locking.reg 1970-01-01 01:00:00.000000000 +0100 @@ -1,24 +0,0 @@ -REGEDIT4 - -;Contributor: John H Terpstra -;Corrected: Stefan Kanthak -;Updated: Jun 25, 2001 -; -;Subject: Registry Entries That Affect Locking and Caching - -[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters] -"BufFilesDenyWrite"=dword:00000000 -"BufNamedPipes"=dword:00000000 -"UseOpportunisticLocking"=dword:00000000 -"DormantFileLimit"=dword:00000000 - -[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters\Linkage] -"UtilizeNtCaching"=dword:00000000 - -[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Filesystem] -"Win95TruncatedExtensions"=dword:00000000 -"NTFSDisable8dot3NameCreation"=dword:00000001 - -[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanManServer\Parameters] -"EnableOpLockForceClose"=dword:00000001 -"EnableOpLocks"=dword:00000000 diff -u -r --new-file --exclude .svn --exclude CVS samba-3.3.0pre2/docs/registry/NT4_PlainPassword.reg samba-3.3.0rc1/docs/registry/NT4_PlainPassword.reg --- samba-3.3.0pre2/docs/registry/NT4_PlainPassword.reg 2008-06-27 13:46:35.000000000 +0200 +++ samba-3.3.0rc1/docs/registry/NT4_PlainPassword.reg 1970-01-01 01:00:00.000000000 +0100 @@ -1,11 +0,0 @@ -REGEDIT4 - -;Contributor: Tim Small (tim.small@virgin.net) -;Updated: 20 August 1997 -;Status: Current -; -;Subject: Registry file to enable plain text passwords in NT4-SP3 and later - -[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Rdr\Parameters] -"EnablePlainTextPassword"=dword:00000001 - diff -u -r --new-file --exclude .svn --exclude CVS samba-3.3.0pre2/docs/registry/Win2000_PlainPassword.reg samba-3.3.0rc1/docs/registry/Win2000_PlainPassword.reg --- samba-3.3.0pre2/docs/registry/Win2000_PlainPassword.reg 2008-06-27 13:46:35.000000000 +0200 +++ samba-3.3.0rc1/docs/registry/Win2000_PlainPassword.reg 1970-01-01 01:00:00.000000000 +0100 @@ -1,11 +0,0 @@ -REGEDIT4 - -;Contributor: Herb Lewis (herb@sgi.com) -;Updated: 16 July 1999 -;Status: Current -; -;Subject: Registry file to enable plain text passwords in Windows 2000 - -[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanWorkStation\Parameters] -"EnablePlainTextPassword"=dword:00000001 - Dateien samba-3.3.0pre2/docs/registry/Win-2Kx-XPP-DeleteCachedProfiles.reg und samba-3.3.0rc1/docs/registry/Win-2Kx-XPP-DeleteCachedProfiles.reg sind verschieden. Dateien samba-3.3.0pre2/docs/registry/Win-2Kx-XPP-ForceLocalProfile.reg und samba-3.3.0rc1/docs/registry/Win-2Kx-XPP-ForceLocalProfile.reg sind verschieden. diff -u -r --new-file --exclude .svn --exclude CVS samba-3.3.0pre2/docs/registry/Win95_PlainPassword.reg samba-3.3.0rc1/docs/registry/Win95_PlainPassword.reg --- samba-3.3.0pre2/docs/registry/Win95_PlainPassword.reg 2008-06-27 13:46:35.000000000 +0200 +++ samba-3.3.0rc1/docs/registry/Win95_PlainPassword.reg 1970-01-01 01:00:00.000000000 +0100 @@ -1,4 +0,0 @@ -REGEDIT4 - -[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\VxD\VNETSUP] -"EnablePlainTextPassword"=dword:00000001 diff -u -r --new-file --exclude .svn --exclude CVS samba-3.3.0pre2/docs/registry/Win98_PlainPassword.reg samba-3.3.0rc1/docs/registry/Win98_PlainPassword.reg --- samba-3.3.0pre2/docs/registry/Win98_PlainPassword.reg 2008-06-27 13:46:35.000000000 +0200 +++ samba-3.3.0rc1/docs/registry/Win98_PlainPassword.reg 1970-01-01 01:00:00.000000000 +0100 @@ -1,4 +0,0 @@ -REGEDIT4 - -[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\VxD\VNETSUP] -"EnablePlainTextPassword"=dword:00000001 diff -u -r --new-file --exclude .svn --exclude CVS samba-3.3.0pre2/docs/registry/Win9X-CacheHandling.reg samba-3.3.0rc1/docs/registry/Win9X-CacheHandling.reg --- samba-3.3.0pre2/docs/registry/Win9X-CacheHandling.reg 2008-06-27 13:46:35.000000000 +0200 +++ samba-3.3.0rc1/docs/registry/Win9X-CacheHandling.reg 1970-01-01 01:00:00.000000000 +0100 @@ -1,7 +0,0 @@ -REGEDIT4 - -; Contributor: John H Terpstra -; Date: Feb 15, 1999 - -[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\VxD\VREDIR] -"DiscardCacheOnOpen"=string:00000001 diff -u -r --new-file --exclude .svn --exclude CVS samba-3.3.0pre2/docs/registry/WindowsTerminalServer.reg samba-3.3.0rc1/docs/registry/WindowsTerminalServer.reg --- samba-3.3.0pre2/docs/registry/WindowsTerminalServer.reg 2008-06-27 13:46:35.000000000 +0200 +++ samba-3.3.0rc1/docs/registry/WindowsTerminalServer.reg 1970-01-01 01:00:00.000000000 +0100 @@ -1,7 +0,0 @@ -REGEDIT4 - -;Subject: Registry file to force multiple NT terminal server users to have their own connections. - -[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Rdr\Parameters] -"MultipleUsersOnConnection"=dword:00000000 - diff -u -r --new-file --exclude .svn --exclude CVS samba-3.3.0pre2/docs/registry/WinME_PlainPassword.reg samba-3.3.0rc1/docs/registry/WinME_PlainPassword.reg --- samba-3.3.0pre2/docs/registry/WinME_PlainPassword.reg 2008-06-27 13:46:35.000000000 +0200 +++ samba-3.3.0rc1/docs/registry/WinME_PlainPassword.reg 1970-01-01 01:00:00.000000000 +0100 @@ -1,4 +0,0 @@ -REGEDIT4 - -[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\VxD\VNETSUP] -"EnablePlainTextPassword"=dword:00000001 diff -u -r --new-file --exclude .svn --exclude CVS samba-3.3.0pre2/docs/registry/Win-NT-DeleteRoamingProfile.reg samba-3.3.0rc1/docs/registry/Win-NT-DeleteRoamingProfile.reg --- samba-3.3.0pre2/docs/registry/Win-NT-DeleteRoamingProfile.reg 2008-06-27 13:46:35.000000000 +0200 +++ samba-3.3.0rc1/docs/registry/Win-NT-DeleteRoamingProfile.reg 1970-01-01 01:00:00.000000000 +0100 @@ -1,11 +0,0 @@ -REGEDIT4 - -;Contributor: John H Terpstra -;Updated: December 17, 2002 -;Status: Current -; -;Subject: Registry file update to delete roaming profiles on logout - -[HKEY_LOCAL_MACHINE\SYSTEM\Software\Microsoft\Windows NT\CurrentVersion\winlogon] -"DeleteRoamingCache"=dword:00000001 - Dateien samba-3.3.0pre2/docs/registry/WinXP_PlainPassword.reg und samba-3.3.0rc1/docs/registry/WinXP_PlainPassword.reg sind verschieden. diff -u -r --new-file --exclude .svn --exclude CVS samba-3.3.0pre2/docs/Samba3-ByExample.pdf samba-3.3.0rc1/docs/Samba3-ByExample.pdf --- samba-3.3.0pre2/docs/Samba3-ByExample.pdf 2008-10-02 12:33:18.000000000 +0200 +++ samba-3.3.0rc1/docs/Samba3-ByExample.pdf 2008-11-27 16:48:42.000000000 +0100 @@ -1672,11 +1672,11 @@ << /S /GoTo /D [1118 0 R /Fit ] >> endobj 1120 0 obj << -/Length 252 +/Length 264 /Filter /FlateDecode >> stream -xڅn F<A*gZm i-ٱe;RЭC=>yCR DVt3#LQ!U|usI[Y*kئ4ʻJD?۴S^P +xڅ?O0~m Y!bp &JRT=vrϲ~~>q>H r)Q#])9(S֐#U|ss G @ ƌ敐u̡]6i)P&5mĥ\u碇Ke9]V]ld<ǩ7#C> endobj 2062 0 obj @@ -7515,8 +7515,8 @@ 2231 0 obj << /Producer (ESP Ghostscript 8.15) -/CreationDate (D:20081002120608) -/ModDate (D:20081002120608) +/CreationDate (D:20081127164137) +/ModDate (D:20081127164137) >> endobj 2232 0 obj @@ -8135,8 +8135,8 @@ 2335 0 obj << /Producer (ESP Ghostscript 8.15) -/CreationDate (D:20081002120550) -/ModDate (D:20081002120550) +/CreationDate (D:20081127164119) +/ModDate (D:20081127164119) >> endobj 2336 0 obj @@ -8317,8 +8317,8 @@ 2360 0 obj << /Producer (ESP Ghostscript 8.15) -/CreationDate (D:20081002120608) -/ModDate (D:20081002120608) +/CreationDate (D:20081127164138) +/ModDate (D:20081127164138) >> endobj 2361 0 obj @@ -9510,8 +9510,8 @@ 2578 0 obj << /Producer (ESP Ghostscript 8.15) -/CreationDate (D:20081002120608) -/ModDate (D:20081002120608) +/CreationDate (D:20081127164138) +/ModDate (D:20081127164138) >> endobj 2579 0 obj @@ -12274,8 +12274,8 @@ 3086 0 obj << /Producer (ESP Ghostscript 8.15) -/CreationDate (D:20081002120609) -/ModDate (D:20081002120609) +/CreationDate (D:20081127164139) +/ModDate (D:20081127164139) >> endobj 3087 0 obj @@ -14195,8 +14195,8 @@ 3441 0 obj << /Producer (ESP Ghostscript 8.15) -/CreationDate (D:20081002120549) -/ModDate (D:20081002120549) +/CreationDate (D:20081127164119) +/ModDate (D:20081127164119) >> endobj 3442 0 obj @@ -14655,8 +14655,8 @@ 3507 0 obj << /Producer (ESP Ghostscript 8.15) -/CreationDate (D:20081002120609) -/ModDate (D:20081002120609) +/CreationDate (D:20081127164139) +/ModDate (D:20081127164139) >> endobj 3508 0 obj @@ -15037,8 +15037,8 @@ 3556 0 obj << /Producer (ESP Ghostscript 8.15) -/CreationDate (D:20081002120550) -/ModDate (D:20081002120550) +/CreationDate (D:20081127164120) +/ModDate (D:20081127164120) >> endobj 3557 0 obj @@ -15454,8 +15454,8 @@ 3635 0 obj << /Producer (ESP Ghostscript 8.15) -/CreationDate (D:20081002120610) -/ModDate (D:20081002120610) +/CreationDate (D:20081127164140) +/ModDate (D:20081127164140) >> endobj 3636 0 obj @@ -19413,8 +19413,8 @@ 4352 0 obj << /Producer (ESP Ghostscript 8.15) -/CreationDate (D:20081002120610) -/ModDate (D:20081002120610) +/CreationDate (D:20081127164140) +/ModDate (D:20081127164140) >> endobj 4353 0 obj @@ -19557,8 +19557,8 @@ 4370 0 obj << /Producer (ESP Ghostscript 8.15) -/CreationDate (D:20081002120611) -/ModDate (D:20081002120611) +/CreationDate (D:20081127164140) +/ModDate (D:20081127164140) >> endobj 4371 0 obj @@ -19642,8 +19642,8 @@ 4377 0 obj << /Producer (ESP Ghostscript 8.15) -/CreationDate (D:20081002120611) -/ModDate (D:20081002120611) +/CreationDate (D:20081127164141) +/ModDate (D:20081127164141) >> endobj 4378 0 obj @@ -19791,8 +19791,8 @@ 4395 0 obj << /Producer (ESP Ghostscript 8.15) -/CreationDate (D:20081002120612) -/ModDate (D:20081002120612) +/CreationDate (D:20081127164141) +/ModDate (D:20081127164141) >> endobj 4396 0 obj @@ -19897,8 +19897,8 @@ 4403 0 obj << /Producer (ESP Ghostscript 8.15) -/CreationDate (D:20081002120613) -/ModDate (D:20081002120613) +/CreationDate (D:20081127164141) +/ModDate (D:20081127164141) >> endobj 4404 0 obj @@ -22658,8 +22658,8 @@ 4775 0 obj << /Producer (ESP Ghostscript 8.15) -/CreationDate (D:20081002120613) -/ModDate (D:20081002120613) +/CreationDate (D:20081127164142) +/ModDate (D:20081127164142) >> endobj 4776 0 obj @@ -23206,8 +23206,8 @@ 4856 0 obj << /Producer (ESP Ghostscript 8.15) -/CreationDate (D:20081002120613) -/ModDate (D:20081002120613) +/CreationDate (D:20081127164142) +/ModDate (D:20081127164142) >> endobj 4857 0 obj @@ -26478,8 +26478,8 @@ 5470 0 obj << /Producer (ESP Ghostscript 8.15) -/CreationDate (D:20081002120614) -/ModDate (D:20081002120614) +/CreationDate (D:20081127164143) +/ModDate (D:20081127164143) >> endobj 5471 0 obj @@ -54337,7 +54337,7 @@ [641.7 586.1 586.1 891.7 891.7 255.6 286.1 550 550 550 550 550 733.3 488.9 565.3 794.4 855.6 550 947.2 1069.5 855.6 255.6 366.7 558.3 916.7 550 1029.1 830.6 305.6 427.8 427.8 550 855.6 305.6 366.7 305.6 550 550 550 550 550 550 550 550 550 550 550 305.6 305.6 366.7 855.6 519.4 519.4 733.3 733.3 733.3 702.8 794.4 641.7 611.1 733.3 794.4 330.6 519.4 763.9 580.6 977.8 794.4 794.4 702.8 794.4 702.8 611.1 733.3 763.9 733.3 1038.9 733.3 733.3 672.2 343.1 558.3 343.1 550 305.6 305.6 525 561.1 488.9 561.1 511.1 336.1 550 561.1 255.6 286.1 530.6 255.6 866.7 561.1 550 561.1 561.1 372.2 421.7 404.2 561.1 500 744.4 500 500 476.4 550 1100] endobj 9336 0 obj -[272 326.4 272 489.6 489.6 489.6 489.6 489.6 489.6 489.6 489.6 489.6 489.6 489.6 272 272 272 761.6 462.4 462.4 761.6 734 693.4 707.2 747.8 666.2 639 768.3 734 353.2 503 761.2 611.8 897.2 734 761.6 666.2 761.6 720.6 544 707.2 734 734 1006 734 734 598.4 272 489.6 272 489.6 272 272 489.6 544 435.2 544 435.2 299.2 489.6 544 272 299.2 516.8 272 816 544 489.6 544 516.8 380.8 386.2 380.8] +[272 326.4 272 489.6 489.6 489.6 489.6 489.6 489.6 489.6 489.6 489.6 489.6 489.6 272 272 272 761.6 462.4 462.4 761.6 734 693.4 707.2 747.8 666.2 639 768.3 734 353.2 503 761.2 611.8 897.2 734 761.6 666.2 761.6 720.6 544 707.2 734 734 1006 734 734 598.4 272 489.6 272 489.6 272 272 489.6 544 435.2 544 435.2 299.2 489.6 544 272 299.2 516.8 272 816 544 489.6 544 516.8 380.8 386.2 380.8 544 516.8] endobj 9337 0 obj [670.8 638.9 638.9 958.3 958.3 319.4 351.4 575 575 575 575 575 869.4 511.1 597.2 830.6 894.4 575 1041.7 1169.4 894.4 319.4 350 602.8 958.3 575 958.3 894.4 319.4 447.2 447.2 575 894.4 319.4 383.3 319.4 575 575 575 575 575 575 575 575 575 575 575 319.4 319.4 350 894.4 543.1 543.1 894.4 869.4 818.1 830.6 881.9 755.5 723.6 904.2 900 436.1 594.4 901.4 691.7 1091.7 900 863.9 786.1 863.9 862.5 638.9 800 884.7 869.4 1188.9 869.4 869.4 702.8 319.4 602.8 319.4 575 319.4 319.4 559 638.9 511.1 638.9 527.1 351.4 575 638.9 319.4 351.4 606.9 319.4 958.3 638.9 575 638.9 606.9 473.6 453.6 447.2 638.9 606.9 830.6 606.9 606.9 511.1 575 1150] @@ -54852,40 +54852,35 @@ /FontFile 9357 0 R >> endobj 9359 0 obj << -/Length1 1027 -/Length2 3891 +/Length1 1061 +/Length2 4309 /Length3 0 -/Length 4551 +/Length 4981 /Filter /FlateDecode >> stream -xڭu\})TBґlH#R"m`l $RS$%xs_^u}=LBBr預X $H el$ԂZh G!o0%5@ drԂ-' wqD~)4<`h80B @A0,^@e`0 JR@(8\Hj_(o3?.C&$BQH9SK`%]\0{*kH{ @yxzcah1 - -C#j {{۫# 61:p jB\`[anI2650Ͽ|f`8k Aq{$"~rW/m$# !'`<52$PKI"QXB -0g:RzLI eL&Eo"R -RNd yǟh%R[*r\ B  y G( zza}%<m5kjp$ddr  -r'FÐؿA[; `qz[rmXQv`QbMq&ZFЄLCltVdxSɆ2>' p F5y_<ΣI8:nϚ1&:pGE^΋Io89.͐RKAd$>| }ؓc+-Y\f7}Ԙ~ )skYc`DrRk^ΐ͏*΍I5IZ`I(9ALQLe,_Nĝ7׫{D)8>Td6LXh$s^㰏AB[\K\% 79o{ -J,[' Hc}fiD˪QajJ?iYC^ӌ^aAz}MI}qFgy-Е= $ Eآc)rg*u |3ZdM䞖s-4* `T4;8SsMkgx|.^ VAqh̒B՞|*YTA׼7&]kiѻQ5*sixÓl4j:ŐoJ28]S VŒ!D'4'HwOKK1+Y fn Գr^]&(-W^M$U G[}{U^fyFITbm@fcI:,A%sdSk&CV4G;q1Ǣ@jIwxkPmR%gX%6|X-a=!##/.k7w7h9W_ yTnGÑ-[gzuϷ~k ܜ5UMܴK6l!Kq8j[l -Ư>ܬӓ7ףW^ -u.+ȏBI q6ac0ʍ7`uV=:IhuAx1ˈ@OoF>SfVLdG WqN=E6^uNlvW => Ҥ뉑p2x^1 t{! *AW0thUt -BPzTSy15邳Vq*,eDnYMyA\gǒƼߦ-oM[?5?iMwRD,<+6N:9 mpy\L3-^0yj3IQ\P[R\Ѝk%AWjqSؾ #2fÔAY>+Qr4Ez/pv.#duʏ,ɡqSM|H{]ݘ+kA Jd`!xD7'TujLBv}d4W;.,p1d7(,-RJ%Yy:Rk(jo9%{C*]"w7~ՏQDey\`A`t˞>fE,a -H>w*i,0O$|=ypi:~|GgZZw'⃰sH庀O9]0S6("?i.HS<:שdr.p|s .3+ -8ܤe9B -26tY/ĐnL MRIl) U6EߞBRvs r]huצ;E7sc*y-`_{i5sac{x(czݮtse2o EQv!duڎx{H#SgMs } Ĥ97 |u +aYK8Ϋ#la|/o1u7|hv[ݗF'״~Xv־aF#㟳l6D|[PY|9y'Cqw u`camk,d#& Օ2aEk2o.R&_A^&6Zy{[R/~;%/F&yjkQ[0PT,ζg![̇;2m -R= 1qL/6ު];SK8 -IqFuhQ<sc+QxU2Ū[ Dxg$r^3<\"/q؜Ee:+J?n0 1B| rqƎFհESp+qk$⽕ CQLZ$_>׬޽ mhml[nQLd{gg%Zv!LhhRvAW%QvNcv:Snے?NД Ԛ?Of5[DbNnVn&,}nR7i@訹dzR(L|Z3iRpc|EtӰսzxzօ4I1 ]6}R#aﳊ/[nCB3tq- -:"^Bݳt{CC}|HG't(ne"q -%/zUH?܉"fJ쭥mOqi5Urz(eGFҹ#A.Uo\sq Փ[KJgpS&wȣ׃uۙx+7BEkoďE08XM_)!zznOM*phf"O -)eKQabSZDƄH?sDA *yQ-U~녕ZJ[7]_oi{~ɔ}t[d}!+e環YIל]X+\NtfZ4v#TyCOW׫DgAuH>ٱ.K}yT%4`+G֛C(E6\Ql5.!]#Aك =ղO| -L(E -OcaVbbsy?SΘXIH} +xڭe\kI%%fNDfa$;$ ) AIQϸ=v~=_׺uSPX Q^,@E" +xyU0pRze@ +@$eŤed;prU~Jnp @nP$퀀{aEJH$ OD  ;!Pd_4Ph0?)8g +ę,($;tѸ^pS.DB~5JCH +n^p @ cP{ӁnjxA%!<~p>EzQ/ C5e%5훿>2º]/at0?%X ?ou倆!P@1( 8܇(^#Lh ٯ~8 ݿI3pw !o)nnwo9?Pr0⪡opWeh?/W9 \w/6}ϟ8c~{~¢ܤRs`(16݃dr."˂ +;J}5yC|>-Zt։o^zƶT HΜcjv]s: ۢji?ږ[/K3/ڳTjquOݛpI)3lqTD-uGYxԼ/uZ +pXKI}t7E!I~1EK IkĤG734.^Ĝˋ\LԸBn*TN#wD' й|m_Q<9f]7SyTvYiυ{znrs-gQ*@[(4IR-{~ |Z;ElG[u=ॐNV`OwY|)#L/Rbr\I&0&IG'i,hzT$#%؍3R)3ɟᩙ^V]㏵RCFNTOSE%;`ΪL'Nsmv3M2s2='>ڞZ\8z*25/1wOF=|>#~u[㣒>R_-\4JO&>'\ۣ$ZE]Nctw5 #Q6/51g:3I29;i"45ǭeb9/-5~*\H[rFVDڝ/o ͏w>e5](?wq4w|Tg6vC`B}%beS$(U(M몈h ؟ 9 $wA/^ (dܺx|wC@-+T1V.D8c`9ӚS7$0"mogi^踕6cKv7 e[u,k!,AOV,EtĎ{I *HT& | +V_MW^▿6tyw`ZyL;FbS[uW]ֈL5 |riRDͮ*yuʚ˂۽G Cit\k +`~DL cjս4z eL2PMvM$f;?!76=LGt̞v*,!ԎJdvr<]dJ|!T @V;\Zu;43d}/b~N^L3iDe|iV`y `MPoC\&aztRR}S~1#vs^5 *”ُƣbb{4:d@0QȞJfD]vA-Y4|w|=cbu φ4I2d1,Z9';)s<\Q;Y4.+ڸk&D ͅ_]o\٩wT\ KH =b3 $fuYw䯹0caBaĒ4M۱K*0~Zq4-xz]~ g5W > q0i%PWO}"$8!X ;NuQ f\\osUE!t񓻓@."%j^)Ҟxh˾\l_Q4CӢg'JHN#d)G{ꉅ`#ۭ b¤ƧZ~ +k*RWNTT*xxW^{4@+΀LƔ%==~m0xr+Qbod䍑{#YN̐-=Z^?Vܬ -Ԯ|E{.Xܳ$tM H3#5ФD4.]ERh r~:W +~ o}8UArv;)ci!ߑmdmg?2CHVfN|ɐioxVJc۝ jfI3}:"<]ڎn#fSu|[žGrFZ5ñ7>ΐ¾~rU5o-r/Cn(f]y[x$\+Fj:PXAٓlZ2WO@<+t^+h%w@?do%$̏1p9 +zRWuEY +* 9^.r&J|tʗڮ= |k_2;USjC,$jJ6ٖ#am;+"_l0+ƮPFmg4L)I3\tޛWLӢ5|mGXhfOO,c#F!i-Fᢈ5PXN5)Ԇ.Y$P6A]ﴀgaoEZRs̢}. ; #{_JZ\r?&=eo(i1e$.JpdRe}"#hp.<6=')#:=OJ\z7NZN'OHi 4iZSt@<*WLNs:{v4x i#4 ʮۭo'\ H eZh5P$} 0d8a"\ 4VɏI`ɇN}NZ=͑7oI?ΙТ7==</Tuʦj쉵ܟ+S^T'V欍][XX]g}S9rk0~-]~1oҙ WK"ˍۢȭEXse25e_A&ldnUEuBky+MCZxYts꫈`DycQ ۚOMbn",$. +R^1wMa+fL"GO;3M12LVf{] %Z)̉Gm{zEŦyZ'9 g.-V`O榸;ٜJį?RED^-h)Mӵ}6`r ^UAb +$RCz;}ga +Rס4ěv3ʑF9 > endobj 9361 0 obj << @@ -55852,10 +55847,10 @@ 1125 0 obj << /Type /Font /Subtype /Type1 -/BaseFont /REOJLT+CMR12 +/BaseFont /SFBAFL+CMR12 /FontDescriptor 9360 0 R /FirstChar 44 -/LastChar 116 +/LastChar 118 /Widths 9336 0 R >> endobj 1929 0 obj << @@ -61538,8 +61533,8 @@ >> endobj 10096 0 obj << /Author()/Title()/Subject()/Creator(LaTeX with hyperref package)/Producer(pdfTeX-1.40.3)/Keywords() -/CreationDate (D:20081002120742+02'00') -/ModDate (D:20081002120742+02'00') +/CreationDate (D:20081127164312+01'00') +/ModDate (D:20081127164312+01'00') /Trapped /False /PTEX.Fullbanner (This is pdfTeX using libpoppler, Version 3.141592-1.40.3-2.2 (Web2C 7.5.6) kpathsea version 3.5.6) >> endobj @@ -61551,10102 +61546,10102 @@ 0000000004 00000 f 0000000000 00000 f 0000000015 00000 n -0000032188 00000 n -0003418238 00000 n +0000032200 00000 n +0003418698 00000 n 0000000061 00000 n 0000000102 00000 n -0000032248 00000 n -0003418151 00000 n +0000032260 00000 n +0003418611 00000 n 0000000148 00000 n 0000000182 00000 n -0003156104 00000 n -0003418062 00000 n +0003156116 00000 n +0003418522 00000 n 0000000228 00000 n 0000000255 00000 n -0000034776 00000 n -0003417973 00000 n +0000034788 00000 n +0003418433 00000 n 0000000302 00000 n 0000000337 00000 n -0000101699 00000 n -0003417884 00000 n +0000101711 00000 n +0003418344 00000 n 0000000384 00000 n 0000000418 00000 n -0000128494 00000 n -0003417795 00000 n +0000128506 00000 n +0003418255 00000 n 0000000465 00000 n 0000000498 00000 n -0000139468 00000 n -0003417706 00000 n +0000139480 00000 n +0003418166 00000 n 0000000545 00000 n 0000000572 00000 n -0000142154 00000 n -0003417617 00000 n +0000142166 00000 n +0003418077 00000 n 0000000619 00000 n 0000000645 00000 n -0000175698 00000 n -0003417489 00000 n +0000175710 00000 n +0003417949 00000 n 0000000688 00000 n 0000000744 00000 n -0000178216 00000 n -0003417415 00000 n +0000178228 00000 n +0003417875 00000 n 0000000792 00000 n 0000000841 00000 n -0000180930 00000 n -0003417289 00000 n +0000180942 00000 n +0003417749 00000 n 0000000887 00000 n 0000000939 00000 n -0000181056 00000 n -0003417215 00000 n +0000181068 00000 n +0003417675 00000 n 0000000987 00000 n 0000001022 00000 n -0000183584 00000 n -0003417090 00000 n +0000183596 00000 n +0003417550 00000 n 0000001070 00000 n 0000001109 00000 n -0000183710 00000 n -0003416979 00000 n +0000183722 00000 n +0003417439 00000 n 0000001162 00000 n 0000001202 00000 n -0000186985 00000 n -0003416905 00000 n +0000186997 00000 n +0003417365 00000 n 0000001260 00000 n 0000001312 00000 n -0000189618 00000 n -0003416818 00000 n +0000189630 00000 n +0003417278 00000 n 0000001370 00000 n 0000001411 00000 n -0000193839 00000 n -0003416744 00000 n +0000193851 00000 n +0003417204 00000 n 0000001469 00000 n 0000001506 00000 n -0000199134 00000 n -0003416620 00000 n +0000199146 00000 n +0003417080 00000 n 0000001559 00000 n 0000001613 00000 n -0000202510 00000 n -0003416546 00000 n +0000202522 00000 n +0003417006 00000 n 0000001671 00000 n 0000001723 00000 n -0000205233 00000 n -0003416459 00000 n +0000205245 00000 n +0003416919 00000 n 0000001781 00000 n 0000001822 00000 n -0000242957 00000 n -0003416385 00000 n +0000242969 00000 n +0003416845 00000 n 0000001880 00000 n 0000001917 00000 n -0000243083 00000 n -0003416274 00000 n +0000243095 00000 n +0003416734 00000 n 0000001970 00000 n 0000002012 00000 n -0000245983 00000 n -0003416200 00000 n +0000245995 00000 n +0003416660 00000 n 0000002070 00000 n 0000002122 00000 n -0000246109 00000 n -0003416125 00000 n +0000246121 00000 n +0003416585 00000 n 0000002180 00000 n 0000002222 00000 n -0000270188 00000 n -0003416048 00000 n +0000270200 00000 n +0003416508 00000 n 0000002271 00000 n 0000002316 00000 n -0000279949 00000 n -0003415918 00000 n +0000279961 00000 n +0003416378 00000 n 0000002363 00000 n 0000002416 00000 n -0000282695 00000 n -0003415800 00000 n +0000282707 00000 n +0003416260 00000 n 0000002465 00000 n 0000002501 00000 n -0000282822 00000 n -0003415735 00000 n +0000282834 00000 n +0003416195 00000 n 0000002555 00000 n 0000002597 00000 n -0000285358 00000 n -0003415603 00000 n +0000285370 00000 n +0003416063 00000 n 0000002646 00000 n 0000002695 00000 n -0000285485 00000 n -0003415524 00000 n +0000285497 00000 n +0003415984 00000 n 0000002749 00000 n 0000002791 00000 n -0000292471 00000 n -0003415445 00000 n +0000292483 00000 n +0003415905 00000 n 0000002845 00000 n 0000002887 00000 n -0000292598 00000 n -0003415313 00000 n +0000292610 00000 n +0003415773 00000 n 0000002936 00000 n 0000002974 00000 n -0000317302 00000 n -0003415234 00000 n +0000317314 00000 n +0003415694 00000 n 0000003028 00000 n 0000003064 00000 n -0000329129 00000 n -0003415141 00000 n +0000329141 00000 n +0003415601 00000 n 0000003118 00000 n 0000003178 00000 n -0000329256 00000 n -0003415062 00000 n +0000329268 00000 n +0003415522 00000 n 0000003232 00000 n 0000003276 00000 n -0000331699 00000 n -0003414983 00000 n +0000331711 00000 n +0003415443 00000 n 0000003325 00000 n 0000003370 00000 n -0000352952 00000 n -0003414852 00000 n +0000352964 00000 n +0003415312 00000 n 0000003417 00000 n 0000003471 00000 n -0000353079 00000 n -0003414734 00000 n +0000353091 00000 n +0003415194 00000 n 0000003520 00000 n 0000003556 00000 n -0000355974 00000 n -0003414669 00000 n +0000355986 00000 n +0003415129 00000 n 0000003610 00000 n 0000003652 00000 n -0000374467 00000 n -0003414537 00000 n +0000374479 00000 n +0003414997 00000 n 0000003701 00000 n 0000003750 00000 n -0000374594 00000 n -0003414419 00000 n +0000374606 00000 n +0003414879 00000 n 0000003804 00000 n 0000003846 00000 n -0000382997 00000 n -0003414354 00000 n +0000383009 00000 n +0003414814 00000 n 0000003905 00000 n 0000003954 00000 n -0000388246 00000 n -0003414275 00000 n +0000388258 00000 n +0003414735 00000 n 0000004008 00000 n 0000004050 00000 n -0000388373 00000 n -0003414143 00000 n +0000388385 00000 n +0003414603 00000 n 0000004099 00000 n 0000004137 00000 n -0000394358 00000 n -0003414064 00000 n +0000394370 00000 n +0003414524 00000 n 0000004191 00000 n 0000004243 00000 n -0000401474 00000 n -0003413971 00000 n +0000401486 00000 n +0003414431 00000 n 0000004297 00000 n 0000004342 00000 n -0000414348 00000 n -0003413878 00000 n +0000414360 00000 n +0003414338 00000 n 0000004396 00000 n 0000004459 00000 n -0000417295 00000 n -0003413785 00000 n +0000417307 00000 n +0003414245 00000 n 0000004513 00000 n 0000004560 00000 n -0000421558 00000 n -0003413692 00000 n +0000421570 00000 n +0003414152 00000 n 0000004614 00000 n 0000004669 00000 n -0000424045 00000 n -0003413599 00000 n +0000424057 00000 n +0003414059 00000 n 0000004723 00000 n 0000004759 00000 n -0000440829 00000 n -0003413467 00000 n +0000440841 00000 n +0003413927 00000 n 0000004813 00000 n 0000004870 00000 n -0000443505 00000 n -0003413402 00000 n +0000443517 00000 n +0003413862 00000 n 0000004929 00000 n 0000004997 00000 n -0000446276 00000 n -0003413309 00000 n +0000446288 00000 n +0003413769 00000 n 0000005051 00000 n 0000005105 00000 n -0000453815 00000 n -0003413230 00000 n +0000453827 00000 n +0003413690 00000 n 0000005159 00000 n 0000005203 00000 n -0000456513 00000 n -0003413151 00000 n +0000456525 00000 n +0003413611 00000 n 0000005252 00000 n 0000005297 00000 n -0000494024 00000 n -0003413020 00000 n +0000494036 00000 n +0003413480 00000 n 0000005344 00000 n 0000005393 00000 n -0000496813 00000 n -0003412902 00000 n +0000496825 00000 n +0003413362 00000 n 0000005442 00000 n 0000005478 00000 n -0000499557 00000 n -0003412837 00000 n +0000499569 00000 n +0003413297 00000 n 0000005532 00000 n 0000005574 00000 n -0000502492 00000 n -0003412705 00000 n +0000502504 00000 n +0003413165 00000 n 0000005623 00000 n 0000005672 00000 n -0000502619 00000 n -0003412626 00000 n +0000502631 00000 n +0003413086 00000 n 0000005726 00000 n 0000005768 00000 n -0000508547 00000 n -0003412547 00000 n +0000508559 00000 n +0003413007 00000 n 0000005822 00000 n 0000005864 00000 n -0000508673 00000 n -0003412415 00000 n +0000508685 00000 n +0003412875 00000 n 0000005913 00000 n 0000005951 00000 n -0000508799 00000 n -0003412336 00000 n +0000508811 00000 n +0003412796 00000 n 0000006005 00000 n 0000006081 00000 n -0000508926 00000 n -0003412243 00000 n +0000508938 00000 n +0003412703 00000 n 0000006135 00000 n 0000006192 00000 n -0000540511 00000 n -0003412111 00000 n +0000540523 00000 n +0003412571 00000 n 0000006246 00000 n 0000006299 00000 n -0000542980 00000 n -0003412032 00000 n +0000542992 00000 n +0003412492 00000 n 0000006358 00000 n 0000006419 00000 n -0000553397 00000 n -0003411953 00000 n +0000553409 00000 n +0003412413 00000 n 0000006478 00000 n 0000006567 00000 n -0000560103 00000 n -0003411860 00000 n +0000560115 00000 n +0003412320 00000 n 0000006621 00000 n 0000006676 00000 n -0000580281 00000 n -0003411767 00000 n +0000580293 00000 n +0003412227 00000 n 0000006730 00000 n 0000006784 00000 n -0000587380 00000 n -0003411688 00000 n +0000587392 00000 n +0003412148 00000 n 0000006838 00000 n 0000006882 00000 n -0000589798 00000 n -0003411609 00000 n +0000589810 00000 n +0003412069 00000 n 0000006931 00000 n 0000006976 00000 n -0000608277 00000 n -0003411478 00000 n +0000608289 00000 n +0003411938 00000 n 0000007023 00000 n 0000007071 00000 n -0000619248 00000 n -0003411399 00000 n +0000619260 00000 n +0003411859 00000 n 0000007120 00000 n 0000007200 00000 n -0000619374 00000 n -0003411267 00000 n +0000619386 00000 n +0003411727 00000 n 0000007249 00000 n 0000007285 00000 n -0000624745 00000 n -0003411202 00000 n +0000624757 00000 n +0003411662 00000 n 0000007339 00000 n 0000007381 00000 n -0000625000 00000 n -0003411070 00000 n +0000625012 00000 n +0003411530 00000 n 0000007430 00000 n 0000007479 00000 n -0000635915 00000 n -0003410952 00000 n +0000635927 00000 n +0003411412 00000 n 0000007533 00000 n 0000007575 00000 n -0000647339 00000 n -0003410873 00000 n +0000647351 00000 n +0003411333 00000 n 0000007634 00000 n 0000007696 00000 n -0000650588 00000 n -0003410780 00000 n +0000650600 00000 n +0003411240 00000 n 0000007755 00000 n 0000007809 00000 n -0000653780 00000 n -0003410687 00000 n +0000653792 00000 n +0003411147 00000 n 0000007868 00000 n 0000007918 00000 n -0000653907 00000 n -0003410594 00000 n +0000653919 00000 n +0003411054 00000 n 0000007977 00000 n 0000008020 00000 n -0000654034 00000 n -0003410501 00000 n +0000654046 00000 n +0003410961 00000 n 0000008079 00000 n 0000008143 00000 n -0000657374 00000 n -0003410408 00000 n +0000657386 00000 n +0003410868 00000 n 0000008202 00000 n 0000008274 00000 n -0000659617 00000 n -0003410329 00000 n +0000659629 00000 n +0003410789 00000 n 0000008333 00000 n 0000008415 00000 n -0000674601 00000 n -0003410236 00000 n +0000674613 00000 n +0003410696 00000 n 0000008469 00000 n 0000008511 00000 n -0000674728 00000 n -0003410157 00000 n +0000674740 00000 n +0003410617 00000 n 0000008565 00000 n 0000008613 00000 n -0000695631 00000 n -0003410025 00000 n +0000695643 00000 n +0003410485 00000 n 0000008662 00000 n 0000008713 00000 n -0000699061 00000 n -0003409946 00000 n +0000699073 00000 n +0003410406 00000 n 0000008767 00000 n 0000008822 00000 n -0000704958 00000 n -0003409853 00000 n +0000704970 00000 n +0003410313 00000 n 0000008876 00000 n 0000008934 00000 n -0000712431 00000 n -0003409760 00000 n +0000712443 00000 n +0003410220 00000 n 0000008988 00000 n 0000009039 00000 n -0000719374 00000 n -0003409628 00000 n +0000719386 00000 n +0003410088 00000 n 0000009093 00000 n 0000009169 00000 n -0000721506 00000 n -0003409549 00000 n +0000721518 00000 n +0003410009 00000 n 0000009228 00000 n 0000009302 00000 n -0000723840 00000 n -0003409456 00000 n +0000723852 00000 n +0003409916 00000 n 0000009361 00000 n 0000009434 00000 n -0000727553 00000 n -0003409377 00000 n +0000727565 00000 n +0003409837 00000 n 0000009493 00000 n 0000009551 00000 n -0000733963 00000 n -0003409284 00000 n +0000733975 00000 n +0003409744 00000 n 0000009605 00000 n 0000009690 00000 n -0000759036 00000 n -0003409205 00000 n +0000759048 00000 n +0003409665 00000 n 0000009744 00000 n 0000009791 00000 n -0000764388 00000 n -0003409112 00000 n +0000764400 00000 n +0003409572 00000 n 0000009840 00000 n 0000009889 00000 n -0000775017 00000 n -0003408980 00000 n +0000775029 00000 n +0003409440 00000 n 0000009938 00000 n 0000010000 00000 n -0000775143 00000 n -0003408901 00000 n +0000775155 00000 n +0003409361 00000 n 0000010054 00000 n 0000010119 00000 n -0000776822 00000 n -0003408808 00000 n +0000776834 00000 n +0003409268 00000 n 0000010173 00000 n 0000010230 00000 n -0000779353 00000 n -0003408715 00000 n +0000779365 00000 n +0003409175 00000 n 0000010284 00000 n 0000010338 00000 n -0000782344 00000 n -0003408636 00000 n +0000782356 00000 n +0003409096 00000 n 0000010392 00000 n 0000010454 00000 n -0000786222 00000 n -0003408504 00000 n +0000786234 00000 n +0003408964 00000 n 0000010503 00000 n 0000010555 00000 n -0000789166 00000 n -0003408425 00000 n +0000789178 00000 n +0003408885 00000 n 0000010609 00000 n 0000010691 00000 n -0000793153 00000 n -0003408332 00000 n +0000793165 00000 n +0003408792 00000 n 0000010745 00000 n 0000010819 00000 n -0000818146 00000 n -0003408239 00000 n +0000818158 00000 n +0003408699 00000 n 0000010873 00000 n 0000010941 00000 n -0000818273 00000 n -0003408146 00000 n +0000818285 00000 n +0003408606 00000 n 0000010995 00000 n 0000011063 00000 n -0000825333 00000 n -0003408053 00000 n +0000825345 00000 n +0003408513 00000 n 0000011117 00000 n 0000011164 00000 n -0000827736 00000 n -0003407974 00000 n +0000827748 00000 n +0003408434 00000 n 0000011218 00000 n 0000011267 00000 n -0000827863 00000 n -0003407881 00000 n +0000827875 00000 n +0003408341 00000 n 0000011316 00000 n 0000011358 00000 n -0000830565 00000 n -0003407802 00000 n +0000830577 00000 n +0003408262 00000 n 0000011407 00000 n 0000011452 00000 n -0000878378 00000 n -0003407685 00000 n +0000878390 00000 n +0003408145 00000 n 0000011499 00000 n 0000011560 00000 n -0000881051 00000 n -0003407567 00000 n +0000881063 00000 n +0003408027 00000 n 0000011609 00000 n 0000011645 00000 n -0000881178 00000 n -0003407502 00000 n +0000881190 00000 n +0003407962 00000 n 0000011699 00000 n 0000011741 00000 n -0000884177 00000 n -0003407370 00000 n +0000884189 00000 n +0003407830 00000 n 0000011790 00000 n 0000011839 00000 n -0000886876 00000 n -0003407252 00000 n +0000886888 00000 n +0003407712 00000 n 0000011893 00000 n 0000011935 00000 n -0000889469 00000 n -0003407173 00000 n +0000889481 00000 n +0003407633 00000 n 0000011994 00000 n 0000012032 00000 n -0000892193 00000 n -0003407080 00000 n +0000892205 00000 n +0003407540 00000 n 0000012091 00000 n 0000012161 00000 n -0000897555 00000 n -0003407001 00000 n +0000897567 00000 n +0003407461 00000 n 0000012220 00000 n 0000012273 00000 n -0000912706 00000 n -0003406922 00000 n +0000912718 00000 n +0003407382 00000 n 0000012327 00000 n 0000012369 00000 n -0000912832 00000 n -0003406790 00000 n +0000912844 00000 n +0003407250 00000 n 0000012418 00000 n 0000012456 00000 n -0000943861 00000 n -0003406725 00000 n +0000943873 00000 n +0003407185 00000 n 0000012510 00000 n 0000012554 00000 n -0000943988 00000 n -0003406646 00000 n +0000944000 00000 n +0003407106 00000 n 0000012603 00000 n 0000012648 00000 n -0001187326 00000 n -0003406514 00000 n +0001187338 00000 n +0003406974 00000 n 0000012692 00000 n 0000012764 00000 n -0001188887 00000 n -0003406435 00000 n +0001188899 00000 n +0003406895 00000 n 0000012813 00000 n 0000012877 00000 n -0001191994 00000 n -0003406303 00000 n +0001192006 00000 n +0003406763 00000 n 0000012924 00000 n 0000012994 00000 n -0001192121 00000 n -0003406185 00000 n +0001192133 00000 n +0003406645 00000 n 0000013043 00000 n 0000013079 00000 n -0001212331 00000 n -0003406120 00000 n +0001212343 00000 n +0003406580 00000 n 0000013133 00000 n 0000013175 00000 n -0001214855 00000 n -0003405988 00000 n +0001214867 00000 n +0003406448 00000 n 0000013224 00000 n 0000013273 00000 n -0001214982 00000 n -0003405909 00000 n +0001214994 00000 n +0003406369 00000 n 0000013327 00000 n 0000013369 00000 n -0001223179 00000 n -0003405830 00000 n +0001223191 00000 n +0003406290 00000 n 0000013423 00000 n 0000013465 00000 n -0001223306 00000 n -0003405698 00000 n +0001223318 00000 n +0003406158 00000 n 0000013514 00000 n 0000013552 00000 n -0001226142 00000 n -0003405619 00000 n +0001226154 00000 n +0003406079 00000 n 0000013606 00000 n 0000013695 00000 n -0001250219 00000 n -0003405526 00000 n +0001250231 00000 n +0003405986 00000 n 0000013749 00000 n 0000013846 00000 n -0001258037 00000 n -0003405433 00000 n +0001258049 00000 n +0003405893 00000 n 0000013900 00000 n 0000013994 00000 n -0001261204 00000 n -0003405301 00000 n +0001261216 00000 n +0003405761 00000 n 0000014048 00000 n 0000014129 00000 n -0001292595 00000 n -0003405222 00000 n +0001292607 00000 n +0003405682 00000 n 0000014188 00000 n 0000014241 00000 n -0001296801 00000 n -0003405129 00000 n +0001296813 00000 n +0003405589 00000 n 0000014300 00000 n 0000014363 00000 n -0001304461 00000 n -0003405050 00000 n +0001304473 00000 n +0003405510 00000 n 0000014422 00000 n 0000014516 00000 n -0001307964 00000 n -0003404918 00000 n +0001307976 00000 n +0003405378 00000 n 0000014570 00000 n 0000014627 00000 n -0001313611 00000 n -0003404839 00000 n +0001313623 00000 n +0003405299 00000 n 0000014686 00000 n 0000014731 00000 n -0001314120 00000 n -0003404760 00000 n +0001314132 00000 n +0003405220 00000 n 0000014790 00000 n 0000014835 00000 n -0001317299 00000 n -0003404681 00000 n +0001317311 00000 n +0003405141 00000 n 0000014889 00000 n 0000014933 00000 n -0001319587 00000 n -0003404602 00000 n +0001319599 00000 n +0003405062 00000 n 0000014982 00000 n 0000015027 00000 n -0001372014 00000 n -0003404470 00000 n +0001372026 00000 n +0003404930 00000 n 0000015074 00000 n 0000015120 00000 n -0001374258 00000 n -0003404352 00000 n +0001374270 00000 n +0003404812 00000 n 0000015169 00000 n 0000015205 00000 n -0001376745 00000 n -0003404248 00000 n +0001376757 00000 n +0003404708 00000 n 0000015259 00000 n 0000015303 00000 n -0001376872 00000 n -0003404169 00000 n +0001376884 00000 n +0003404629 00000 n 0000015362 00000 n 0000015419 00000 n -0001385270 00000 n -0003404076 00000 n +0001385282 00000 n +0003404536 00000 n 0000015478 00000 n 0000015524 00000 n -0001387543 00000 n -0003403983 00000 n +0001387555 00000 n +0003404443 00000 n 0000015583 00000 n 0000015646 00000 n -0001387669 00000 n -0003403890 00000 n +0001387681 00000 n +0003404350 00000 n 0000015705 00000 n 0000015757 00000 n -0001391989 00000 n -0003403797 00000 n +0001392001 00000 n +0003404257 00000 n 0000015816 00000 n 0000015874 00000 n -0001392116 00000 n -0003403718 00000 n +0001392128 00000 n +0003404178 00000 n 0000015933 00000 n 0000016004 00000 n -0001394754 00000 n -0003403586 00000 n +0001394766 00000 n +0003404046 00000 n 0000016053 00000 n 0000016120 00000 n -0001394881 00000 n -0003403507 00000 n +0001394893 00000 n +0003403967 00000 n 0000016174 00000 n 0000016241 00000 n -0001400962 00000 n -0003403414 00000 n +0001400974 00000 n +0003403874 00000 n 0000016295 00000 n 0000016368 00000 n -0001403437 00000 n -0003403335 00000 n +0001403449 00000 n +0003403795 00000 n 0000016422 00000 n 0000016475 00000 n -0001410602 00000 n -0003403217 00000 n +0001410614 00000 n +0003403677 00000 n 0000016524 00000 n 0000016579 00000 n -0001412948 00000 n -0003403099 00000 n +0001412960 00000 n +0003403559 00000 n 0000016633 00000 n 0000016704 00000 n -0001413075 00000 n -0003403020 00000 n +0001413087 00000 n +0003403480 00000 n 0000016763 00000 n 0000016838 00000 n -0001413202 00000 n -0003402927 00000 n +0001413214 00000 n +0003403387 00000 n 0000016897 00000 n 0000016978 00000 n -0001415485 00000 n -0003402848 00000 n +0001415497 00000 n +0003403308 00000 n 0000017037 00000 n 0000017126 00000 n -0001415612 00000 n -0003402716 00000 n +0001415624 00000 n +0003403176 00000 n 0000017180 00000 n 0000017239 00000 n -0001418579 00000 n -0003402637 00000 n +0001418591 00000 n +0003403097 00000 n 0000017298 00000 n 0000017358 00000 n -0001418706 00000 n -0003402558 00000 n +0001418718 00000 n +0003403018 00000 n 0000017417 00000 n 0000017474 00000 n -0001424010 00000 n -0003402479 00000 n +0001424022 00000 n +0003402939 00000 n 0000017528 00000 n 0000017601 00000 n -0001428109 00000 n -0003402347 00000 n +0001428121 00000 n +0003402807 00000 n 0000017648 00000 n 0000017709 00000 n -0001428236 00000 n -0003402229 00000 n +0001428248 00000 n +0003402689 00000 n 0000017758 00000 n 0000017794 00000 n -0001430423 00000 n -0003402164 00000 n +0001430435 00000 n +0003402624 00000 n 0000017848 00000 n 0000017890 00000 n -0001430549 00000 n -0003402032 00000 n +0001430561 00000 n +0003402492 00000 n 0000017939 00000 n 0000017988 00000 n -0001433464 00000 n -0003401953 00000 n +0001433476 00000 n +0003402413 00000 n 0000018042 00000 n 0000018084 00000 n -0001475096 00000 n -0003401874 00000 n +0001475108 00000 n +0003402334 00000 n 0000018138 00000 n 0000018180 00000 n -0001478652 00000 n -0003401742 00000 n +0001478664 00000 n +0003402202 00000 n 0000018229 00000 n 0000018267 00000 n -0001481009 00000 n -0003401624 00000 n +0001481021 00000 n +0003402084 00000 n 0000018321 00000 n 0000018379 00000 n -0001506521 00000 n -0003401559 00000 n +0001506533 00000 n +0003402019 00000 n 0000018438 00000 n 0000018490 00000 n -0001509852 00000 n -0003401466 00000 n +0001509864 00000 n +0003401926 00000 n 0000018544 00000 n 0000018604 00000 n -0001517003 00000 n -0003401387 00000 n +0001517015 00000 n +0003401847 00000 n 0000018658 00000 n 0000018702 00000 n -0001517130 00000 n -0003401308 00000 n +0001517142 00000 n +0003401768 00000 n 0000018751 00000 n 0000018796 00000 n -0001547689 00000 n -0003401190 00000 n +0001547701 00000 n +0003401650 00000 n 0000018844 00000 n 0000018910 00000 n -0001550107 00000 n -0003401072 00000 n +0001550119 00000 n +0003401532 00000 n 0000018960 00000 n 0000018997 00000 n -0001552916 00000 n -0003401007 00000 n +0001552928 00000 n +0003401467 00000 n 0000019052 00000 n 0000019095 00000 n -0001555184 00000 n -0003400875 00000 n +0001555196 00000 n +0003401335 00000 n 0000019145 00000 n 0000019195 00000 n -0001555311 00000 n -0003400810 00000 n +0001555323 00000 n +0003401270 00000 n 0000019250 00000 n 0000019293 00000 n -0001559667 00000 n -0003400692 00000 n +0001559679 00000 n +0003401152 00000 n 0000019343 00000 n 0000019382 00000 n -0001559794 00000 n -0003400588 00000 n +0001559806 00000 n +0003401048 00000 n 0000019437 00000 n 0000019500 00000 n -0001561294 00000 n -0003400523 00000 n +0001561306 00000 n +0003400983 00000 n 0000019560 00000 n 0000019614 00000 n -0001640406 00000 n -0003400402 00000 n +0001640418 00000 n +0003400862 00000 n 0000019658 00000 n 0000019704 00000 n -0001641670 00000 n -0003400323 00000 n +0001641682 00000 n +0003400783 00000 n 0000019753 00000 n 0000019790 00000 n -0001644063 00000 n -0003400191 00000 n +0001644075 00000 n +0003400651 00000 n 0000019838 00000 n 0000019909 00000 n -0001646713 00000 n -0003400073 00000 n +0001646725 00000 n +0003400533 00000 n 0000019959 00000 n 0000019996 00000 n -0001653519 00000 n -0003400008 00000 n +0001653531 00000 n +0003400468 00000 n 0000020051 00000 n 0000020094 00000 n -0001656180 00000 n -0003399876 00000 n +0001656192 00000 n +0003400336 00000 n 0000020144 00000 n 0000020194 00000 n -0001658501 00000 n -0003399772 00000 n +0001658513 00000 n +0003400232 00000 n 0000020249 00000 n 0000020292 00000 n -0001671285 00000 n -0003399707 00000 n +0001671297 00000 n +0003400167 00000 n 0000020352 00000 n 0000020397 00000 n -0001677729 00000 n -0003399575 00000 n +0001677741 00000 n +0003400035 00000 n 0000020447 00000 n 0000020486 00000 n -0001677856 00000 n -0003399496 00000 n +0001677868 00000 n +0003399956 00000 n 0000020541 00000 n 0000020589 00000 n -0001681024 00000 n -0003399364 00000 n +0001681036 00000 n +0003399824 00000 n 0000020644 00000 n 0000020696 00000 n -0001683296 00000 n -0003399285 00000 n +0001683308 00000 n +0003399745 00000 n 0000020756 00000 n 0000020804 00000 n -0001690099 00000 n -0003399206 00000 n +0001690111 00000 n +0003399666 00000 n 0000020864 00000 n 0000020910 00000 n -0001692730 00000 n -0003399113 00000 n +0001692742 00000 n +0003399573 00000 n 0000020965 00000 n 0000021034 00000 n -0001697664 00000 n -0003398981 00000 n +0001697676 00000 n +0003399441 00000 n 0000021089 00000 n 0000021142 00000 n -0001697791 00000 n -0003398902 00000 n +0001697803 00000 n +0003399362 00000 n 0000021202 00000 n 0000021274 00000 n -0001703416 00000 n -0003398809 00000 n +0001703428 00000 n +0003399269 00000 n 0000021334 00000 n 0000021405 00000 n -0001703734 00000 n -0003398730 00000 n +0001703746 00000 n +0003399190 00000 n 0000021465 00000 n 0000021526 00000 n -0001707836 00000 n -0003398651 00000 n +0001707848 00000 n +0003399111 00000 n 0000021581 00000 n 0000021626 00000 n -0001710067 00000 n -0003398572 00000 n +0001710079 00000 n +0003399032 00000 n 0000021676 00000 n 0000021722 00000 n -0001716520 00000 n -0003398440 00000 n +0001716532 00000 n +0003398900 00000 n 0000021770 00000 n 0000021832 00000 n -0001716647 00000 n -0003398322 00000 n +0001716659 00000 n +0003398782 00000 n 00000