安裝self service password
http://ltb-project.org/wiki/download
config 設定參如下,
http://ltb-project.org/wiki/documentation/self-service-password/latest/config_ldap
差別在
$ldap_filter = "(&(objectClass=person)(uid={login}))";
要改成
$ldap_filter = "(&(objectClass=account)(uid={login}))";
$who_change_password = "user";
改成
$who_change_password = "manager";
$hash = "CRYPT";
hash 選符合自己openldap的
這樣就可讓使用者用Web 的方式改密碼
LDAP 的安裝參考
http://blog.jangmt.com/2012/08/centos-6-ldap-server-ldap.html
LDAP + phpldapadmin 參考
http://phorum.study-area.org/index.php?topic=67535.0
LDAP Replication 參考
http://phorum.study-area.org/index.php/topic,67566.0.html
MirrorMode 方式可行,
用Syncrepl則會一直有錯誤,沒法replication,找不出為什麼
~~
http://ltb-project.org/wiki/download
config 設定參如下,
http://ltb-project.org/wiki/documentation/self-service-password/latest/config_ldap
差別在
$ldap_filter = "(&(objectClass=person)(uid={login}))";
要改成
$ldap_filter = "(&(objectClass=account)(uid={login}))";
$who_change_password = "user";
改成
$who_change_password = "manager";
$hash = "CRYPT";
hash 選符合自己openldap的
這樣就可讓使用者用Web 的方式改密碼
LDAP 的安裝參考
http://blog.jangmt.com/2012/08/centos-6-ldap-server-ldap.html
LDAP + phpldapadmin 參考
http://phorum.study-area.org/index.php?topic=67535.0
LDAP Replication 參考
http://phorum.study-area.org/index.php/topic,67566.0.html
MirrorMode 方式可行,
用Syncrepl則會一直有錯誤,沒法replication,找不出為什麼
~~
沒有留言:
張貼留言