| 
 | 
1、        通过配置文件C:\xampp\htdocs\conf\production\config-itop.php,启用LDAP进行密码验证, 
'authent-ldap' => array ( 
                'host' => '192.168.0.2', 
                'port' => 389, 
                'default_user' => 'it', 
                'default_pwd' => 'it168', 
                'base_dn' => 'cn=*,users=*,dc=*,dc=*', 
                'user_query' => '(&(uid=%1$s)(inetuserstatus=ACTIVE))', 
通过以上设置,,,可以由AD提供验证。 
 
附档是AD帐号导入脚本。超过1000的,可参考下面的链接,有前辈的指引。 
 
http://www.ITILxf.com/thread-33751-1-1.html |   
 
 
 
 |