summaryrefslogtreecommitdiffstats
path: root/docs-xml/smbdotconf
Commit message (Collapse)AuthorAgeFilesLines
* docs: Fix typo.Karolin Seeger2013-07-081-1/+1
| | | | | | | | Signed-off-by: Karolin Seeger <kseeger@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org> Autobuild-User(master): Volker Lendecke <vl@samba.org> Autobuild-Date(master): Mon Jul 8 12:19:38 CEST 2013 on sn-devel-104
* docs: Fix typo.Karolin Seeger2013-07-081-1/+1
| | | | | Signed-off-by: Karolin Seeger <kseeger@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org>
* docs: Fix typos in "use ntdb" section.Karolin Seeger2013-07-041-2/+2
| | | | | | | | Signed-off-by: Karolin Seeger <kseeger@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org> Autobuild-User(master): Volker Lendecke <vl@samba.org> Autobuild-Date(master): Thu Jul 4 22:44:54 CEST 2013 on sn-devel-104
* auth: Remove "password level"Andrew Bartlett2013-06-111-48/+0
| | | | | | | | | | | We now only lowercase the password, we do not attempt to find another case combination that the password might be in. This option is already depricated, so it is now time to remove it. Andrew Bartlett Reviewed-by: Simo Sorce <idra@samba.org>
* docs: Avoid mentioning a possibly misleading option.Michael Wood2013-06-011-2/+2
| | | | Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* docs/rpcdaemon: some formating fixesBjörn Jacke2013-05-171-10/+16
| | | | | | | Reviewed-by: Andreas Schneider <asn@samba.org> Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org> Autobuild-Date(master): Fri May 17 10:34:18 CEST 2013 on sn-devel-104
* doc-xml/smbdotconf: fix server [min|max] protocol documentationStefan Metzmacher2013-05-142-11/+1
| | | | | Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
* docs: smb.conf: fix max read/write/trans default values (bug #9871)Björn Baumbach2013-05-103-6/+15
| | | | | | | | | | Commit 6d128aac119d948f0ecb0dcf6b400b4eb4027fe6 has increased the limit: "s3:smb2_server increase defaults for read/write/trans sizes to 1MB" Reviewed-by: Jeremy Allison <jra@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Fri May 10 23:14:50 CEST 2013 on sn-devel-104
* Fix up the man pages to explain that "store dos attributes" overrides them.Jeremy Allison2013-05-075-2/+26
| | | | | | | | | Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Tue May 7 01:24:54 CEST 2013 on sn-devel-104
* doc: Document performance impact of "hide unxx" parametersVolker Lendecke2013-04-052-0/+6
| | | | | | | | Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: David Disseldorp <ddiss@samba.org> Autobuild-User(master): David Disseldorp <ddiss@samba.org> Autobuild-Date(master): Fri Apr 5 18:40:58 CEST 2013 on sn-devel-104
* s3: remove some dead code (for setdir command)Christian Ambach2013-03-121-19/+0
| | | | | | | | | | | set dir seems to have been a special SMB command used by Pathworks clients the supporting code for it was already removed in 2007, so just remove all remnants related to it (smb.conf parameter, documentation, ...) Reviewed-by: Jeremy Allison <jra@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Tue Mar 12 01:03:37 CET 2013 on sn-devel-104
* Documentation: Add a warning to "socket options"Scott Lovenberg2013-03-061-0/+17
| | | | | | | | | | | | | Add a warning to the "socket options" section of the smb.conf man page that changing socket options can be dangerous to performance. Hopefully this will cut down on users reporting poor performance after changing socket options. Signed-off-by: Scott Lovenberg <scott.lovenberg@gmail.com> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
* ntdb: switch between secrets.tdb and secrets.ntdb depending on 'use ntdb'Rusty Russell2013-02-204-5/+5
| | | | | | | | | | | Since we open with dbwrap, it auto-converts old tdbs (which it will rename to secrets.tdb.bak once it's done). Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Rusty Russell <rusty@rustcorp.com.au> Autobuild-Date(master): Wed Feb 20 07:09:19 CET 2013 on sn-devel-104
* param: 'use ntdb' flag (off by default).Rusty Russell2013-02-201-0/+23
| | | | | | | | For simplicity, we use this in the caller to choose between filenames. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* docs: Fix typo.Karolin Seeger2013-02-181-1/+1
| | | | Signed-off-by: Karolin Seeger <kseeger@samba.org>
* docs: fix typo in serverrole.xmlSamba-JP oota2013-02-141-1/+1
| | | | | | | Reviewed-by: David Disseldorp <ddiss@samba.org> Autobuild-User(master): David Disseldorp <ddiss@samba.org> Autobuild-Date(master): Thu Feb 14 18:43:57 CET 2013 on sn-devel-104
* docs: Add missing ")".Samba-JP oota2013-02-061-1/+1
| | | | | | | | Signed-off-by: Karolin Seeger <kseeger@samba.org> Reviewed-by: Karolin Seeger <kseeger@samba.org> Autobuild-User(master): Karolin Seeger <kseeger@samba.org> Autobuild-Date(master): Wed Feb 6 10:47:11 CET 2013 on sn-devel-104
* smb.conf(5): client min protocol: add hint at list of available protocolsBjörn Baumbach2013-01-152-10/+13
| | | | | | | | And fix the format. Signed-off-by: Björn Baumbach <bb@sernet.de> Reviewed-by: Michael Adam <obnox@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org>
* smb.conf(5): server min protocol: add hint at list of available protocolsBjörn Baumbach2013-01-151-7/+10
| | | | | | | | And fix the format. Signed-off-by: Björn Baumbach <bb@sernet.de> Reviewed-by: Michael Adam <obnox@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org>
* Documentation fixes for bug #9462 - Users can not be given write permissions ↵Jeremy Allison2012-12-058-36/+4
| | | | | | | | | | any more by default Ensure we don't apply the masks + force modes on security setting changes, only on create. Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
* smbd: Remove NT4 compatability handling in posix -> NT ACL conversionAndrew Bartlett2012-11-131-17/+0
| | | | | | | | | | | | | | | | | NT4 is long dead, and we should not change which ACL we return based on what we think the client is. The reason we should not do this, is that if we are using vfs_acl_xattr then the hash will break if we do. Additionally, it would require that the python VFS interface set the global remote_arch to fake up being a modern client. This instead seems cleaner and removes untested code (the tests are updated to then handle the results of the modern codepath). The supporting 'acl compatability' parameter is also removed. Andrew Bartlett Reviewed by: Jeremy Allison <jra@samba.org>
* smb.conf(5): Mark four removed parameters as such.Jelmer Vernooij2012-10-194-2/+6
|
* smb.conf(5): Fix mixing of tabs and spaces.Jelmer Vernooij2012-10-1912-28/+28
|
* smb.conf(5): Add basic documentation for 'nsupdate command'.Jelmer Vernooij2012-10-181-0/+13
|
* smb.conf(5): Add basic documentation for 'afs token lifetime'.Jelmer Vernooij2012-10-181-0/+16
|
* smb.conf(5): Add 'ldap password sync' as synonym for 'ldap passwd sync'.Jelmer Vernooij2012-10-181-0/+1
|
* smb.conf(5): Add 'socket address' as alias for 'nbt client socket address'.Jelmer Vernooij2012-10-181-0/+1
|
* smb.conf(5): Add basic documentation for 'tls dh params file'.Jelmer Vernooij2012-10-181-0/+18
|
* smb.conf(5): Add basic documentation for 'tls enabled'.Jelmer Vernooij2012-10-181-0/+11
|
* smb.conf(5): Add basic documentation for 'tls crlfile'.Jelmer Vernooij2012-10-181-0/+17
|
* smb.conf(5): Add basic documentation for 'tls certfile'.Jelmer Vernooij2012-10-181-0/+17
|
* smb.conf(5): Add basic documentation for 'tls keyfile'.Jelmer Vernooij2012-10-182-2/+18
|
* smb.conf(5): Add basic documentation for 'tls cafile'.Jelmer Vernooij2012-10-181-0/+20
|
* smb.conf(5): Add basic documentation for 'log nt token command'.Jelmer Vernooij2012-10-181-0/+14
|
* smb.conf(5): Add basic documentation for 'ntp signd socket directory'.Jelmer Vernooij2012-10-181-0/+17
|
* smb.conf(5): Add basic documentation for 'spn update command'.Jelmer Vernooij2012-10-181-0/+14
|
* smb.conf(5): Add basic documentation for 'allow dns updates'.Jelmer Vernooij2012-10-181-0/+18
|
* smb.conf(5): Add basic documentation for 'rndc command'.Jelmer Vernooij2012-10-181-0/+17
|
* smb.conf(5): Add basic documentation for 'dns update command'.Jelmer Vernooij2012-10-181-0/+15
|
* smb.conf(5): Add basic documentation for 'server services'.Jelmer Vernooij2012-10-181-0/+17
|
* smb.conf(5): Add basic documentation for 'samba kcc command'.Jelmer Vernooij2012-10-181-0/+19
|
* smb.conf(5): Add basic documentation 'winbind sealed pipes'.Jelmer Vernooij2012-10-181-0/+16
|
* smb.conf(5): Add basic documentation for 'dns forwarder'.Jelmer Vernooij2012-10-181-0/+17
|
* smb.conf(5): Add basic documentation for 'ntvfs handler'.Jelmer Vernooij2012-10-181-0/+16
|
* smb.conf(5): Add : to idmap config description to mark it as parametric.Jelmer Vernooij2012-10-182-2/+2
|
* smb.conf(5): Add basic documentation for 'winbindd privileged socket directory'.Jelmer Vernooij2012-10-181-0/+14
|
* smb.conf(5): Add basic documentation for 'winbindd socket directory'.Jelmer Vernooij2012-10-181-0/+13
|
* smb.conf(5): Extend 'server min protocol' description.Jelmer Vernooij2012-10-181-1/+6
|
* docs: fix opening and ending tag mismatch: paraBjörn Baumbach2012-10-081-4/+4
| | | | in forcedirectorysecuritymode.xml.
* docs: fix opening and ending tag mismatch: paraBjörn Baumbach2012-10-081-4/+4
| | | | in directorysecuritymask.xml.