adldap / adLDAP

adLDAP is a PHP class that provides LDAP authentication and integration with Active Directory.
GNU Lesser General Public License v2.1
424 stars 204 forks source link

There is no changePassword function in User class while its is mentioned in Description under UserFunction modify tab #137

Open khannajam opened 6 years ago

khannajam commented 6 years ago

[I] (https://github.com/adldap/adLDAP/blob/master/docs/USER-FUNCTIONS.md#modify) am calling $adldap->user()->changePassword(parameters) which is returning error undefined function and if I call $adldap->user()->password() function which is present in User class but this returns a error "SSl is not configured with your webserver". Please mention which function to be called to change password and in which way?