LDAP - Lightweight Directory Access Protocol

LDAP stands for Lightweight Directory Access Protocol.

LDAP listens on TCP port 389.

It often used to store user data and for authentication of these users.

Active Directory uses LDAP to store its data.

LDAP communications can be encrypted, if encrypted they use TCP port 636.

Comments

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator