diff --git a/setup/ldap.php b/setup/ldap.php index 0bad9ff06d..29d072e3c1 100644 --- a/setup/ldap.php +++ b/setup/ldap.php @@ -163,7 +163,9 @@ { // this could be fatal if one already has an user with account_lid == uid // $thisacctid = $acct_exist; // and uses the LDAP uidnumber for an unix account if ($acct_exist != $thisacctid) + { echo "
WARNING: user '$thisacctlid'=$thisacctid already exist in SQL under the account_id=$acct_exist
"; + } } $id_exist = $accounts->exists(intval($thisacctid)); // If the account does not exist in _both_ (== returnvalue < 3) create it