$_data
$_data : array
The session data.
The Horde_Kolab_Session_Base class holds user details retrieved via LDAP in the current session.
Copyright 2008-2017 Horde LLC (http://www.horde.org/)
See the enclosed file LICENSE for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
connect(string $user_id = null, array $credentials = null) : NULL
Try to connect the session handler.
string | $user_id | The user ID to connect with. |
array | $credentials | An array of login credentials. For Kolab, this must contain a "password" entry. |
If the connection failed.