summaryrefslogtreecommitdiffstats
path: root/docs-xml/smbdotconf
Commit message (Collapse)AuthorAgeFilesLines
* Allows changing the maximum number of simultaneous clients in winbindd ↵Pierre Carrier2011-09-281-0/+14
| | | | | | | | | through an smb.conf option. Signed-off-by: Jeremy Allison <jra@samba.org> Fix bug #8186 (Allows changing the maximum number of simultaneous clients in winbindd through an smb.conf option).
* s3-docs Add documentation for 'client use spnego principal'Andrew Bartlett2011-06-141-0/+28
|
* s3-docs: Add missing whitespace.Karolin Seeger2010-06-211-1/+1
| | | | | Karolin (cherry picked from commit 2352538362977e456e8d05783f2732ff650cea41)
* s3-docs: Improve "winbind nss info" section in man smb.conf.Karolin Seeger2010-04-161-10/+8
| | | | | Karolin (cherry picked from commit 20fc769179377bf037f4d5efe1afbaf77d4c9292)
* s3-docs: Remove trailing whitespaces and fix a typo.Karolin Seeger2010-02-181-3/+3
| | | | | Karolin (cherry picked from commit 494819773d61daa32d4ee2a0a15088f3b4abe6e2)
* s3:docs: add some advice for usage of strict allocateBjörn Jacke2010-02-181-6/+18
| | | | (cherry picked from commit 37115f91aebec9c846e54790c6bcf433ae35888a)
* Fix error in docs. Should be milliseconds, not microseconds.Jeremy Allison2010-02-161-1/+1
| | | | (cherry picked from commit c7f16abc47a2d291d3da95b4c8e654010e36bc0f)
* Make "nmbd bind explicit broadcast" on by default.Jeremy Allison2010-02-111-5/+6
| | | | | | Fix a comment typo. Jeremy.
* s3:docs-xml: document "nmbd bind explicit broadcast"Stefan Metzmacher2010-02-111-0/+16
| | | | | | | metze (cherry picked from commit 9887751f6fa6f7e4fd5c79c637e0576405000c01) The last 3 fixes address bug #7118 (nmbd problems with socket address).
* s3-docs: Add missing para end tag.Karolin Seeger2010-02-091-0/+1
| | | | Karolin
* Fix bug 7104 - "wide links" and "unix extensions" are incompatible.Jeremy Allison2010-02-092-4/+12
| | | | | | | | | | | | | | | Change parameter "wide links" to default to "no". Ensure "wide links = no" if "unix extensions = yes" on a share. Fix man pages to refect this. Remove "within share" checks for a UNIX symlink set - even if widelinks = no. The server will not follow that link anyway. Correct DEBUG message in check_reduced_name() to add missing "\n" so it's really clear when a path is being denied as it's outside the enclosing share path. Jeremy.
* s3-docs: Fix typos.Karolin Seeger2010-01-203-3/+3
| | | | | | | | | | 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 (cherry picked from commit e1e6b19acff6d8ba3b70c3ab474a85de8b6f6a6c)
* Update default with correct value. Add a note about Win7 behaviorJeremy Allison2009-12-171-9/+12
| | | | | | here. Jeremy. (cherry picked from commit fbf4923cad17b55bd7a647bf2300b28e23b8cdbb)
* s3:docs: Fix 'make manpages3'.Karolin Seeger2009-12-141-2/+2
| | | | | Karolin (cherry picked from commit f740bdc47bb53dc6d17e48e1ad9c6f5fdd9ff102)
* s3:docs: document ldap derefBjörn Jacke2009-12-111-0/+21
|
* s3:doc: make dos filetimes description less contradictoryBjörn Jacke2009-12-081-5/+3
|
* s3:docs: Document "directory name cache size".Karolin Seeger2009-12-071-0/+14
| | | | | Karolin (cherry picked from commit 5055ba140d03189a3c8181d57ad920e68c6e387c)
* s3:docs: Document "aio write behind".Karolin Seeger2009-11-301-0/+23
| | | | | | | Part of a fix for bug #6890 (Some smb.conf parameters are undocumented). Karolin (cherry picked from commit fde7c2ab19bc7442d8ee9d85ab2fe54e0cfb4782)
* s3:docs: Document "ldap page size".Karolin Seeger2009-11-301-0/+18
| | | | | | | Part of a fix for bug #6890 (Some smb.conf parameters are undocumented). Karolin (cherry picked from commit 9478ec35b5349f50a61bbe2aa88af88577918e91)
* s3:docs: Document "enable core files".Karolin Seeger2009-11-301-0/+15
| | | | | | | Part of a fix for bug #6890 (Some smb.conf parameters are undocumented). Karolin (cherry picked from commit b03ad70848e6ea889f382c0cb9f21057370f1ab6)
* s3:docs: Document "cache directory" and "state directory".Karolin Seeger2009-11-302-0/+44
| | | | | | | Part of a fix for bug #6890 (Some smb.conf parameters are undocumented). Karolin (cherry picked from commit 0003b5fad1dee687bc15dfad9f71b6dfc40556d7)
* s3: Restore "fake directory create times" as a share parameterVolker Lendecke2009-11-291-1/+1
|
* s3/docs: Add "max protocol = smb2" to man smb.conf.Karolin Seeger2009-11-181-0/+5
| | | | | Karolin (cherry picked from commit da8aba53d61496d0df2bd32f92030cdee0300f2f)
* Remove "store create time" code, cause create time to be storedJeremy Allison2009-11-172-15/+7
| | | | | | | | | | | | | in the "user.DOSATTRIB" EA. From the docs: In Samba 3.5.0 and above the "user.DOSATTRIB" extended attribute has been extended to store the create time for a file as well as the DOS attributes. This is done in a backwards compatible way so files created by Samba 3.5.0 and above can still have the DOS attribute read from this extended attribute by earlier versions of Samba, but they will not be able to read the create time stored there. Storing the create time separately from the normal filesystem meta-data allows Samba to faithfully reproduce NTFS semantics on top of a POSIX filesystem. Passes make test but will need more testing. Jeremy. (cherry picked from commit a770caed0ff66ddc2d63ac83d20f4cd7fcc2caf5)
* Second part of bugfix for 6865 - acl_xattr module: Has dependency that ↵Jeremy Allison2009-11-111-1/+7
| | | | | | | | inherit acls = yes or xattrs are removed. We also need dos filemode = true set as well. Jeremy. (cherry picked from commit a8769e667514f83a45ee3e825d21a351987d0210)
* s3/docs: Document "enable spoolss".Karolin Seeger2009-11-111-0/+10
| | | | | Karolin (cherry picked from commit f3646ff392ab736ed82d2982490aa9d57e11ec6b)
* Fix bug 6865 - acl_xattr module: Has dependency that inherit acls = yes or ↵Jeremy Allison2009-11-061-0/+5
| | | | | | | xattrs are removed. Jeremy. (cherry picked from commit bd2ffb1c7a70ef9063b99a9318b3e185ddda84fe)
* s3: Add parameter "ctdb timeout"Volker Lendecke2009-11-051-0/+37
| | | | | | | | When something in the cluster blocks, it can happen that we wait indefinitely long for ctdb, just adding to the blocking condition. In theory, nothing should block, but as someone said "In practice the difference between theory and practice is larger than in theory". This adds a timeout parameter in seconds, after which we stop waiting for ctdb and panic.
* s3: Make "debug hires timestamp" default to trueVolker Lendecke2009-11-021-1/+1
| | | | It does not cost much and can help a lot when debugging
* s3/docs: Fix typo.Karolin Seeger2009-10-301-1/+1
| | | | | | | Fix bug #4250. Thanks to TAKAHASHI Motonobu <monyo@samba.gr.jp> for reporting! Karolin (cherry picked from commit d1ad143a707b36b3aafcbb498554b73d2013f6e8)
* s3/docs: Remove reference to nonexistent file.Karolin Seeger2009-10-301-3/+1
| | | | | | | Fix bug #4252. Thanks to TAKAHASHI Motonobu <monyo@samba.gr.jp> for reporting! Karolin (cherry picked from commit 52aa522a550de45aa28969d0a679ff4e9b6575d6)
* Fix map readonly in smb.conf, it is a single wordSimo Sorce2009-10-281-1/+1
|
* s3: Rename new parameter "ldap ref follow" to "ldap follow referral".Karolin Seeger2009-10-261-1/+1
| | | | | | | This parameter will be introduced with Samba 3.5.0. Karolin (cherry picked from commit f381faa8d6fc2c4205e7d59c91f00324f70ca8b9)
* s3:docs: Public is not a synonym for access based shareenum.Karolin Seeger2009-10-261-1/+0
| | | | | | | Fix build warning. Karolin (cherry picked from commit 35dc481289c28a77f354dd76193d6298de32c66d)
* s3:docs: fake dir create times is a global parameter.Karolin Seeger2009-10-261-1/+1
| | | | | Karolin (cherry picked from commit 02dd89520215c88c3c90a91a6a6aac8ba412803a)
* s3/smbldap: add option to disable following LDAP refsJan Engelhardt2009-10-121-0/+21
| | | | | Fix bug #6717. (cherry picked from commit c5d5969e24913ea544590dd16378f7e071b07c4b)
* s3:doc: add some detail about lanman auth parameterBjörn Jacke2009-10-031-0/+7
| | | | | add interesting detail: lm passwords will be removed from databaѕe with lanman auth = no
* s3: Document the "share:fake_fscaps" parameter, fix bug 6765Volker Lendecke2009-09-291-0/+20
|
* 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 :-)
* Documentation for "store create time".Jeremy Allison2009-08-121-0/+15
| | | | Jeremy.
* s3 docs: Add documentation for 'kerberos method' and 'dedicated keytab file' ↵Tim Prouty2009-06-302-0/+54
| | | | parameters
* s3/docs: Fix typo.Karolin Seeger2009-06-191-1/+1
| | | | | | | This fixes bug #6412. Thanks to Carsten Dumke <carsten [at] cdumke.de> for reporting! Karolin
* s3-docs: Fix Bug #4280. Shutdown scripts are called as root for privileged ↵Günther Deschner2009-06-122-2/+2
| | | | | | users. GUenther
* s3/docs: Fix typo.Karolin Seeger2009-06-051-2/+2
| | | | Karolin
* s3: update manpage as to the new passdb backend defaultBjörn Jacke2009-05-271-3/+5
|
* s3/docs Add manpage for "map untrusted to domain" parameterSteven Danneman2009-05-261-0/+33
| | | | This fixes bug 6352.
* s3/docs: Fix shutdown script example.Karolin Seeger2009-05-191-4/+5
| | | | | | | This fixes bug #5897. Thanks to TAKAHASHI Motonobu <monyo [at] samba.gr.jp> for reporting and providing the example! Karolin
* s3/docs: Remove documentation of "use kerberos keytab".Karolin Seeger2009-04-291-23/+0
| | | | | | This parameter has been removed with d96248a9b4655. Karolin
* s3-docs: fix typo in smb.conf.5.Günther Deschner2009-04-171-1/+1
| | | | Guenther
* s3/cups: add documentation for new cups encrypt parameterBjörn Jacke2009-03-301-0/+25
|