Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9314189
D4202.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
920 B
Subscribers
None
D4202.diff
View Options
diff --git a/lib/puppet/type/keycloak_ldap_user_provider.rb b/lib/puppet/type/keycloak_ldap_user_provider.rb
--- a/lib/puppet/type/keycloak_ldap_user_provider.rb
+++ b/lib/puppet/type/keycloak_ldap_user_provider.rb
@@ -203,6 +203,24 @@
]
end
+ newproperty(:trust_email, boolean: true) do
+ desc 'trustEmail'
+ newvalues(:true, :false)
+ defaultto :false
+ end
+
+ newproperty(:full_sync_period, parent: PuppetX::Keycloak::IntegerProperty) do
+ desc 'fullSyncPeriod'
+ defaultto '-1'
+ munge { |v| v.to_s }
+ end
+
+ newproperty(:changed_sync_period, parent: PuppetX::Keycloak::IntegerProperty) do
+ desc 'changedSyncPeriod'
+ defaultto '-1'
+ munge { |v| v.to_s }
+ end
+
validate do
if self[:use_kerberos_for_password_authentication] && self[:auth_type] == 'none'
raise Puppet::Error, 'use_kerberos_for_password_authentication is not valid for auth_type none'
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Jul 2, 12:15 PM (1 d, 19 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3228960
Attached To
D4202: treydock-keycloak: Upgrade to 6.19.0
Event Timeline
Log In to Comment