You are here

function ldap_api_encrypt in Lightweight Directory Access Protocol (LDAP) 6

File

includes/ldap.functions.inc, line 97
Other LDAP Functions

Code

function ldap_api_encrypt($text) {
  require_once 'ldap_api.functions.inc';
  return _ldap_api_encrypt($text);
}