- fix: set default auth method to 'check' not 'plain'

release-0.6
alecpl 16 years ago
parent 1af6fe235d
commit 46b48e6d34

@ -543,7 +543,7 @@ function iil_Connect($host, $user, $password, $options=null) {
}
if (empty($auth_method))
$auth_method = 'plain';
$auth_method = 'check';
$message = "INITIAL: $auth_method\n";

Loading…
Cancel
Save