function ldap_api_decrypt in Lightweight Directory Access Protocol (LDAP) 6
File
- includes/
ldap.functions.inc, line 102 - Other LDAP Functions
Code
function ldap_api_decrypt($encrypted, $encryption) {
require_once 'ldap_api.functions.inc';
return _ldap_api_decrypt($encrypted, $encryption);
}