summaryrefslogtreecommitdiff
path: root/docs-xml
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* s3-vfs: add glusterfs_fuse vfs module.Günther Deschner2019-01-222-0/+104
| | | | | | | | | | | | | | | | | | | | | | This module only implements the get_real_filename function by accessing a distinct extended attribute that is available over a glusterfs fuse mount. By implementing this vfs function users of a glusterfs fuse mount achieve a much better performance in create based workloads where samba then can avoid trying multiple case folding options to detect the real filename. Patch is based on an initial patch provided by Poornima G <pgurusid@redhat.com> Guenther Signed-off-by: Günther Deschner <gd@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org> Autobuild-User(master): Günther Deschner <gd@samba.org> Autobuild-Date(master): Tue Jan 22 18:37:56 CET 2019 on sn-devel-144
* xml_docs: update traffic script documentationDouglas Bagnall2019-01-092-22/+64
| | | | | | | | Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Tim Beale <timbeale@samba.org> Autobuild-User(master): Douglas Bagnall <dbagnall@samba.org> Autobuild-Date(master): Wed Jan 9 03:53:58 CET 2019 on sn-devel-144
* docs-xml: document "log level" changesRalph Boehme2018-12-201-2/+9
| | | | | | | | | "log level" now takes an optional per debug-class logfile: log level = 1 full_audit:1@/var/log/audit.log winbind:2 Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
* manpage: Advise vfs_fruit:veto_appledouble=yes can break rsyncAdam Nielsen2018-12-171-3/+7
| | | | | | Reviewed-by: Andreas Schneider <asn@samba.org> Reviewed-by: Uri Simchoni <uri@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* docs-xml: add "smbd getinfo ask sharemode"Ralph Boehme2018-12-061-0/+14
| | | | | | | Counterpart for "smbd search ask sharemode" for getinfo. Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
* docs-xml: add "smbd max async dosmode"Ralph Boehme2018-12-061-0/+12
| | | | | | | | | | | | | | | | The parameter is added to the lists of ignored-paremteres in the samba.docs tests, as the given default "aio max threads * 2" works only as manpage string. "aio max threads" can only be calculated at run time and requires a handle to a pthreadpool_tevent which loadparm will never have. Because of that lp_smbd_max_async_dosmode() will always return 0 as default and it's up to the caller to calculate "aio max threads * 2" if lp_smbd_max_async_dosmode() returns 0. Cf the next commit. Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
* docs-xml: add "smbd async dosmode"Ralph Boehme2018-12-061-0/+13
| | | | | Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
* docs-xml: add "smbd search ask sharemode"Ralph Boehme2018-12-061-0/+13
| | | | | Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
* s4 smdb standard: Limit processes forked on accept.Gary Lockyer2018-11-301-0/+7
| | | | | | | | | | | | Limit the number of processes started by the standard model on accept. For those services that support fork on accept, the standard model forks a new process for each new connection. This patch limits the number of processes to the value specified in 'max smbd processes', a value of zero indicates that there is no limit on the number of processes that can be forked. Signed-off-by: Gary Lockyer <gary@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* net: Add support for a credentials fileOlly Betts2018-11-301-0/+1
| | | | | | | | | Add support for the same -A authfile/--authentication-file authfile option that most of the other tools already do. Signed-off-by: Olly Betts <olly@survex.com> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* source4 smbd prefork: Add backoff to process restartGary Lockyer2018-11-232-0/+38
| | | | | | | | | Add new smbd.conf variables 'prefork backoff increment' and 'prefork maximum backoff' to control the rate at which failed pre-forked processes are restarted. Signed-off-by: Gary Lockyer <gary@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* smbd: Add "hide new files" optionVolker Lendecke2018-11-091-0/+15
| | | | | | | See the manpage for the description Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
* source4 smbd prefork: Increase default worklers to 4Gary Lockyer2018-11-071-4/+4
| | | | | | | | Increase the default number of worker processes started by the pre-fork process model from 1 to 4. Signed-off-by: Gary Lockyer <gary@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* docs:vfs_fruit: add "delete_empty_adfiles" optionRalph Boehme2018-10-311-0/+11
| | | | | | | Bug: https://bugzilla.samba.org/show_bug.cgi?id=13642 Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
* docs:vfs_fruit: add "wipe_intentionally_left_blank_rfork" optionRalph Boehme2018-10-311-0/+14
| | | | | | | Bug: https://bugzilla.samba.org/show_bug.cgi?id=13642 Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
* netcmd: Add 'samba-tool group stats' commandTim Beale2018-10-311-0/+5
| | | | | | | | | | | | | | | With large domains it's hard to get an idea of how many groups there are, and how many users are in each group, on average. However, this could have a big impact on whether a problem can be reproduced or not. This patch dumps out some summary information so that you can get a quick idea of how big the groups are. Signed-off-by: Tim Beale <timbeale@catalyst.net.nz> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Autobuild-User(master): Douglas Bagnall <dbagnall@samba.org> Autobuild-Date(master): Wed Oct 31 03:40:41 CET 2018 on sn-devel-144
* nsswitch: Add try_authtok option to pam_winbindMathieu Parent2018-10-021-0/+8
| | | | | | | | | | | | Same as the use_authtok option, except that if the new password is not valid, PAM will prompt for a password. Bug-Debian: https://bugs.debian.org/858923 Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/samba/+bug/570944 Signed-off-by: Mathieu Parent <math.parent@gmail.com> Reviewed-by: Andreas Schneider <asn@samba.org> Reviewed-by: Guenther Deschner <gd@samba.org>
* turn --with-json-audit into global --with-jsonPhilipp Gesang2018-09-261-1/+1
| | | | | | | | | | Fold the build option --with-json-audit into the toplevel wscript to reflect the fact that JSON support is no longer local to the audit subsystem. Signed-off-by: Philipp Gesang <philipp.gesang@intra2net.com> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* docs: Only build vfs manpages if the module is enabledAndreas Schneider2018-09-261-46/+49
| | | | | | | | Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Guenther Deschner <gd@samba.org> Autobuild-User(master): Günther Deschner <gd@samba.org> Autobuild-Date(master): Wed Sep 26 20:10:07 CEST 2018 on sn-devel-144
* docs: Add gpfs:check_fstype to vfs_gpfs manpageChristof Schmitt2018-09-191-0/+22
| | | | | | | | Signed-off-by; Christof Schmit <cs@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org> Autobuild-User(master): Christof Schmitt <cs@samba.org> Autobuild-Date(master): Wed Sep 19 03:56:47 CEST 2018 on sn-devel-144
* s3-spoolss: Make spoolss client os_major,os_minor and os_build configurable.Günther Deschner2018-09-081-0/+39
| | | | | | | | | | | Similar to spoolss server options, make the client advertised OS version values configurable to allow overriding the defaults provided to the print server. BUG: https://bugzilla.samba.org/show_bug.cgi?id=13597 Signed-off-by: Guenther Deschner <gd@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
* docs-xml/wscript_build: update to handle waf 2.0.4Alexander Bokovoy2018-09-051-1/+1
| | | | | Signed-off-by: Alexander Bokovoy <ab@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* docs smb.conf: Clarify that wreplsrv:periodic_interval is in secondsAndrew Bartlett2018-08-171-1/+1
| | | | | | | | | | As requested by oota on samba-technical Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Fri Aug 17 05:53:54 CEST 2018 on sn-devel-144
* Shorten description in vfs_linux_xfs_sgid manualJustin Stephenson2018-08-091-1/+1
| | | | | | | | | | | | | | | this fixes a lexgrog parse error, the NAME subheader description of the vfs_linux_xfs_sgid(8) manual was too long, this will shorten the description and allow it to be correctly detected by mandb. BUG: https://bugzilla.samba.org/show_bug.cgi?id=13562 Signed-off-by: Justin Stephenson <jstephen@redhat.com> Reviewed-by: Andreas Schneider <asn@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Thu Aug 9 04:06:17 CEST 2018 on sn-devel-144
* netcmd: domain backup offline commandAaron Haslett2018-08-061-0/+5
| | | | | | | | | | | | | Unlike the existing 'domain backup online' command, this command allows an admin to back up a local samba installation using the filesystem and the tdbbackup tool instead of using remote protocols. It replaces samba_backup as that tool does not handle sam.ldb and secrets.ldb correctly. Those two databases need to have transactions started on them before their downstream ldb and tdb files are backed up. Signed-off-by: Aaron Haslett <aaronhaslett@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
* Add net lookup optionsJustin Stephenson2018-08-061-0/+24
| | | | | | | | Add missing net lookup options to net man page Signed-off-by: Justin Stephenson <jstephen@redhat.com> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Jim McDonough <jmcd@samba.org>
* s3:libads: Add net ads leave keep-account optionJustin Stephenson2018-07-301-1/+8
| | | | | | | | | | | Add the ability to leave the domain with --keep-account argument to avoid removal of the host machine account. BUG: https://bugzilla.samba.org/show_bug.cgi?id=13498 Signed-off-by: Justin Stephenson <jstephen@redhat.com> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Alexander Bokovoy <ab@samba.org>