summaryrefslogtreecommitdiffstats
path: root/docs-xml/smbdotconf/winbind
Commit message (Collapse)AuthorAgeFilesLines
* s3:doc: document "idmap gid" as deprecated.Michael Adam2011-05-311-8/+5
| | | | | Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Tue May 31 11:39:38 CEST 2011 on sn-devel-104
* s3:doc: document "idmap uid" as deprecated.Michael Adam2011-05-311-7/+5
|
* s3:doc: remove the documentation of "idmap alloc backend", which has been ↵Michael Adam2011-05-311-14/+0
| | | | removed
* s3:doc: document "idmap backend" as deprecated.Michael Adam2011-05-311-33/+2
|
* s3:doc: update documentation of the "idmap config FOO : BAR" familiy of ↵Michael Adam2011-05-311-20/+83
| | | | parameters
* s3:docs: remove documentation of "idmap read only" which was removed.Michael Adam2011-03-221-21/+0
|
* s3:docs: document "winbind max domain connections"Michael Adam2011-01-211-0/+24
| | | | | Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Fri Jan 21 14:33:57 CET 2011 on sn-devel-104
* s3: Add a word of warning about "winbind use default domain"Volker Lendecke2010-11-221-0/+4
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Mon Nov 22 23:26:11 CET 2010 on sn-devel-104
* s3: Fix some typosVolker Lendecke2010-11-221-1/+1
|
* Allows changing the maximum number of simultaneous clients in winbindd ↵Pierre Carrier2010-09-141-0/+14
| | | | | | through an smb.conf option. Signed-off-by: Jeremy Allison <jra@samba.org>
* s3:docs: add documentation for new "idmap read only" parameterMichael Adam2010-08-141-0/+21
|
* s3:docs: remove documentation of removed parameter "idmap alloc backend"Michael Adam2010-08-141-33/+0
|
* s3-docs: Improve "winbind nss info" section in man smb.conf.Karolin Seeger2010-04-161-10/+8
| | | | Karolin
* s3-docs: Fix typos.Karolin Seeger2010-01-201-1/+1
| | | | | | | | | Thanks to the Debian samba package maintainers <pkg-samba-maint@lists.alioth.debian.org> for providing the patch! Fix bug #7017 (Typos and spelling errors in manpages). Karolin
* Add a parameter to disable the automatic creation of krb5.conf filesVolker Lendecke2009-08-261-0/+24
| | | | | | | | | | | | | | This is necessary because MIT 1.5 can't deal with certain types (Tree Root) of transitive AD trusts. The workaround is to add a [capaths] directive to /etc/krb5.conf, which we don't automatically put into the krb5.conf winbind creates. The alternative would have been something like a "krb5 conf include", but I think if someone has to mess with /etc/krb5.conf at this level, it should be easy to add the site-local KDCs as well. Next alternative is to correctly figure out the [capaths] parameter for all trusted domains, but for that I don't have the time right now. Sorry :-)
* s3-docs: fix typo in smb.conf.5.Günther Deschner2009-04-171-1/+1
| | | | Guenther
* 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)