Support for TLS connections (this release tested with FreeIPA 4).
This commit is contained in:
parent
e0456f4d67
commit
b15ed3ea42
6 changed files with 42 additions and 35 deletions
|
|
@ -7,5 +7,5 @@ $ldap_mail = ($info[0]["mail"][0]);
|
|||
$ldap_givenname_exploded = explode(" ",$ldap_givenname);
|
||||
$ldap_givenname_exploded = $ldap_givenname_exploded[0];
|
||||
$ldap_mail_replaced = preg_replace('+@+','%40', $ldap_mail);
|
||||
$ldap_entryuuid = $info[0]["entryuuid"][0];
|
||||
$ldap_entryuuid = ($info[0][$ldap_map_entryuuid][0]);
|
||||
?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue