LDAP
Lightweight Directory Access Protocol (LDAP) is an open-standard protocol for accessing and managing directory services. These services are centralized databases that store and organize information about users, groups, resources, and other network objects in a hierarchical structure.
Field |
Type |
Description |
---|---|---|
services.ldap |
object |
|
services.ldap.allows_anonymous_bind |
boolean |
Ability to connect with anonymous bind (empty username and password). |
services.ldap.attributes |
object |
All root DN attributes available via anonymous bind. |
services.ldap.attributes.name |
text |
Name of the LDAP attribute in the root DN. |
services.ldap.attributes.values |
text |
Values for the respective LDAP attribute. |
services.ldap.resultcode |
unsigned_long |
Result or error code returned by LDAP instance upon bind. |
Comments
0 comments
Article is closed for comments.