2023-06-29 16:45:36 +02:00
|
|
|
Lightweight Directory Access Protocol (LDAP) servers provide two main
|
2023-07-26 13:56:28 +02:00
|
|
|
authentication methods: the _SASL_ and _Simple_ ones. The
|
|
|
|
_Simple Authentication_ method also breaks down into three different mechanisms:
|
2023-06-29 16:45:36 +02:00
|
|
|
|
|
|
|
* _Anonymous_ Authentication
|
|
|
|
* _Unauthenticated_ Authentication
|
|
|
|
* _Name/Password_ Authentication
|
|
|
|
|
|
|
|
A server that accepts either the _Anonymous_ or _Unauthenticated_ mechanisms will
|
|
|
|
accept connections from clients not providing credentials.
|