files.com 1.1.33 → 1.1.34

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c1013d85540f4e675b94061f769e2e6ec2edbae5742d89325672731c6001bc6e
4
- data.tar.gz: 42beb0793becfbc48c380ca8ca0867897e59542bba61e7042b1e9b38d1563928
3
+ metadata.gz: b6a5a83fc2a30a2da9edb6dc6f2ca83ea3101647c91a654d4c9e509a77bbfe27
4
+ data.tar.gz: ad54b1d3fdc3e2fd8559920d0a3104ee01b798e86f4cf55e5dac21d848acbe8a
5
5
  SHA512:
6
- metadata.gz: 6c5d968b989e3f45daee5daaa97df4aa6762ab18623e6402cb883c0a73ef9332ea02b88b7751f5019d7c58643c786fe9dad9ef4085bbc187e3ac26a7158ed404
7
- data.tar.gz: c4e82ebccca1a556f8c475ec09fd7c7987a9a583f0b12bfd63890f855e20390f2c7bf94728484309b8648671f68c4807cea178e9bfce062d712493bfbbce7fd1
6
+ metadata.gz: b4154009b8ff423f948378a0aa4c49eb79f180993a5ab03353a7d38da775844d52ceb5bf4261047763e6d20c3a0a9c492b5a070b0ca8c494fc275bbe8b88d183
7
+ data.tar.gz: a70d60ccd0249f97c9373a2846dbe35aa90c3f0eee4762e7a4211b134aa1cfe14c862186c26381034553da6d715ba85d0865e34bcfb41c9de64d87a41adfbb42
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.33
1
+ 1.1.34
data/docs/sso_strategy.md CHANGED
@@ -39,6 +39,7 @@
39
39
  "provision_sftp_permission": true,
40
40
  "provision_time_zone": "Eastern Time (US & Canada)",
41
41
  "provision_company": "ACME Corp.",
42
+ "provision_require_2fa": "always_require",
42
43
  "ldap_base_dn": "example",
43
44
  "ldap_domain": "mysite.com",
44
45
  "enabled": true,
@@ -87,6 +88,7 @@
87
88
  * `provision_sftp_permission` (boolean): Auto-provisioned users get SFTP permission?
88
89
  * `provision_time_zone` (string): Default time zone for auto provisioned users.
89
90
  * `provision_company` (string): Default company for auto provisioned users.
91
+ * `provision_require_2fa` (string): 2FA required setting for auto provisioned users.
90
92
  * `ldap_base_dn` (string): Base DN for looking up users in LDAP server
91
93
  * `ldap_domain` (string): Domain name that will be appended to LDAP usernames
92
94
  * `enabled` (boolean): Is strategy enabled? This may become automatically set to `false` after a high number and duration of failures.
@@ -184,6 +184,11 @@ module Files
184
184
  @attributes[:provision_company]
185
185
  end
186
186
 
187
+ # string - 2FA required setting for auto provisioned users.
188
+ def provision_require_2fa
189
+ @attributes[:provision_require_2fa]
190
+ end
191
+
187
192
  # string - Base DN for looking up users in LDAP server
188
193
  def ldap_base_dn
189
194
  @attributes[:ldap_base_dn]
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Files
4
- VERSION = "1.1.33"
4
+ VERSION = "1.1.34"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: files.com
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.33
4
+ version: 1.1.34
5
5
  platform: ruby
6
6
  authors:
7
7
  - files.com
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-04-02 00:00:00.000000000 Z
11
+ date: 2024-04-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable