You are here

ldap_authentication.schema.yml in Lightweight Directory Access Protocol (LDAP) 8.3

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

File

ldap_authentication/config/schema/ldap_authentication.schema.yml
View source
  1. ldap_authentication.settings:
  2. type: config_object
  3. mapping:
  4. sids:
  5. type: sequence
  6. sequence:
  7. type: string
  8. authenticationMode:
  9. type: integer
  10. label: 'Authentication mode'
  11. loginUIUsernameTxt:
  12. type: text
  13. label: 'Username Description Text'
  14. loginUIPasswordTxt:
  15. type: text
  16. label: 'Password Description Text'
  17. ldapUserHelpLinkUrl:
  18. type: string
  19. label: 'LDAP Account User Help URL'
  20. ldapUserHelpLinkText:
  21. type: text
  22. label: 'LDAP Account User Help Link Text'
  23. emailOption:
  24. type: integer
  25. emailUpdate:
  26. type: integer
  27. emailTemplateHandling:
  28. type: string
  29. emailTemplate:
  30. type: string
  31. emailTemplateUsageResolveConflict:
  32. type: boolean
  33. emailTemplateUsageNeverUpdate:
  34. type: boolean
  35. emailTemplateUsagePromptUser:
  36. type: boolean
  37. emailTemplateUsageRedirectOnLogin:
  38. type: boolean
  39. emailTemplateUsagePromptRegex:
  40. type: string
  41. passwordOption:
  42. type: integer
  43. allowOnlyIfTextInDn:
  44. type: sequence
  45. sequence:
  46. type: string
  47. excludeIfTextInDn:
  48. type: sequence
  49. sequence:
  50. type: string
  51. excludeIfNoAuthorizations:
  52. type: integer