SecureBlackbox 2020 PHP Edition

Questions / Feedback?

AuthAttempt Event

Fires when a connected client makes an authentication attempt.

Object Oriented Interface

public function fireAuthAttempt($param);

Procedural Interface

secureblackbox_kmipserver_register_callback($res, 3, array($this, 'fireAuthAttempt'));

Parameter List


'connectionid'
'username'
'password'
'allow'

Remarks

The class fires this event whenever a client attempts to authenticate itself. Use the Allow parameter to let the client through.

Username and Password contain the professed credentials.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 PHP Edition - Version 20.0 [Build 8154]