Discuss this help topic in SecureBlackbox Forum
This event is fired when the client requested hostbased-authentication.
Declaration
Parameters
- Username - the name of the client being authenticated
- ClientUsername - the name of the client at the ClientHostname host
- ClientHostname - the name of some host
- Key - the client's public key
- Accept - set this parameter to True to allow authentication.
- pcUsername - the name of the client being authenticated
- szUsername - the length of pcUsername.
- pcClientUsername - the name of the client at the ClientHostname host
- szClientUsername - the length of pcClientUsername.
- pcClientHostname - the name of some host
- szClientHostname - the length of pcClientHostname.
Description
Hostbased-authentication is based on "RHOSTS" authentication
that is usual for Unix, using key, name of other host and client name on that host.
This event gives you the key to check. The handler has to check
that the key corresponds to the user
Username who has account
ClientUsername on
ClientHostname server.
Discuss this help topic in SecureBlackbox Forum