Review board自己已經支持ldap登陸,咱們須要作的就是一些安裝、配置工做。首先review board須要python-ldap,若是沒有安裝,咱們在打開ldap配置頁面,就會提醒LDAP authentication requires the python-ldap library, which is not installed.。python
python-ldap下載地址https://pypi.python.org/pypi/python-ldap/,下載完成後,安裝。或者直接使用yum、apt-get安裝。服務器
安裝完畢後,能夠在review board admin控制檯進行ldap配置,若是是本機搭建,那地址應該是http://localhost/admin/settings/authentication/。dom
Authentication Method 這個固然選擇LDAPui
LDAP Server,這個填寫ldap服務器的地址,格式ldap://yourdomain.com:389spa
LDAP Base DN,這裏填寫dn信息,格式OU=yourdomain,DC=yourserver,DC=com,若是不知道,須要找ldap管理員獲取。orm
Given Name,這個須要根據ldap服務器信息填寫,通常是givenNameserver
Surname Attribute,通常是snget
Full Name Attribute,通常是cnit
Email Domain填寫郵箱後綴,如baidu.com,sina.com.cn等io
E-Mail LDAP Attribute,通常填寫mail