Support for TLS connections (this release tested with FreeIPA 4).

This commit is contained in:
Konstantin Shalygin 2019-10-01 16:21:42 +07:00
parent e0456f4d67
commit b15ed3ea42
No known key found for this signature in database
GPG key ID: DAB31F3D3E5BCB69
6 changed files with 42 additions and 35 deletions

View file

@ -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]);
?>