- 18 Sep, 2020 6 commits
-
-
Joe Maloney authored
change ACL_USER and ACL_PWD to not contain testing and test
-
ericbsd authored
-
William Grzybowski authored
NAS-107610 / 11.3 / Fix HA network validation
-
themylogin authored
-
William Grzybowski authored
NAS-107516 / 11.3 / S3 max_upload_parts
-
themylogin authored
-
- 17 Sep, 2020 3 commits
-
-
William Grzybowski authored
NAS-107618 / 11.3 / freenas-debug: replace pdbedit with smb.passdb_list
-
Andrew Walker authored
When the LDAP directory service is enabled with a samba schema, pdbedit -L will perform synchronous LDAP queries to resolve every user in the LDAP environment. This is somewhat undesireable. Replace this with a call to middleware's smb.passdb_list, which will return an empty list if the passdb backend is ldapsam.
-
themylogin authored
-
- 16 Sep, 2020 4 commits
-
-
William Grzybowski authored
NAS-107592 / 11.3 / Make sure update is not None
-
William Grzybowski authored
Ticket: NAS-107592
-
William Grzybowski authored
NAS-107565 / 11.3 / Fix legacy replication
-
themylogin authored
-
- 15 Sep, 2020 2 commits
-
-
William Grzybowski authored
NAS-107566 / 11.3 / Handle KeyError in failover validations
-
William Grzybowski authored
Ticket: NAS-107566
-
- 14 Sep, 2020 2 commits
-
-
William Grzybowski authored
NAS-107501 / 11.3 / Fix pdbedit parsing when SMB service aux param invalid (by anodos325)
-
Andrew Walker authored
When user adds invalid auxilary parameter(s) to the smb.conf, pdbedit invocations (or any utilty that ultimately calls lpcfg_map_parameter()), will result in additional warning messages being printed even at DEBUG 0 on stdout. This may break parsing of output from the CLI utility, and in the case of pdbedit, will prevent updating of user password. This commit will change two things. First is a minimal workaround for the passdb update to splitlines() and use only last element of resulting list. Warnings in this specific situation are prepended to the command's output and so will be safely discarded. Additionally, validation for smb_options (auxiliary parameters for the SMB service) will be expanded to add a call to LoadParm.dump_a_parameter(<aux param>). This function will raise a RuntimeError if the parameter being queried does not exist in Samba's internal param table.
-
- 10 Sep, 2020 2 commits
-
-
William Grzybowski authored
NAS-107468 / 11.3 / Validate cloud sync local path
-
themylogin authored
-
- 09 Sep, 2020 6 commits
-
-
William Grzybowski authored
NAS-107504 / 11.3 / Fix update.destroy_upload_location
-
William Grzybowski authored
NAS-107506 / 11.3 / correctly reload resolvconf when updating search domains
-
themylogin authored
-
caleb authored
-
William Grzybowski authored
NAS-107479 / 11.3 / Account that, for some reason, some RAID cards that are flashed to IT…
-
themylogin authored
Account that, for some reason, some RAID cards that are flashed to IT mode are registered with the ciss driver although they really do JBOD
-
- 08 Sep, 2020 4 commits
-
-
William Grzybowski authored
NAS-106110 / 11.3 / Donot raise UPS alert during self test (by sonicaj)
-
Waqar Ahmed authored
There are some UPS models which run a self test at scheduled intervals where they go on battery and back during the test. We should not raise an alert in this case as this is scheduled and expected and gives a false alarm.
-
William Grzybowski authored
Fix SMB share bind ip check
-
Andrew Walker authored
(cherry picked from commit 399988e5)
-
- 04 Sep, 2020 2 commits
-
-
Joe Maloney authored
NAS-107432 / 11.3 / disable offload capabilitie in interface test for core only (by ericbsd)
-
Joe Maloney authored
NAS-107440 / 11.3 / Changing network test 03 to more automated and to not rely on config (by ericbsd)
-
- 03 Sep, 2020 2 commits
-
- 02 Sep, 2020 4 commits
-
-
William Grzybowski authored
NAS-107437 / 11.3 / Expand validation for user home directories
-
Andrew Walker authored
Re-implement validation from legacy_ui preventing users from setting zpool mountpoints as a home directory. Require owner read and execute on a home directory.
-
William Grzybowski authored
NAS-107438 / 11.3 / Reintroduce special behavior for HOMES path
-
Andrew Walker authored
The SMB plugin had undocumented behavior prior to 11.3 whereby in LDAP enviorments, administrators could leave the SMB path empty for HOMES shares and thereby allow samba to auto-generate the path based on the user's home directory path configured on the remote LDAP server.
-
- 28 Aug, 2020 2 commits
-
-
William Grzybowski authored
NAS-107315 / 11.3 / fix rsync mem leak when snapdir = visible (by yocalebo)
-
caleb authored
-
- 27 Aug, 2020 1 commit
-
-
William Grzybowski authored
Backport extra SMB validation from 12.0
-