linux1.0内核的源代码,欢迎大家使用
源代码在线查看: change_passwd.php3
require_once('../lib/ldap/functions.php3'); if ($config[ldap_write_server]) $ds = @ldap_connect($config[ldap_write_server]); else $ds = @ldap_connect($config[ldap_server]); if ($ds){ $r = @da_ldap_bind($ds,$config); if ($r){ if (is_file("../lib/crypt/$config[general_encryption_method].php3")){ include("../lib/crypt/$config[general_encryption_method].php3"); $passwd = da_encrypt($passwd); $passwd = '{' . $config[general_encryption_method] . '}' . $passwd; $mod[$attrmap['User-Password']] = $passwd; if ($config[ldap_debug] == 'true'){ print "DEBUG(LDAP): ldap_mod_replace(): DN='$dn'\n"; print "DEBUG(LDAP): ldap_mod_replace(): Data:"; print_r($mod); print "\n"; } @ldap_mod_replace($ds,$dn,$mod); if (@ldap_error($ds) != 'Success') echo "LDAP ERROR: " . ldap_error($ds) . "\n"; } else echo "Could not open encryption library file.\n"; } @ldap_close($ds); } ?>
|
相关资源 |
|
-
linux1.0内核的源代码,欢迎大家使用
-
这个关于数字识别码的源代码,欢迎大家下载使用,如有问题请联系我.
-
基于linux1.0内核的linux源码
-
74LS138,大家都用得上了,专业教授的资料,欢迎大家使用了
-
MC145011,大家用得上的了,欢迎大家使用了,专业的电子资料
-
本源代码为 网雷弹窗联盟程序的源代码,欢迎大家的下载,学习与交流
-
本源代码为大学生购物网的源代码,欢迎大家的下载,学习与交流
-
该程序是初学者最好用的程序!~欢迎大家使用
QQ:68056085
|