RELEASE 1.1.0.3

This commit is contained in:
Deon George 2009-06-30 21:48:22 +10:00
parent 5c88e0a098
commit 23a33eef99
2 changed files with 5 additions and 2 deletions

View File

@ -1 +1 @@
$Name: RELEASE-1_1_0_2 $
$Name: RELEASE-1_1_0_3 $

View File

@ -1,5 +1,5 @@
<?php
// $Header: /cvsroot/phpldapadmin/phpldapadmin/htdocs/login.php,v 1.56.2.2 2007/12/29 08:24:10 wurley Exp $
// $Header: /cvsroot/phpldapadmin/phpldapadmin/htdocs/login.php,v 1.56.2.3 2007/12/31 01:30:09 wurley Exp $
/**
* For servers whose auth_type is set to 'cookie' or 'session'. Pass me the
@ -96,6 +96,9 @@ if ($anon_bind) {
# Restore the original auth_type
$ldapserver->auth_type = $save_auth_type;
}
} else {
$login['dn'] = $login['val'];
}
# We fake a 'config' server auth_type to omit duplicated code