Ignore:
Timestamp:
05/07/21 20:56:22 (3 years ago)
Author:
tbretz
Message:
Minor fixes.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/www/smartfact/index.php

    r18514 r20100  
    2222    $password = $_SERVER['PHP_AUTH_PW'];
    2323
    24     $con = @ldap_connect($ldaphost);
     24    $con = @ldap_connect("ldap://".$ldaphost);
    2525    if (!$con)
    2626        return "ldap_connect failed to ".$ldaphost;
Note: See TracChangeset for help on using the changeset viewer.