correct ldap setup
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Mauro Torrez
2019-10-12 18:34:06 -03:00
parent 0bcb81bb23
commit 351e257c91
10 changed files with 380 additions and 330 deletions

View File

@@ -196,27 +196,28 @@ RUN \
}
ENV LDAP_ENABLE=false
ENV LDAP_CONFIG_ID=s01
ENV LDAP_HOST=
ENV LDAP_PORT=389
ENV LDAP_BACKUP_HOST=
ENV LDAP_BACKUP_PORT=389
ENV LDAP_DN=
ENV LDAP_AGENT_NAME=
ENV LDAP_AGENT_PASSWORD=
ENV LDAP_BASE=
ENV LDAP_BASE_USERS=
ENV LDAP_BASE_GROUPS=
# space-separated objectclass values
ENV LDAP_USERFILTER_OBJECTCLASS=inetOrgPerson
ENV LDAP_USERLIST_FILTER=
ENV LDAP_USER_FILTER_OBJECTCLASS=inetOrgPerson
ENV LDAP_USER_FILTER=
ENV LDAP_LOGIN_FILTER=
ENV LDAP_GROUPFILTER_OBJECTCLASS=organizationalRole
ENV LDAP_GROUP_FILTER_OBJECTCLASS=organizationalRole
ENV LDAP_GROUP_FILTER=
ENV LDAP_GID_NUMBER=gidNumber
ENV LDAP_DISPLAY_NAME=cn
ENV LDAP_USER_DISPLAY_NAME=cn
ENV LDAP_USER_DISPLAY_NAME_2=
ENV LDAP_GROUP_DISPLAY_NAME=cn
ENV LDAP_EMAIL_ATTR=mail
ENV LDAP_GROUP_MEMBER_ASSOC_ATTRIBUTE=memberUid
ENV LDAP_EMAIL_ATTRIBUTE=mail
ENV LDAP_GROUP_MEMBER_ASSOC_ATTR=memberUid
EXPOSE 9000 9001 9002 9003 9010 9011 9012 9013
ENTRYPOINT ["/entrypoint.sh"]