summaryrefslogtreecommitdiff
path: root/docs-xml
Commit message (Collapse)AuthorAgeFilesLines
* docs: Deprecate "encrypt passwords = no"Andrew Bartlett2019-09-061-0/+8
| | | | | | | | | | | | This feature is only available for SMB1 and we need to warn users that this is going away soon, and allow the removal in a future release under our rules for parameter deprecation. BUG: https://bugzilla.samba.org/show_bug.cgi?id=14117 Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Garming Sam <garming@catalyst.net.nz> (cherry picked from commit 8d0d99a4d78ba408bb45e2d693049025e60e277a)
* docs: Deprecate "lanman auth = yes"Andrew Bartlett2019-09-061-0/+9
| | | | | | | | | | | | | | | | This feature is only available for SMB1 and we need to warn users that this is going away soon, and allow the removal in a future release under our rules for parameter deprecation. BUG: https://bugzilla.samba.org/show_bug.cgi?id=14117 Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Garming Sam <garming@catalyst.net.nz> Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Thu Sep 5 04:04:18 UTC 2019 on sn-devel-184 (cherry picked from commit 1006f7abe8980d2c01c181db93225353ce494b3a)
* docs: Deprecate "rndc command" for Samba 4.11Andrew Bartlett2019-08-281-0/+7
| | | | | | | | BUG: https://bugzilla.samba.org/show_bug.cgi?id=14092 Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org> (cherry picked from commit 561e0986ac96c842239b4e8c6509e05c836707b7)
* vfs:glusterfs_fuse: ensure fileids are constant across nodesMichael Adam2019-08-281-0/+8
| | | | | | | | | | | | | | | | | | Instead of adding a new gluster-specific mode to the fileid module, this patches provides a fileid algorithm as part of the glusterfs_fuse vfs module. This can not be configured further, simply adding the glusterfs_fuse vfs module to the vfs objects configuration will enable the new fileid mode. BUG: https://bugzilla.samba.org/show_bug.cgi?id=13972 Signed-off-by: Michael Adam <obnox@samba.org> Signed-off-by: Guenther Deschner <gd@samba.org> Autobuild-User(master): Günther Deschner <gd@samba.org> Autobuild-Date(master): Sat Jul 13 22:54:56 UTC 2019 on sn-devel-184 (cherry picked from commit 5522aa1a4c34ee1a1e81db73cf41594bb10bd989)
* downgradedatabase: Add man-page documentationAaron Haslett2019-08-262-0/+96
| | | | | | | | | | | | | A man-page is needed so that we can install this tool as part of the Samba package. BUG: https://bugzilla.samba.org/show_bug.cgi?id=14059 Signed-off-by: Aaron Haslett <aaronhaslett@catalyst.net.nz> Signed-off-by: Tim Beale <timbeale@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Garming Sam <garming@catalyst.net.nz> (cherry picked from commit c89df3862b17fad9c4648b5d9c6805120d732df8)
* docs: Remove gpfs:merge_writeappend from vfs_gpfs manpageChristof Schmitt2019-08-261-20/+0
| | | | | | | | BUG: https://bugzilla.samba.org/show_bug.cgi?id=14032 Signed-off-by: Christof Schmitt <cs@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org> (cherry picked from commit 8bd79ecc37376dbaa35606f9c2777653eb3d55e3)
* docs/xml: change default for "mangled names" to "illegal"Ralph Boehme2019-07-081-2/+2
| | | | | Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
* docs-xml: change "client min protocol" to SMB2_02Stefan Metzmacher2019-07-081-2/+6
| | | | | | | It's time to disable SMB1 by default... Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
* docs-xml: change "server min protocol" to SMB2_02Stefan Metzmacher2019-07-081-2/+2
| | | | | | | | SMB2_02 was available with Windows Vista. It's time to turn SMB1 off by default. Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
* docs-xml: deprecate allocation roundup size parameterBjörn Jacke2019-07-071-0/+4
| | | | | | | | Signed-off-by: Bjoern Jacke <bjacke@samba.org> Reviewed-by: Christof Schmitt <cs@samba.org> Autobuild-User(master): Björn Jacke <bjacke@samba.org> Autobuild-Date(master): Sun Jul 7 23:21:55 UTC 2019 on sn-devel-184
* param: change default of "allocation roundup size" to 0Björn Jacke2019-07-071-5/+9
| | | | | Signed-off-by: Bjoern Jacke <bjacke@samba.org> Reviewed-by: Christof Schmitt <cs@samba.org>
* doc: add documentation for "samba-tool" contact managementBjörn Baumbach2019-07-041-0/+186
| | | | | Signed-off-by: Björn Baumbach <bb@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* doc: add samba-tool group command to samba-tool man pageBjörn Baumbach2019-07-041-0/+15
| | | | | Signed-off-by: Björn Baumbach <bb@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* doc: add samba-tool computer command to samba-tool man pageBjörn Baumbach2019-07-041-0/+17
| | | | | Signed-off-by: Björn Baumbach <bb@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* docs/smbclient: document -TcnDouglas Bagnall2019-07-021-0/+7
| | | | | | BUG:https://bugzilla.samba.org/show_bug.cgi?id=2352 Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* man net: include --json optionDouglas Bagnall2019-07-021-0/+7
| | | | | Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* vfs_fruit: make "fruit:zero_file_id" a per share optionRalph Boehme2019-07-011-17/+16
| | | | | | | | Now that File-ID calculation goes through the VFS, we can nicely make a per-share option out of it. Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
* s3:winbind: Add support for storing KRB5 credential in KCMAndreas Schneider2019-07-011-10/+18
| | | | | | | | | | | This can store crentiials in the Kerberos Credential Manager e.g. provided by sssd. Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Alexander Bokovoy <ab@samba.org> Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org> Autobuild-Date(master): Mon Jul 1 19:22:02 UTC 2019 on sn-devel-184
* docs: fix typo in "ntlm auth" doc in smb.conf man pageBjörn Baumbach2019-06-201-1/+1
| | | | | | | | | | | | Thanks to Amit Kumar <amitkuma@redhat.com> BUG: https://bugzilla.samba.org/show_bug.cgi?id=13784 Signed-off-by: Björn Baumbach <bb@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org> Autobuild-User(master): Björn Baumbach <bb@sernet.de> Autobuild-Date(master): Thu Jun 20 17:14:50 UTC 2019 on sn-devel-184
* docs: add documentation for the samba-tool ntacl changedomsid commandBjörn Baumbach2019-06-201-0/+71
| | | | | Signed-off-by: Björn Baumbach <bb@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org>
* smbd: Deprecate "blocking locks" parameterVolker Lendecke2019-06-181-0/+1
| | | | | | | | | | | | | This parameter adds complexity to our brlock implementation that I don't think is justified. Not a lot of complexity, but if we would want to really support it we'd need tests. Instead of doing those, I think removing the parameter is the better choice. Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Tue Jun 18 14:47:08 UTC 2019 on sn-devel-184
* docs: Improve documentation of "lanman auth" and "ntlm auth" connectionAndrew Bartlett2019-06-042-10/+13
| | | | | | | BUG: https://bugzilla.samba.org/show_bug.cgi?id=13981 Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
* docs: dfree command. Correct usage of dfree scripts.Jeremy Allison2019-05-241-2/+4
| | | | | | | | | | | | | Add quotes to the sample scripts to prevent incorrect parameter usage. BUG: https://bugzilla.samba.org/show_bug.cgi?id=13964 Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Fri May 24 20:12:02 UTC 2019 on sn-devel-184
* docs: Add another dns forwarder in the example.Karolin Seeger2019-05-241-1/+1
| | | | | | | | | | Clarify how to list several dns forwarders. Signed-off-by: Karolin Seeger <kseeger@samba.org> Reviewed-by: Björn Baumbach <bb@samba.org> Autobuild-User(master): Björn Baumbach <bb@sernet.de> Autobuild-Date(master): Fri May 24 11:02:18 UTC 2019 on sn-devel-184
* docs: Fix typoJuergen Hoetzel2019-05-191-1/+1
| | | | | | Signed-off-by: Juergen Hoetzel <juergen@archlinux.org> Reviewed-by: Ralph Böhme <slow@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
* docs: add vfs_ceph_snapshots manpageDavid Disseldorp2019-05-142-0/+131
| | | | | | | | Signed-off-by: David Disseldorp <ddiss@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> Autobuild-User(master): David Disseldorp <ddiss@samba.org> Autobuild-Date(master): Tue May 14 23:31:27 UTC 2019 on sn-devel-184
* smbd: Move deadtime default to parameter definition and man pageChristof Schmitt2019-05-011-1/+1
| | | | | | | | | | The code has a default of one week (10080 minutes) if the parameter is set to 0. Make this the public default of the parameter, instead of hiding it in the code. This change also has the code match the documentation that setting this parameter to 0 disables the check. Signed-off-by: Christof Schmitt <cs@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* vfs_gpfs: Remove gpfs:prealloc from manpageChristof Schmitt2019-04-221-26/+1
| | | | | | | The option is no longer in the code, remove it from the manpage as well. Signed-off-by: Christof Schmitt <cs@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
* docs/vfs_ceph: describe new ACL behaviourDavid Disseldorp2019-04-121-0/+11
| | | | | | | | | | | | vfs_ceph now explicitly enables libcephfs POSIX ACL support. Bug: https://bugzilla.samba.org/show_bug.cgi?id=13896 Signed-off-by: David Disseldorp <ddiss@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Fri Apr 12 19:40:25 UTC 2019 on sn-devel-144
* memcache: Increase size of default memcache to 512kChristof Schmitt2019-04-061-1/+1
| | | | | | | | | | | With the fixed accounting of talloc objects, the default cache size needs to increase. The exact increase required depends on the workloads, going form 256k to 512k seems like a reasonable guess. BUG: https://bugzilla.samba.org/show_bug.cgi?id=13865 Signed-off-by: Christof Schmitt <cs@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
* doc: add missing "samba-tool ou" entryBjörn Baumbach2019-03-301-0/+5
| | | | | | | | Signed-off-by: Björn Baumbach <bbaumbach@samba.org> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Autobuild-User(master): Douglas Bagnall <dbagnall@samba.org> Autobuild-Date(master): Sat Mar 30 23:33:39 UTC 2019 on sn-devel-144
* doc: add missing "samba-tool computer" entryBjörn Baumbach2019-03-301-0/+5
| | | | | Signed-off-by: Björn Baumbach <bbaumbach@samba.org> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
* doc: fix typos in samba-tool documentationBjörn Baumbach2019-03-301-6/+6
| | | | | Signed-off-by: Björn Baumbach <bbaumbach@samba.org> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
* doc: add missing samba-tool user edit documentationBjörn Baumbach2019-03-301-0/+15
| | | | | Signed-off-by: Björn Baumbach <bbaumbach@samba.org> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
* docs: Update smbclient manpage for --max-protocolAndreas Schneider2019-03-221-3/+3
| | | | | | | | | | | | | We default to SMB3 now. BUG: https://bugzilla.samba.org/show_bug.cgi?id=13857 Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Alexander Bokovoy <ab@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org> Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org> Autobuild-Date(master): Fri Mar 22 15:03:43 UTC 2019 on sn-devel-144
* vfs_nfs4acl_xattr: support for NFS 4.0 and 4.1 ACLs from NFS4 mountRalph Boehme2019-03-181-1/+33
| | | | | | | | | | | | | | | | | | | | | This adds a new main switch "nfs" to "nfs4acl_xattr:encoding" which enables to use NFS4 ACLs from an NFS4 mount on a Linux box. Tested with a FreeBSD NFS4 server. Supports both NFS 4.0 and 4.1 ACLs. By default NFS4 servers send user and group identifiers in ACLs as strings in the format "[USER|GROUP]@DNSDOMAIN". Some NFS4 servers support sending identifiers as numeric strings. This module does support this as well, the config knob "nfs4acl_xattr:nfs4_id_numeric = yes|no" controls behaviour. When "nfs4acl_xattr:encoding" is set to "nfs", the new option "nfs4acl_xattr:validate_mode", which defauts to "yes" is set to "no" to avoid checking and munging the mode on files. Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
* web_server: Remove the web port smb.conf parameterGarming Sam2019-03-071-11/+0
| | | | | | | | With the removal of the web server, there are not any users of this parameter and so should just be removed. Signed-off-by: Garming Sam <garming@catalyst.net.nz> Reviewed-by: Jeremy Allison <jra@samba.org>
* smbcacls: add -x argument, prints maximum accessRalph Boehme2019-03-041-0/+9
| | | | Signed-off-by: Ralph Boehme <slow@samba.org>
* docs: fix minor typo in smb.conf "log level" sectionDavid Disseldorp2019-02-271-1/+1
| | | | | | | | Signed-off-by: David Disseldorp <ddiss@samba.org> Reviewed-by: Guenther Deschner <gd@samba.org> Autobuild-User(master): David Disseldorp <ddiss@samba.org> Autobuild-Date(master): Wed Feb 27 16:22:27 UTC 2019 on sn-devel-144
* docs-xml/smbdotconf: document export of ↵Stefan Metzmacher2019-02-111-0/+17
| | | | | | | | | | SAMBA_CPS_{ACCOUNT,USER_PRINCIPAL,FULL}_NAME for check password script Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Mon Feb 11 11:03:58 CET 2019 on sn-devel-144
* docs-xml: add "debug encryption" global parmAurelien Aptel2019-02-091-0/+22
| | | | | | | | | | | | Add debug option to dump in the log the session id & keys in smbd and libsmb-based code for offline decryption. Wireshark can make use of this to decrypt encrypted traffic. Signed-off-by: Aurelien Aptel <aaptel@suse.com> Reviewed-by: Noel Power <npower@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org> Reviewed-by: David Disseldorp <ddiss@samba.org>
* docs-xml: "cluster addresses" dns registrationDavid Disseldorp2019-02-071-6/+6
| | | | | | | | | | | | Bug 7871 added functionality to register smb.conf "cluster addresses" when net ads dns register is called with clustering=yes, but the man page was not updated. Add documentation for this behaviour. Signed-off-by: David Disseldorp <ddiss@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org> Autobuild-User(master): David Disseldorp <ddiss@samba.org> Autobuild-Date(master): Thu Feb 7 21:33:15 CET 2019 on sn-devel-144
* docs-xml: Update documentation for 'restrict anonymous' optionAndreas Schneider2019-02-071-22/+23
| | | | | | Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Rowland Penny <rpenny@samba.org> Reviewed-by: David Disseldorp <ddiss@samba.org>
* docs: Document DCEPRC binding string for rpcclientAndreas Schneider2019-02-041-7/+67
| | | | | | | | Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Mon Feb 4 02:03:56 CET 2019 on sn-devel-144
* man pages: Add note about standard process modelTim Beale2019-02-011-1/+6
| | | | | | | | | | | | | Calling this model the 'standard' model made a lot more sense when it was the default. Add a small note explaining that it has this name for historical reasons. (The term 'standard' may have originally been chosen for some other reason. However, it's hard to find the rationale behind the term from back in 2005) Signed-off-by: Tim Beale <timbeale@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* samba: Change default process model to preforkTim Beale2019-02-011-2/+2
| | | | | | | | Prefork is the more sensible default option now, as it better handles a large number of client connections. Signed-off-by: Tim Beale <timbeale@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* man pages: document prefork process modelGary Lockyer2019-01-312-6/+33
| | | | | | | | | | | | | Document the process model options -M BUG: https://bugzilla.samba.org/show_bug.cgi?id=13765 Signed-off-by: Gary Lockyer <gary@catalyst.net.nz> Signed-off-by: Tim Beale <timbeale@catalyst.net.nz> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Autobuild-User(master): Tim Beale <timbeale@samba.org> Autobuild-Date(master): Thu Jan 31 04:25:14 CET 2019 on sn-devel-144
* manpages/samba.7.xml: smbcontrol can also work with 'samba'Stefan Metzmacher2019-01-291-1/+1
| | | | | | | BUG: https://bugzilla.samba.org/show_bug.cgi?id=13752 Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Björn Baumbach <bbaumbach@samba.org>
* 'articles' variable causes a dependency loopDavid Mulder2019-01-291-2/+2
| | | | | | | | | | | This 'articles' variable contains 'smbdotconf/parameters.all.xml' and causes a dependency loop when creating parameters.all.xml Signed-off-by: David Mulder <dmulder@suse.com> Reviewed-by: Andrew Bartlet <abartlet@samba.org> Reviewed-by: Noel Power <noel.power@suse.com> Reviewed-by: Andreas Schneider <asn@samba.org>
* docs-xml: Fix a typo in manpage for idmap_adSATOH Fumiyasu2019-01-231-1/+1
| | | | | | Signed-off-by: SATOH Fumiyasu <fumiyas@osstech.co.jp> Reviewed-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Volker Lendecke <vl@samba.org>