What is LDAP?
The LDAP (Lightweight Directory Access Protocol) is an application protocol for accessing and maintaining distributed directory information services over an Internate Protocol (IP) network.
Directory Services may provide any organized set of records, often with a hierarchical structure, such as a corporate mail directory. Similarly, a addressbook is a list of subscribers with an address and a phone number.
Default Port for LDAP Connection :
The default port for LDAP over SSL is 636 and over TCP is 389
The LDAP (Lightweight Directory Access Protocol) is an application protocol for accessing and maintaining distributed directory information services over an Internate Protocol (IP) network.
Directory Services may provide any organized set of records, often with a hierarchical structure, such as a corporate mail directory. Similarly, a addressbook is a list of subscribers with an address and a phone number.
Default Port for LDAP Connection :
The default port for LDAP over SSL is 636 and over TCP is 389
LDAP connection through Java code: