where change change permission if ldap manage auth and autorisation ? #3142
-
| hi I'm guess, how it works when ldap is backnd for auth and autorisation | 
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            michaelklishin
          
      
      
        Jul 1, 2021 
      
    
    Replies: 1 comment
-
| When the LDAP authn/authz backend is used, all operations ultimately result in LDAP queries Multiple backends can be used in combination, in that case, you may have to update other sources, e.g. the internal RabbitMQ permission database. | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
      Answer selected by
        michaelklishin
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
When the LDAP authn/authz backend is used, all operations ultimately result in LDAP queries
(caching not considered), so you need to change the LDAP directory (database).
Multiple backends can be used in combination, in that case, you may have to update other sources, e.g. the internal RabbitMQ permission database.