1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
Commit Graph

926 Commits

Author SHA1 Message Date
Karolin Seeger
d5fa943cbd manpages: Add manpage for "init logon delay".
Karolin
(This used to be commit fc5010e6d9)
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 8027197635)
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 4bfc7cb662)
2008-08-12 11:28:29 +02:00
Volker Lendecke
59e53cedcb Document idmap rewrite
(This used to be commit 4b9132e8bd)
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 9cde252556)
2008-07-22 11:28:04 +02:00
Christoph Zauner
faf1413a4d man pages: Fix typos and add improvements.
(This used to be commit 060ff6d8d4)
2008-07-16 10:16:34 +02:00
Volker Lendecke
d5ccdcce0b Revert "Slightly increase the default idmap cache time"
This reverts commit 448836d44d.
(This used to be commit a9b29ab6b7)
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 d7f759d302)
2008-07-10 23:51:11 +02:00
Karolin Seeger
ebaa5da511 man pages: Add missing whitespace.
Karolin
(This used to be commit 5ba418d8bd)
2008-07-10 11:25:14 +02:00
Volker Lendecke
5515c0e81c Slightly increase the default idmap cache time
(This used to be commit 448836d44d)
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 e98e080bad)
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 0f0d81a89a)
2008-06-12 09:34:15 +02:00
Christoph Zauner
766f780cda man pages: Added improvements.
(This used to be commit 7fecd548af)
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 5fa77c216b)
2008-06-12 09:26:32 +02:00
Christoph Zauner
7617741e64 man pages: Fix typos.
(This used to be commit 881eaa26e0)
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 b6696f4fbf)
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 04e2470e2e)
2008-06-10 10:56:40 +02:00
Karolin Seeger
d84aca59bb man pages: Fix typo.
Karolin
(cherry picked from commit 87bcff8dde)
(This used to be commit f0b3df1ff0)
2008-06-09 15:33:50 +02:00
Karolin Seeger
4393b984d4 man pages: Remove wrong synonym.
Karolin
(This used to be commit 4951bc8ff1)
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 f7bfa1330c)
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 b0b4bd2466)
(This used to be commit 4d89c39f26)
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 dee8beba7a.

Karolin
(cherry picked from commit d9b4e50067)
(This used to be commit 48bf0b42a7)
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 029875d8c9)
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 056935ff1f)
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 613b6dc6f8)
2008-04-24 11:33:18 +02:00
Gerald W. Carter
8f8a9f0190 Moving docs tree to docs-xml to make room for generated docs in the release tarball.
(This used to be commit 9f672c26d6)
2008-04-23 08:47:48 -05:00