1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00

51 Commits

Author SHA1 Message Date
Björn Jacke
5b33918947 s3/cups: add documentation for new cups encrypt parameter 2009-03-30 11:11:19 +02:00
Karolin Seeger
2ab9d365cf s3/docs: Add missing full stop.
Karolin
2009-03-02 12:12:31 +01:00
Karolin Seeger
54dbb030e2 s3/docs: Fix several typos.
This fixes bug #6127.
Thanks to Justin T Pryzby <justinpryzby [at] users.sourceforge.net>
for the review!

Karolin
2009-02-20 09:20:16 +01:00
todd stecher
54c51a66e3 S3: New module interface for SMB message statistics gathering
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-09 13:23:44 -08:00
Karolin Seeger
61f1747441 docs: Clarify "ldap ssl" description in man smb.conf.
Mention "ldap ssl ads".

Karolin
2009-02-06 09:42:55 +01:00
Karolin Seeger
02f13538f0 docs: Add description of "ldap ssl ads" to man smb.conf.
Karolin
2009-02-06 09:42:55 +01:00
Andreas Schneider
d8f15e4efc Document default of the printing config variable.
Signed-off-by: Andreas Schneider <anschneider@suse.de>
2009-01-26 14:47:15 +01:00
Jeremy Allison
f497a79f28 Deprecate the "share modes" parameter to address bug #6024, swat disagrees with smbstatus as to share mode with share modes = No set in samba.
Jeremy.
2009-01-12 16:25:03 -08:00
Karolin Seeger
8b7f66c548 docs: Improve description of the share commands in man smb.conf.
-Correct the parameter names.
-Fix typos.
-Fix related parameters.

This fixes bug #6008.
Thanks to TAKAHASHI Motonobu <monyo@samba.gr.jp> for reporting!

Karolin
2009-01-06 12:26:23 +01:00
root
cf9f2484b7 s3:loadparm/docs: Set default for "ldap ssl" to "start tls".
This has been discussed on samba-technical before.
3.3 and newer only!

Karolin
2008-12-21 08:55:30 +01:00
Björn Jacke
1aff97bc48 correct the description of the "ldap timeout" parameter 2008-12-19 14:23:11 +01:00
Karolin Seeger
580461629b docs: Update section "ldap ssl" in man smb.conf.
Remove non-existent value "on".
Change default value to "no".
Add hint about ldaps.

Karolin
2008-12-17 16:31:06 +01:00
Karolin Seeger
6ac36698e9 docs: Fix some formatting issues in the "ldap ssl" section of man smb.conf.
Karolin
2008-12-17 16:31:06 +01:00
Karolin Seeger
9e64ed018e docs: "acl compatibility" is a global parameter.
This fixes bug #5866.
Thanks to TAKAHASHI Motonobu <monyo@samba.gr.jp> for reporting!

Karolin
2008-12-16 15:10:29 +01:00
Karolin Seeger
19beef0dd9 docs: Add hint that "socket address" usually don't need to be set.
This fixes bug #5950.
Thanks to the Debian Samba package maintainers for reporting!

Karolin
2008-12-12 14:33:17 +01:00
Todd Stecher
9985898e94 s3: Add support for access based share enumeration 2008-12-08 22:23:16 -08:00
Karolin Seeger
c09e04ac83 docs: Add default value for "writeable" to man smb.conf.
Karolin
2008-12-02 20:50:02 +01:00
Volker Lendecke
265f2381db Typo 2008-10-31 19:59:33 +01:00
Jeremy Allison
4b9cc7d478 Document "cups connection timeout".
Jeremy.
2008-10-03 14:05:33 -07:00
Gerald W. Carter
73769e136e Document how to enable the name aliasing support in Winbind.
(cherry picked from commit 6dc81eb85b11851794619a1f2769d68cd9a54fb6)
2008-09-25 09:00:35 -07:00
Karolin Seeger
9cf1a68977 printing: Rename new parameter "cups timeout" to "cups connection timeout".
Karolin
2008-09-24 11:09:04 -07:00
Karolin Seeger
765e5d2282 printing: Add new parameter "cups timeout".
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-09-23 16:57:58 -07:00
Jeremy Allison
d4818c70eb Clarify usage of "force create mode".
Jeremy.
(This used to be commit 1d252ffd313e0cd6fcb3d7cb2c99f2daf56728c1)
2008-08-28 16:06:23 -07:00
Volker Lendecke
c529cd153f Increase the default positive idmap cache time to a week
(This used to be commit 60af63675063ad62c0169b9f2094ecfdaa7ca16d)
2008-08-26 13:01:11 -07:00
Karolin Seeger
981431fb93 manpages: Add manpage for "init logon delayed hosts".
Karolin
(This used to be commit a415244365e32ba18919042ec72b3a281d8c1b0a)
2008-08-22 11:04:49 +02:00
Karolin Seeger
d5fa943cbd manpages: Add manpage for "init logon delay".
Karolin
(This used to be commit fc5010e6d988939779bcb44e8a460b7b05e7ba9a)
2008-08-22 11:04:16 +02:00
Jeremy Allison
79150da70b Here is a re-working of the winbindd
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-20 16:24:22 -07:00
Volker Lendecke
b87807d032 Make the docs actually build
Thanks to Karolin for the friendly build service :-)
(This used to be commit 4bfc7cb662411d245f3ad7613bec8531d9ce3a57)
2008-08-12 11:28:29 +02:00
Volker Lendecke
59e53cedcb Document idmap rewrite
(This used to be commit 4b9132e8bd1b2bc397b657ef07796f44d55f33da)
2008-08-12 11:28:29 +02:00
Karolin Seeger
d616e6418d man pages: "printcap name" is a global parameter, not a share specific one.
Karolin
(This used to be commit 9cde2525560536e16e2dbf991dbeb446260dd0df)
2008-07-22 11:28:04 +02:00
Christoph Zauner
faf1413a4d man pages: Fix typos and add improvements.
(This used to be commit 060ff6d8d4e61f3ce89f980182413852cc5719be)
2008-07-16 10:16:34 +02:00
Volker Lendecke
d5ccdcce0b Revert "Slightly increase the default idmap cache time"
This reverts commit 448836d44d0468a74b962ba3c0b7d51de236374f.
(This used to be commit a9b29ab6b7503d6d30553a17219603a4f4cd3df9)
2008-07-11 17:53:24 +02:00
Michael Adam
94389c97e5 docs: fix the specified default of "password server" - it is *, not "".
Michael
(This used to be commit d7f759d302612ef9eb0bba022f3b3e1dd433f843)
2008-07-10 23:51:11 +02:00
Karolin Seeger
ebaa5da511 man pages: Add missing whitespace.
Karolin
(This used to be commit 5ba418d8bd7bd9a678853b23b0928da4f8693bcf)
2008-07-10 11:25:14 +02:00
Volker Lendecke
5515c0e81c Slightly increase the default idmap cache time
(This used to be commit 448836d44d0468a74b962ba3c0b7d51de236374f)
2008-07-03 21:19:09 +02:00
Jeremy Allison
1fb1c67fb9 Patch from SATOH Fumiyasu <fumiyas@osstech.co.jp> for bug #5202. Re-activate "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-07-03 10:24:12 -07:00
Karolin Seeger
7ec6588ef8 man pages: Fix indentation in smb.conf section about 'map readonly'.
(This used to be commit 0f0d81a89ae2ebae7d031a3a8633c3a924ebcbae)
2008-06-12 09:34:15 +02:00
Christoph Zauner
766f780cda man pages: Added improvements.
(This used to be commit 7fecd548af0a21b9644bd70e22a38aaa28777aa0)
2008-06-12 09:28:17 +02:00
Karolin Seeger
e9b855a103 man pages: Fix typo in smb.conf section about the 'deleteprinter command'.
Karolin
(This used to be commit 5fa77c216bc43c3558aff3373f74554efdb9210d)
2008-06-12 09:26:32 +02:00
Christoph Zauner
7617741e64 man pages: Fix typos.
(This used to be commit 881eaa26e071a7fde9c6fc5eb42ae122d0ddd490)
2008-06-12 09:26:10 +02:00
Karolin Seeger
193930d350 man pages: Don't refer to numbered chapter of the HOWTO collection.
This fixes bug #5527.
Thanks to the Debian package maintainers for reporting!

Karolin
(This used to be commit b6696f4fbfc6aaffceef71c6099b8eaea58c1172)
2008-06-10 15:36:53 +02:00
Karolin Seeger
4177b0852d man pages: Fix broken smb.conf section about the 'get quota command'.
This fixes bug #5422.
Thanks to the Debian package maintainers for reporting!

Karolin
(This used to be commit 04e2470e2eeef34362f2893ec062ae16f74c28ed)
2008-06-10 10:56:40 +02:00
Karolin Seeger
d84aca59bb man pages: Fix typo.
Karolin
(cherry picked from commit 87bcff8dde4302f7b473933f8fddfb98b3c024db)
(This used to be commit f0b3df1ff0d423be20723968f15b3543969ff769)
2008-06-09 15:33:50 +02:00
Karolin Seeger
4393b984d4 man pages: Remove wrong synonym.
Karolin
(This used to be commit 4951bc8ff1da9bfc79b9b403b420f07299266df6)
2008-06-09 15:15:03 +02:00
Karolin Seeger
a307e90f3f man pages: Add documentation for new parameter 'ldap connection timeout'.
Karolin
(This used to be commit f7bfa1330cef34b1bbe7969bddbce2ff895321ed)
2008-06-03 16:44:59 +02:00
Gerald (Jerry) Carter
55da8e64e5 Work around iconv conversion failure from generated smb.conf.5 on Ubuntu 8.04.
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-27 10:51:24 -05:00
Karolin Seeger
a84c7455ae man pages: Remove man page for 'mangled map'.
'mangled map' has been removed with dee8beba7a92b8a3f68bbcc59fd0a827f68c7736.

Karolin
(cherry picked from commit d9b4e500675a378daba50d12cd638a245aa78b72)
(This used to be commit 48bf0b42a7d3829d476a50b4f6f80022279b4e49)
2008-05-20 11:21:54 +02:00
Karolin Seeger
2e779c3562 man pages: Add documentation for new cluster parameters.
Karolin
(This used to be commit 029875d8c9b2f9448f5299faaa3a48e8bccbca53)
2008-05-20 11:07:08 +02:00
Alexander Bokovoy
3be9a355ff Fix documentation build: manpages, links in the HTML documents.
Fixed manpages generation to properly create handle smb.conf parameters' titles
Changed HTML generator to include links for every smb.conf parameter.
Now we have correct linking between different HTML documents.


Signed-off-by: Alexander Bokovoy <ab@samba.org>
(This used to be commit 056935ff1f5fefc3ca42f7006182fc80c94d91ab)
2008-04-24 23:40:51 +04:00
Michael Adam
e431925063 manpages: describe special meaning of "include = registry" in description of "include"
Michael
(This used to be commit 613b6dc6f833dd7ef93e107c0eddc211d42fff93)
2008-04-24 11:33:18 +02:00