You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 18, 2018. It is now read-only.
Daniel Hall edited this page Feb 17, 2014
·
4 revisions
[ldap]
# LDAP server details, note the port setting, this is important for Zentyal
uri = ldap://HOST:390
# Authentication
binddn = cn=zentyalro,dc=company,dc=com
bindpw = password
# User parameters
userbase = ou=Users,dc=company,dc=com
userfilter = (uid=%(user)s)
# Set up the basic group parameters.
groupbase = ou=Groups,dc=company,dc=com
groupfilter = (objectClass=zentyalDistributionGroup)
grouptype = GroupOfNamesType
# How do I find staff
staff = cn=TheRatticGroup,ou=Groups,dc=company,dc=com
Now this will not work right away because Zentyal is blocking port 390, lets add the exception to the firewall:
Go to "Gateway", "Firewall", "Packet Filter", "Filtering rules from internal networks to Zentyal", "Configure rules"
You will notice there is one rule with a red sign, click on "Edit" and change "Decision" from "DENY" to "ACCEPT", click "Save changes".