fix logic for pam_controlled_service (#6599)
This commit is contained in:
		
							parent
							
								
									b4f8e87358
								
							
						
					
					
						commit
						42fe05dea1
					
				| @ -159,7 +159,7 @@ STREAMING_CLUSTER_NUM=1 | ||||
| # PAM_DEFAULT_SUFFIX=pam | ||||
| # Name of the pam service (pam "auth" section is evaluated) | ||||
| # PAM_DEFAULT_SERVICE=rpam | ||||
| # Name of the pam service used for checking if an user can register (pam "account" section is evaluated) | ||||
| # Name of the pam service used for checking if an user can register (pam "account" section is evaluated) (nil (disabled) by default) | ||||
| # PAM_CONTROLLED_SERVICE=rpam | ||||
| 
 | ||||
| # Global OAuth settings (optional) : | ||||
|  | ||||
| @ -344,7 +344,7 @@ Devise.setup do |config| | ||||
|     config.check_at_sign          = true | ||||
|     config.pam_default_suffix     = ENV.fetch('PAM_DEFAULT_SUFFIX') { nil } | ||||
|     config.pam_default_service    = ENV.fetch('PAM_DEFAULT_SERVICE') { 'rpam' } | ||||
|     config.pam_controlled_service = ENV.fetch('PAM_CONTROLLED_SERVICE') { 'rpam' } | ||||
|     config.pam_controlled_service = ENV.fetch('PAM_CONTROLLED_SERVICE') { nil } | ||||
|   end | ||||
| 
 | ||||
|   if ENV['LDAP_ENABLED'] == 'true' | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user