You are here

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

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

File

ldap_user/config/schema/ldap_user.schema.yml
View source
  1. ldap_user.settings:
  2. type: config_object
  3. mapping:
  4. drupalAcctProvisionServer:
  5. label: 'LDAP server providing provisioning data'
  6. type: string
  7. ldapEntryProvisionServer:
  8. label: 'LDAP server to provision LDAP entries on'
  9. type: string
  10. drupalAcctProvisionTriggers:
  11. label: 'drupalAcctProvisionTriggers'
  12. type: sequence
  13. sequence:
  14. type: string
  15. ldapEntryProvisionTriggers:
  16. label: 'ldapEntryProvisionTriggers'
  17. type: sequence
  18. sequence:
  19. type: string
  20. orphanedDrupalAcctBehavior:
  21. label: 'orphanedDrupalAcctBehavior'
  22. type: string
  23. orphanedCheckQty:
  24. label: 'orphanedCheckQty'
  25. type: integer
  26. orphanedAccountCheckInterval:
  27. label: 'Orphaned account checking interval'
  28. type: string
  29. userConflictResolve:
  30. label: 'userConflictResolve'
  31. type: string
  32. manualAccountConflict:
  33. label: 'manualAccountConflict'
  34. type: string
  35. acctCreation:
  36. label: 'Application of Drupal account settings to LDAP authenticated users'
  37. type: string
  38. disableAdminPasswordField:
  39. label: 'Disable the password field and auto-generate the password.'
  40. type: boolean
  41. userUpdateCronQuery:
  42. label: 'The LDAP query to use for fetching and updating users periodically.'
  43. type: string
  44. userUpdateCronInterval:
  45. label: 'The interval to use for fetching and updating users periodically.'
  46. type: string
  47. ldapUserSyncMappings:
  48. type: config_object
  49. label: 'Configured sync mappings'
  50. mapping:
  51. drupal:
  52. label: 'To Drupal sync mappings'
  53. type: sequence
  54. sequence:
  55. type: mapping
  56. mapping:
  57. ldap_attr:
  58. type: string
  59. label: 'Ldap attribute'
  60. user_attr:
  61. type: string
  62. label: 'User attribute'
  63. convert:
  64. type: boolean
  65. label: 'Convert from binary'
  66. direction:
  67. type: string
  68. label: 'Provisioning direction'
  69. user_tokens:
  70. type: string
  71. label: 'User entered tokens'
  72. config_module:
  73. type: string
  74. label: 'Module configuring mapping'
  75. prov_module:
  76. type: string
  77. label: 'Module provisioning mapping'
  78. enabled:
  79. type: boolean
  80. label: 'Enabled'
  81. prov_events:
  82. type: sequence
  83. label: 'Configured provisioning events'
  84. sequence:
  85. type: string
  86. ldap:
  87. label: 'To LDAP sync mappings'
  88. type: sequence
  89. sequence:
  90. type: mapping
  91. mapping:
  92. ldap_attr:
  93. type: string
  94. label: 'Ldap attribute'
  95. user_attr:
  96. type: string
  97. label: 'User attribute'
  98. convert:
  99. type: boolean
  100. label: 'Convert from binary'
  101. direction:
  102. type: string
  103. label: 'Provisioning direction'
  104. user_tokens:
  105. type: string
  106. label: 'User entered tokens'
  107. config_module:
  108. type: string
  109. label: 'Module configuring mapping'
  110. prov_module:
  111. type: string
  112. label: 'Module provisioning mapping'
  113. enabled:
  114. type: boolean
  115. label: 'Enabled'
  116. prov_events:
  117. type: sequence
  118. label: 'Configured provisioning events'
  119. sequence:
  120. type: string