Changeset 20100 for trunk/FACT++/www/smartfact/index.php
- Timestamp:
- 05/07/21 20:56:22 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/www/smartfact/index.php
r18514 r20100 22 22 $password = $_SERVER['PHP_AUTH_PW']; 23 23 24 $con = @ldap_connect( $ldaphost);24 $con = @ldap_connect("ldap://".$ldaphost); 25 25 if (!$con) 26 26 return "ldap_connect failed to ".$ldaphost;
Note:
See TracChangeset
for help on using the changeset viewer.