Integrate With Active Directory

Discuss your pilot or production implementation with other Zimbra admins or our engineers.
danielb
Posts: 35
Joined: Mon Jul 15, 2019 6:08 pm

Re: Integrate With Active Directory

Post by danielb »

Never tried this. You can try to configure the filter of the user sync so it won't match your users. Existing users shouldn't be locked as long as they do not have the special value "Synced from external LDAP directory. Do not edit this field" in their note field in Zimbra.
kcs
Posts: 5
Joined: Sat Apr 30, 2022 7:48 am

Re: Integrate With Active Directory

Post by kcs »

Hi,
Pardon me if I am asking a stupid question,
I have created a yml file with our AD details as follows

Code: Select all

domian:
     servers:	ldap://1x.x.x.x:389
     start_tls:	False
     bind_dn:	CN=Administrator,OU=Users,DC=domian,DC=com,DC=au
     bind_pass: 'Secret'
     schema: ad
     base:	OU=Email_users,DC=doamin,DC=com,DC=au
When I run the perl script i get the error

Code: Select all

./zmldapsyns.pl --dry-run
No domain configured for LDAP sync, nothing to do
I am able to sync users for this domain using autoprov method
Can you please help ,
Thanks In Advance
kcs
Posts: 5
Joined: Sat Apr 30, 2022 7:48 am

Re: Integrate With Active Directory

Post by kcs »

I have managed to solve the problem, syntax error in the config file.
Thank you
danielb
Posts: 35
Joined: Mon Jul 15, 2019 6:08 pm

Re: Integrate With Active Directory

Post by danielb »

You made a typo in the config (domian -> domains)
Post Reply