Internet Direct (Indy) Version 9.0.1 Beta
TIdNNTPServer.OnCommandAuthInfo
Specifies the NNTP AUTHINFO command event handler.

property OnCommandAuthInfo: TBasicEvent;
Description
OnCommandAuthInfo identifies the TOtherEvent event handler used to respond to the NNTP AUTHINFO command.

AUTHINFO is a Common NNTP Extension as described in RFC 2980. AUTHINFO is used to inform a server about the identity of a user using one of the three acceptable forms of the command. NNTP Servers are not required to accept authentication information that is volunteered by the client.

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

  500 command not recognized