Topic Path: Symbol Reference > Classes > TIdDICTServer Class > TIdDICTServer Events > OnCommandAuth Event
ContentsIndexHome
PreviousUpNext
TIdDICTServer.OnCommandAuth Event

Specifies the DICT AUTH command event handler.

property OnCommandAuth: TIdDICTAuthEvent;

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:

Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Post feedback to the Indy Docs Newsgroup.