summaryrefslogtreecommitdiffstats
path: root/docs-xml/smbdotconf
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* s3/docs: Document "enable spoolss".Karolin Seeger2009-11-111-0/+10
| | | | Karolin
* Fix bug 6865 - acl_xattr module: Has dependency that inherit acls = yes or ↵Jeremy Allison2009-11-061-0/+5
| | | | | | xattrs are removed. Jeremy.
* 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
* 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
* 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
* s3:docs: Public is not a synonym for access based shareenum.Karolin Seeger2009-10-261-1/+0
| | | | | | Fix build warning. Karolin
* s3:docs: fake dir create times is a global parameter.Karolin Seeger2009-10-261-1/+1
| | | | Karolin
* s3/smbldap: add option to disable following LDAP refsJan Engelhardt2009-10-121-0/+21
| | | | Fix bug #6717.
* 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
|
* s3/docs: Add missing full stop.Karolin Seeger2009-03-021-1/+1
| | | | Karolin
* s3/docs: Fix several typos.Karolin Seeger2009-02-2018-26/+23
| | | | | | | | This fixes bug #6127. Thanks to Justin T Pryzby <justinpryzby [at] users.sourceforge.net> for the review! Karolin
* S3: New module interface for SMB message statistics gatheringtodd stecher2009-02-091-0/+13
| | | | | | | This changelist allows for the addition of custom performance monitoring modules through smb.conf. Entrypoints in the main message processing code have been added to capture the command, subop, ioctl, identity and message size statistics.
* docs: Clarify "ldap ssl" description in man smb.conf.Karolin Seeger2009-02-061-2/+13
| | | | | | Mention "ldap ssl ads". Karolin
* docs: Add description of "ldap ssl ads" to man smb.conf.Karolin Seeger2009-02-061-0/+21
| | | | Karolin
* Document default of the printing config variable.Andreas Schneider2009-01-261-0/+2
| | | | Signed-off-by: Andreas Schneider <anschneider@suse.de>
* Deprecate the "share modes" parameter to address bug #6024, swat disagrees ↵Jeremy Allison2009-01-121-11/+12
| | | | | | with smbstatus as to share mode with share modes = No set in samba. Jeremy.
* docs: Improve description of the share commands in man smb.conf.Karolin Seeger2009-01-063-24/+34
| | | | | | | | | | | -Correct the parameter names. -Fix typos. -Fix related parameters. This fixes bug #6008. Thanks to TAKAHASHI Motonobu <monyo@samba.gr.jp> for reporting! Karolin
* s3:loadparm/docs: Set default for "ldap ssl" to "start tls".root2008-12-211-2/+2
| | | | | | | This has been discussed on samba-technical before. 3.3 and newer only! Karolin
* correct the description of the "ldap timeout" parameterBjörn Jacke2008-12-191-3/+1
|
* docs: Update section "ldap ssl" in man smb.conf.Karolin Seeger2008-12-171-11/+8
| | | | | | | | Remove non-existent value "on". Change default value to "no". Add hint about ldaps. Karolin
* docs: Fix some formatting issues in the "ldap ssl" section of man smb.conf.Karolin Seeger2008-12-171-15/+17
| | | | Karolin
* docs: "acl compatibility" is a global parameter.Karolin Seeger2008-12-161-1/+1
| | | | | | | This fixes bug #5866. Thanks to TAKAHASHI Motonobu <monyo@samba.gr.jp> for reporting! Karolin
* docs: Add hint that "socket address" usually don't need to be set.Karolin Seeger2008-12-121-5/+7
| | | | | | | This fixes bug #5950. Thanks to the Debian Samba package maintainers for reporting! Karolin
* s3: Add support for access based share enumerationTodd Stecher2008-12-081-0/+18
|
* docs: Add default value for "writeable" to man smb.conf.Karolin Seeger2008-12-021-0/+2
| | | | Karolin
* TypoVolker Lendecke2008-10-311-1/+1
|
* Document "cups connection timeout".Jeremy Allison2008-10-031-0/+20
| | | | Jeremy.
* Document how to enable the name aliasing support in Winbind.Gerald W. Carter2008-09-251-8/+19
| | | | (cherry picked from commit 6dc81eb85b11851794619a1f2769d68cd9a54fb6)
* printing: Rename new parameter "cups timeout" to "cups connection timeout".Karolin Seeger2008-09-241-17/+0
| | | | Karolin
* printing: Add new parameter "cups timeout".Karolin Seeger2008-09-231-0/+17
| | | | | | | | | | The default timeout for connections to CUPS servers is set to 5 minutes in the CUPS libraries. The smbd hangs on startup until the timeout is reached if the CUPS server is unreachable. This parameter makes the timeout configurable. The default value is set to 30 seconds. Karolin
* Clarify usage of "force create mode".Jeremy Allison2008-08-281-9/+8
| | | | | Jeremy. (This used to be commit 1d252ffd313e0cd6fcb3d7cb2c99f2daf56728c1)
* Increase the default positive idmap cache time to a weekVolker Lendecke2008-08-261-1/+1
| | | | (This used to be commit 60af63675063ad62c0169b9f2094ecfdaa7ca16d)
* manpages: Add manpage for "init logon delayed hosts".Karolin Seeger2008-08-221-0/+21
| | | | | Karolin (This used to be commit a415244365e32ba18919042ec72b3a281d8c1b0a)