[Date Prev][Date Next] [Chronological] [Thread] [Top]

SASL DigestMD5 ??



Hi all,

In SASL/Digest MD5 authentication protocol.

The steps as the following:

1. The client is sending an "initial authentication", a bind request, in which
the ldap version is 3, the sasl mechanism is "DIGEST-MD5" and the credential is
absent.

2. The server will response with a bind response with server credential including
realm|nonce|....|cipher-opts|auth-param.

Q>> based on what information from the client, the server will decide which realm to
send to the client so that the client will use it for its response??

Thanks,

-Quan