Zimbra 8 as LDAP account provider

Hi @davidep
This is attach the output of account-provider-test dump

[root@test ~]#account-provider-test dump
{
“startTls” : “”,
“bindUser” : null,
“userDN” : “dc=mydomain,dc=com”,
“port” : 389,
“isAD” : “”,
“host” : “127.0.0.1”,
“groupDN” : “dc=mydomain,dc=com”,
“isLdap” : “”,
“ldapURI” : “ldap://127.0.0.1”,
“baseDN” : “dc=mydomain,dc=com”,
“bindPassword” : “”,
“bindDN” : “”
{
“startTls” : “”,
“bindUser” : “zimbra”,
“userDN” : “ou=people,dc=mydomain,dc=com”,
“port” : “389”,
“isAD” : “”,
“host” : “1xx.xxx.xxx.xxx”,
“groupDN” : “dc=mydomain,dc=com”,
“isLdap” : “1”,
“ldapURI” : “ldap://1xx.xxx.xxx.xxx:389”,
“baseDN” : “dc=mydomain,dc=com”,
“bindPassword” : “xxxxxxxxxx”,
“bindDN” : “uid=zimbra,cn=admins,cn=zimbra”
}
[root@test ~]# {

“startTls” : “”,
“bindUser” : null,
“userDN” : “dc=mydomain,dc=com”,
“port” : 389,
“isAD” : “”,
“host” : “127.0.0.1”,
“groupDN” : “dc=mydomain,dc=com”,
“isLdap” : “”,
“ldapURI” : “ldap://127.0.0.1”,
“baseDN” : “dc=mydomain,dc=com”,
“bindPassword” : “”,
“bindDN” : “”
Thank you