You are here

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

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