summaryrefslogtreecommitdiffstats
path: root/docs-xml/smbdotconf/winbind
Commit message (Collapse)AuthorAgeFilesLines
* s3-docs: fix typo in smb.conf.5.Günther Deschner2009-04-281-1/+1
| | | | | | Guenther (cherry picked from commit 05ea8daacabe62b6c20770a8518192c44e7eb763) (cherry picked from commit edf797fb614271c17bc005a661af8c8e8b913d81)
* Document how to enable the name aliasing support in Winbind.Gerald W. Carter2008-09-251-8/+19
| | | | (cherry picked from commit 6dc81eb85b11851794619a1f2769d68cd9a54fb6)
* Increase the default positive idmap cache time to a weekVolker Lendecke2008-08-261-1/+1
| | | | (This used to be commit 60af63675063ad62c0169b9f2094ecfdaa7ca16d)
* 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. (This used to be commit 8027197635b988b3dcf9d3d00126a024e768fa62)
* Make the docs actually buildVolker Lendecke2008-08-122-5/+5
| | | | | Thanks to Karolin for the friendly build service :-) (This used to be commit 4bfc7cb662411d245f3ad7613bec8531d9ce3a57)
* Document idmap rewriteVolker Lendecke2008-08-127-83/+86
| | | | (This used to be commit 4b9132e8bd1b2bc397b657ef07796f44d55f33da)
* man pages: Fix typos and add improvements.Christoph Zauner2008-07-162-6/+7
| | | | (This used to be commit 060ff6d8d4e61f3ce89f980182413852cc5719be)
* Revert "Slightly increase the default idmap cache time"Volker Lendecke2008-07-111-1/+1
| | | | | This reverts commit 448836d44d0468a74b962ba3c0b7d51de236374f. (This used to be commit a9b29ab6b7503d6d30553a17219603a4f4cd3df9)
* Slightly increase the default idmap cache timeVolker Lendecke2008-07-031-1/+1
| | | | (This used to be commit 448836d44d0468a74b962ba3c0b7d51de236374f)
* Moving docs tree to docs-xml to make room for generated docs in the release ↵Gerald W. Carter2008-04-2324-0/+538
tarball. (This used to be commit 9f672c26d63955f613088489c6efbdc08b5b2d14)