You are here

ldap_authorization.provider.yml in Lightweight Directory Access Protocol (LDAP) 8.3

Same filename and directory in other branches
  1. 8.4 ldap_authorization/config/schema/ldap_authorization.provider.yml
ldap_authorization/config/schema/ldap_authorization.provider.yml

File

ldap_authorization/config/schema/ldap_authorization.provider.yml
View source
  1. authorization.provider.plugin.ldap_provider:
  2. type: mapping
  3. label: 'LDAP Authorization settings'
  4. mapping:
  5. status:
  6. type: mapping
  7. label: 'LDAP values group'
  8. mapping:
  9. server:
  10. type: string
  11. label: 'Machine name for the server to use'
  12. only_ldap_authenticated:
  13. label: 'Only apply the role configuration to users authenticated via LDAP'
  14. type: boolean
  15. filter_and_mappings:
  16. type: mapping
  17. label: 'LDAP filters group'
  18. mapping:
  19. use_first_attr_as_groupid:
  20. type: boolean
  21. label: 'Convert full DN to value of first attribute before mapping'