summaryrefslogtreecommitdiffstats
path: root/docs-xml/smbdotconf
Commit message (Collapse)AuthorAgeFilesLines
* Clarify usage of "force create mode".Jeremy Allison2008-08-281-9/+8
| | | | Jeremy.
* Increase the default positive idmap cache time to a weekVolker Lendecke2008-08-261-1/+1
|
* manpages: Add manpage for "init logon delayed hosts".Karolin Seeger2008-08-221-0/+21
| | | | Karolin
* manpages: Add manpage for "init logon delay".Karolin Seeger2008-08-221-0/+15
| | | | Karolin
* Here is a re-working of the winbinddJeremy Allison2008-08-201-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.
* Make the docs actually buildVolker Lendecke2008-08-122-5/+5
| | | | Thanks to Karolin for the friendly build service :-)
* Document idmap rewriteVolker Lendecke2008-08-127-83/+86
|
* man pages: "printcap name" is a global parameter, not a share specific one.Karolin Seeger2008-07-221-1/+1
| | | | Karolin
* man pages: Fix typos and add improvements.Christoph Zauner2008-07-162-6/+7
|
* Revert "Slightly increase the default idmap cache time"Volker Lendecke2008-07-111-1/+1
| | | | This reverts commit 448836d44d0468a74b962ba3c0b7d51de236374f.
* docs: fix the specified default of "password server" - it is *, not "".Michael Adam2008-07-101-2/+1
| | | | Michael
* man pages: Add missing whitespace.Karolin Seeger2008-07-101-1/+1
| | | | Karolin
* Slightly increase the default idmap cache timeVolker Lendecke2008-07-031-1/+1
|
* Patch from SATOH Fumiyasu <fumiyas@osstech.co.jp> for bug #5202. Re-activate ↵Jeremy Allison2008-07-032-10/+13
| | | | | | | "acl group control" parameter and make it only apply to owning group. Also added man page fix. Jeremy.
* man pages: Fix indentation in smb.conf section about 'map readonly'.Karolin Seeger2008-06-121-4/+4
|
* man pages: Added improvements.Christoph Zauner2008-06-123-6/+11
|
* man pages: Fix typo in smb.conf section about the 'deleteprinter command'.Karolin Seeger2008-06-121-1/+1
| | | | Karolin
* man pages: Fix typos.Christoph Zauner2008-06-126-14/+15
|
* man pages: Don't refer to numbered chapter of the HOWTO collection.Karolin Seeger2008-06-101-1/+2
| | | | | | | This fixes bug #5527. Thanks to the Debian package maintainers for reporting! Karolin
* man pages: Fix broken smb.conf section about the 'get quota command'.Karolin Seeger2008-06-101-2/+3
| | | | | | | This fixes bug #5422. Thanks to the Debian package maintainers for reporting! Karolin
* man pages: Fix typo.Karolin Seeger2008-06-091-1/+1
| | | | | Karolin (cherry picked from commit 87bcff8dde4302f7b473933f8fddfb98b3c024db)
* man pages: Remove wrong synonym.Karolin Seeger2008-06-091-1/+0
| | | | Karolin
* man pages: Add documentation for new parameter 'ldap connection timeout'.Karolin Seeger2008-06-031-0/+22
| | | | Karolin
* Work around iconv conversion failure from generated smb.conf.5 on Ubuntu 8.04.Gerald (Jerry) Carter2008-05-271-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)
* man pages: Remove man page for 'mangled map'.Karolin Seeger2008-05-201-33/+0
| | | | | | | 'mangled map' has been removed with dee8beba7a92b8a3f68bbcc59fd0a827f68c7736. Karolin (cherry picked from commit d9b4e500675a378daba50d12cd638a245aa78b72)
* man pages: Add documentation for new cluster parameters.Karolin Seeger2008-05-203-0/+50
| | | | Karolin
* Fix documentation build: manpages, links in the HTML documents.Alexander Bokovoy2008-04-241-2/+2
| | | | | | | | | 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>
* manpages: describe special meaning of "include = registry" in description of ↵Michael Adam2008-04-241-3/+8
| | | | | | "include" Michael
* Moving docs tree to docs-xml to make room for generated docs in the release ↵Gerald W. Carter2008-04-23356-0/+9748
tarball.