How to change password in ldap php

藏色散人
Release: 2023-03-09 15:28:02
Original
1889 people have browsed it

How to change the password in ldap php: first find the form page "ldap.html"; then open the processing logic page "ldap.php"; finally modify the code to "$_POST["new_pass1"];if ( !$old_pass) {return...}".

How to change password in ldap php

The operating environment of this article: windows7 system, PHP7.1 version, DELL G3 computer

php realizes the modification of ldap account password

Form page ldap.html

帐号名:
旧密码:
新密码:
Again:
Copy after login

Processing logic ldap.php


 重新修改" 
 ?>
Copy after login

Recommended learning: "PHP Video Tutorial"

The above is the detailed content of How to change password in ldap php. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
php
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!