跳至内容
菜单
此问题已终结
1 回复
23807 查看

which the parameters used in the ldap connection when we want to connect to an ldap server zimbra version 8.0.

形象
丢弃
编写者 最佳答案

parameters required after installing the module with auth_ldap example are:

To get the data connection to the ldap server zimbra zimbra have to connect to the server and enter the zimbra account execute the command:

zimbra @ mail: ~ $ zmlocalconfig -s zimbra_ldap_password ldap_master_url
 
the result will be something like:
zimbra_ldap_password = thepassword
ldap_master_url = ldap: // server: 389

fields of auth_ldap configuration settings accessed by the menu - companies - edit your company record going into settings.
 
LDAP Server address: ldap: // server
LDAP Server port: 389
Binddn LDAP: uid = zimbra, cn = admins, cn = zimbra
LDAP password: thepassword
LDAP base: dc = youdomain_zimbra, dc = com
LDAP filter: (& (uid =% s))   for autentication user without @domain or  (& (mail =% s)) for the autetication user@domain.com
Create user: Marked
create a User in the system with the permissions model:
Use TLS: unchecked

 

形象
丢弃
编写者

if they want to make authentication for the full email use in ldap filter ($ mail =% s))

相关帖文 回复 查看 活动
1
6月 22
8060
0
1月 21
2478
0
11月 17
5283
0
3月 15
3918
0
3月 15
4244