JLDAP::generatePassword/1.5
From Joomla! Documentation
JLDAP::generatePassword
Description
Generates a LDAP compatible password.
Description:JLDAP::generatePassword [Edit Descripton]
public function generatePassword ( $password $type='md5' )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $password | string | password Clear text password to encrypt | |
| $type | string | 'md5' | type Type of password hash, either md5 or SHA |
- Returns string encrypted password
- Defined on line 475 of libraries/joomla/client/ldap.php
See also
-
JLDAP::generatePassword on api.joomla.org
-
JLDAP source code on JoomlaCode
-
Class JLDAP
-
Subpackage Client
- Other versions of JLDAP::generatePassword
SeeAlso:JLDAP::generatePassword [Edit See Also]
User contributed notes
<CodeExamplesForm />