Internet Direct (Indy) Version 9.0.2 Beta
TIdDICTServer.OnCommandAuth
Specifies the DICT AUTH command event handler.

property OnCommandAuth: TIdDICTAuthEvent;
Description
OnCommandAuth specifies the TIdDICTAuthEvent event handler used to respond to the DICT AUTH command, as described in RFC 2229.

The DICT AUTH command allows a client to be authenticated using a user name and an APOP-style MD5 Checksum as described in RFC 1939.

Authentication is an optional server capability. The AUTH command may be implemented by a DICT server.

Applications should assign a procedure to the event handler in order to respond to the DICT command, or the server will return the default message:

  500 command not recognized