summaryrefslogtreecommitdiff
path: root/docs-xml/smbdotconf
AgeCommit message (Collapse)AuthorFilesLines
2009-04-29s3/docs: Remove documentation of "use kerberos keytab".Karolin Seeger1-23/+0
This parameter has been removed with d96248a9b4655. Karolin
2009-04-17s3-docs: fix typo in smb.conf.5.Günther Deschner1-1/+1
Guenther
2009-03-30s3/cups: add documentation for new cups encrypt parameterBjörn Jacke1-0/+25
2009-03-02s3/docs: Add missing full stop.Karolin Seeger1-1/+1
Karolin
2009-02-20s3/docs: Fix several typos.Karolin Seeger18-26/+23
This fixes bug #6127. Thanks to Justin T Pryzby <justinpryzby [at] users.sourceforge.net> for the review! Karolin
2009-02-09S3: New module interface for SMB message statistics gatheringtodd stecher1-0/+13
This changelist allows for the addition of custom performance monitoring modules through smb.conf. Entrypoints in the main message processing code have been added to capture the command, subop, ioctl, identity and message size statistics.
2009-02-06docs: Clarify "ldap ssl" description in man smb.conf.Karolin Seeger1-2/+13
Mention "ldap ssl ads". Karolin
2009-02-06docs: Add description of "ldap ssl ads" to man smb.conf.Karolin Seeger1-0/+21
Karolin
2009-01-26Document default of the printing config variable.Andreas Schneider1-0/+2
Signed-off-by: Andreas Schneider <anschneider@suse.de>
2009-01-12Deprecate the "share modes" parameter to address bug #6024, swat disagrees ↵Jeremy Allison1-11/+12
with smbstatus as to share mode with share modes = No set in samba. Jeremy.
2009-01-06docs: Improve description of the share commands in man smb.conf.Karolin Seeger3-24/+34
-Correct the parameter names. -Fix typos. -Fix related parameters. This fixes bug #6008. Thanks to TAKAHASHI Motonobu <monyo@samba.gr.jp> for reporting! Karolin
2008-12-21s3:loadparm/docs: Set default for "ldap ssl" to "start tls".root1-2/+2
This has been discussed on samba-technical before. 3.3 and newer only! Karolin
2008-12-19correct the description of the "ldap timeout" parameterBjörn Jacke1-3/+1
2008-12-17docs: Update section "ldap ssl" in man smb.conf.Karolin Seeger1-11/+8
Remove non-existent value "on". Change default value to "no". Add hint about ldaps. Karolin
2008-12-17docs: Fix some formatting issues in the "ldap ssl" section of man smb.conf.Karolin Seeger1-15/+17
Karolin
2008-12-16docs: "acl compatibility" is a global parameter.Karolin Seeger1-1/+1
This fixes bug #5866. Thanks to TAKAHASHI Motonobu <monyo@samba.gr.jp> for reporting! Karolin
2008-12-12docs: Add hint that "socket address" usually don't need to be set.Karolin Seeger1-5/+7
This fixes bug #5950. Thanks to the Debian Samba package maintainers for reporting! Karolin
2008-12-08s3: Add support for access based share enumerationTodd Stecher1-0/+18
2008-12-02docs: Add default value for "writeable" to man smb.conf.Karolin Seeger1-0/+2
Karolin
2008-10-31TypoVolker Lendecke1-1/+1
2008-10-03Document "cups connection timeout".Jeremy Allison1-0/+20
Jeremy.
2008-09-25Document how to enable the name aliasing support in Winbind.Gerald W. Carter1-8/+19
(cherry picked from commit 6dc81eb85b11851794619a1f2769d68cd9a54fb6)
2008-09-24printing: Rename new parameter "cups timeout" to "cups connection timeout".Karolin Seeger1-17/+0
Karolin
2008-09-23printing: Add new parameter "cups timeout".Karolin Seeger1-0/+17
The default timeout for connections to CUPS servers is set to 5 minutes in the CUPS libraries. The smbd hangs on startup until the timeout is reached if the CUPS server is unreachable. This parameter makes the timeout configurable. The default value is set to 30 seconds. Karolin
2008-08-28Clarify usage of "force create mode".Jeremy Allison1-9/+8
Jeremy. (This used to be commit 1d252ffd313e0cd6fcb3d7cb2c99f2daf56728c1)
2008-08-26Increase the default positive idmap cache time to a weekVolker Lendecke1-1/+1
(This used to be commit 60af63675063ad62c0169b9f2094ecfdaa7ca16d)
2008-08-22manpages: Add manpage for "init logon delayed hosts".Karolin Seeger1-0/+21
Karolin (This used to be commit a415244365e32ba18919042ec72b3a281d8c1b0a)
2008-08-22manpages: Add manpage for "init logon delay".Karolin Seeger1-0/+15
Karolin (This used to be commit fc5010e6d988939779bcb44e8a460b7b05e7ba9a)
2008-08-20Here is a re-working of the winbinddJeremy Allison1-0/+15
reconnect code to cope with rebooting a DC. This replaces the code I asked Volker to revert. The logic is pretty simple. It adds a new parameter, "winbind reconnect delay", set to 30 seconds by default, which determines how long to wait between connection attempts. To avoid overwhelming the box with DC-probe forked children, the code now keeps track of the DC probe child per winbindd_domain struct and only starts a new one if the existing one has died. I also added a little logic to make sure the dc probe child always sends a message whatever the reason for exit so we will always reschedule another connect attempt. Also added documentation. Jeremy. (This used to be commit 8027197635b988b3dcf9d3d00126a024e768fa62)
2008-08-12Make the docs actually buildVolker Lendecke2-5/+5
Thanks to Karolin for the friendly build service :-) (This used to be commit 4bfc7cb662411d245f3ad7613bec8531d9ce3a57)
2008-08-12Document idmap rewriteVolker Lendecke7-83/+86
(This used to be commit 4b9132e8bd1b2bc397b657ef07796f44d55f33da)
2008-07-22man pages: "printcap name" is a global parameter, not a share specific one.Karolin Seeger1-1/+1
Karolin (This used to be commit 9cde2525560536e16e2dbf991dbeb446260dd0df)
2008-07-16man pages: Fix typos and add improvements.Christoph Zauner2-6/+7
(This used to be commit 060ff6d8d4e61f3ce89f980182413852cc5719be)
2008-07-11Revert "Slightly increase the default idmap cache time"Volker Lendecke1-1/+1
This reverts commit 448836d44d0468a74b962ba3c0b7d51de236374f. (This used to be commit a9b29ab6b7503d6d30553a17219603a4f4cd3df9)
2008-07-10docs: fix the specified default of "password server" - it is *, not "".Michael Adam1-2/+1
Michael (This used to be commit d7f759d302612ef9eb0bba022f3b3e1dd433f843)
2008-07-10man pages: Add missing whitespace.Karolin Seeger1-1/+1
Karolin (This used to be commit 5ba418d8bd7bd9a678853b23b0928da4f8693bcf)
2008-07-03Slightly increase the default idmap cache timeVolker Lendecke1-1/+1
(This used to be commit 448836d44d0468a74b962ba3c0b7d51de236374f)
2008-07-03Patch from SATOH Fumiyasu <fumiyas@osstech.co.jp> for bug #5202. Re-activate ↵Jeremy Allison2-10/+13
"acl group control" parameter and make it only apply to owning group. Also added man page fix. Jeremy. (This used to be commit e98e080bad2c8b9f038a8f2dffcfeba1d5f392ce)
2008-06-12man pages: Fix indentation in smb.conf section about 'map readonly'.Karolin Seeger1-4/+4
(This used to be commit 0f0d81a89ae2ebae7d031a3a8633c3a924ebcbae)
2008-06-12man pages: Added improvements.Christoph Zauner3-6/+11
(This used to be commit 7fecd548af0a21b9644bd70e22a38aaa28777aa0)
2008-06-12man pages: Fix typo in smb.conf section about the 'deleteprinter command'.Karolin Seeger1-1/+1
Karolin (This used to be commit 5fa77c216bc43c3558aff3373f74554efdb9210d)
2008-06-12man pages: Fix typos.Christoph Zauner6-14/+15
(This used to be commit 881eaa26e071a7fde9c6fc5eb42ae122d0ddd490)
2008-06-10man pages: Don't refer to numbered chapter of the HOWTO collection.Karolin Seeger1-1/+2
This fixes bug #5527. Thanks to the Debian package maintainers for reporting! Karolin (This used to be commit b6696f4fbfc6aaffceef71c6099b8eaea58c1172)
2008-06-10man pages: Fix broken smb.conf section about the 'get quota command'.Karolin Seeger1-2/+3
This fixes bug #5422. Thanks to the Debian package maintainers for reporting! Karolin (This used to be commit 04e2470e2eeef34362f2893ec062ae16f74c28ed)
2008-06-09man pages: Fix typo.Karolin Seeger1-1/+1
Karolin (cherry picked from commit 87bcff8dde4302f7b473933f8fddfb98b3c024db) (This used to be commit f0b3df1ff0d423be20723968f15b3543969ff769)
2008-06-09man pages: Remove wrong synonym.Karolin Seeger1-1/+0
Karolin (This used to be commit 4951bc8ff1da9bfc79b9b403b420f07299266df6)
2008-06-03man pages: Add documentation for new parameter 'ldap connection timeout'.Karolin Seeger1-0/+22
Karolin (This used to be commit f7bfa1330cef34b1bbe7969bddbce2ff895321ed)
2008-05-27Work around iconv conversion failure from generated smb.conf.5 on Ubuntu 8.04.Gerald (Jerry) Carter1-6/+7
Have no idea why the previous sequence of characters was causing iconv to choke on my Ubuntu 8.04. Reword the entry some for clarity and to advoid this failure. (cherry picked from commit b0b4bd2466658deacb1de3d58154bcc8d198d675) (This used to be commit 4d89c39f267a5623f7050ff8db94bcdd191fca23)
2008-05-20man pages: Remove man page for 'mangled map'.Karolin Seeger1-33/+0
'mangled map' has been removed with dee8beba7a92b8a3f68bbcc59fd0a827f68c7736. Karolin (cherry picked from commit d9b4e500675a378daba50d12cd638a245aa78b72) (This used to be commit 48bf0b42a7d3829d476a50b4f6f80022279b4e49)
2008-05-20man pages: Add documentation for new cluster parameters.Karolin Seeger3-0/+50
Karolin (This used to be commit 029875d8c9b2f9448f5299faaa3a48e8bccbca53)