fix dockerfile sybtax
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Mauro Torrez 2019-10-12 17:33:20 -03:00
parent e447a48200
commit 0bcb81bb23
5 changed files with 25 additions and 25 deletions

View File

@ -203,14 +203,14 @@ ENV LDAP_BACKUP_PORT=389
ENV LDAP_DN=
ENV LDAP_AGENT_PASSWORD=
ENV LDAP_BASE=
ENV LDAP_BASE_USERS
ENV LDAP_BASE_GROUPS
ENV LDAP_BASE_USERS=
ENV LDAP_BASE_GROUPS=
# space-separated objectclass values
ENV LDAP_USERFILTER_OBJECTCLASS=inetOrgPerson
ENV LDAP_USERLIST_FILTER
ENV LDAP_LOGIN_FILTER
ENV LDAP_USERLIST_FILTER=
ENV LDAP_LOGIN_FILTER=
ENV LDAP_GROUPFILTER_OBJECTCLASS=organizationalRole
ENV LDAP_GROUP_FILTER
ENV LDAP_GROUP_FILTER=
ENV LDAP_GID_NUMBER=gidNumber
ENV LDAP_DISPLAY_NAME=cn
ENV LDAP_USER_DISPLAY_NAME_2=

View File

@ -203,14 +203,14 @@ ENV LDAP_BACKUP_PORT=389
ENV LDAP_DN=
ENV LDAP_AGENT_PASSWORD=
ENV LDAP_BASE=
ENV LDAP_BASE_USERS
ENV LDAP_BASE_GROUPS
ENV LDAP_BASE_USERS=
ENV LDAP_BASE_GROUPS=
# space-separated objectclass values
ENV LDAP_USERFILTER_OBJECTCLASS=inetOrgPerson
ENV LDAP_USERLIST_FILTER
ENV LDAP_LOGIN_FILTER
ENV LDAP_USERLIST_FILTER=
ENV LDAP_LOGIN_FILTER=
ENV LDAP_GROUPFILTER_OBJECTCLASS=organizationalRole
ENV LDAP_GROUP_FILTER
ENV LDAP_GROUP_FILTER=
ENV LDAP_GID_NUMBER=gidNumber
ENV LDAP_DISPLAY_NAME=cn
ENV LDAP_USER_DISPLAY_NAME_2=

View File

@ -203,14 +203,14 @@ ENV LDAP_BACKUP_PORT=389
ENV LDAP_DN=
ENV LDAP_AGENT_PASSWORD=
ENV LDAP_BASE=
ENV LDAP_BASE_USERS
ENV LDAP_BASE_GROUPS
ENV LDAP_BASE_USERS=
ENV LDAP_BASE_GROUPS=
# space-separated objectclass values
ENV LDAP_USERFILTER_OBJECTCLASS=inetOrgPerson
ENV LDAP_USERLIST_FILTER
ENV LDAP_LOGIN_FILTER
ENV LDAP_USERLIST_FILTER=
ENV LDAP_LOGIN_FILTER=
ENV LDAP_GROUPFILTER_OBJECTCLASS=organizationalRole
ENV LDAP_GROUP_FILTER
ENV LDAP_GROUP_FILTER=
ENV LDAP_GID_NUMBER=gidNumber
ENV LDAP_DISPLAY_NAME=cn
ENV LDAP_USER_DISPLAY_NAME_2=

View File

@ -203,14 +203,14 @@ ENV LDAP_BACKUP_PORT=389
ENV LDAP_DN=
ENV LDAP_AGENT_PASSWORD=
ENV LDAP_BASE=
ENV LDAP_BASE_USERS
ENV LDAP_BASE_GROUPS
ENV LDAP_BASE_USERS=
ENV LDAP_BASE_GROUPS=
# space-separated objectclass values
ENV LDAP_USERFILTER_OBJECTCLASS=inetOrgPerson
ENV LDAP_USERLIST_FILTER
ENV LDAP_LOGIN_FILTER
ENV LDAP_USERLIST_FILTER=
ENV LDAP_LOGIN_FILTER=
ENV LDAP_GROUPFILTER_OBJECTCLASS=organizationalRole
ENV LDAP_GROUP_FILTER
ENV LDAP_GROUP_FILTER=
ENV LDAP_GID_NUMBER=gidNumber
ENV LDAP_DISPLAY_NAME=cn
ENV LDAP_USER_DISPLAY_NAME_2=

View File

@ -202,14 +202,14 @@ ENV LDAP_BACKUP_PORT=389
ENV LDAP_DN=
ENV LDAP_AGENT_PASSWORD=
ENV LDAP_BASE=
ENV LDAP_BASE_USERS
ENV LDAP_BASE_GROUPS
ENV LDAP_BASE_USERS=
ENV LDAP_BASE_GROUPS=
# space-separated objectclass values
ENV LDAP_USERFILTER_OBJECTCLASS=inetOrgPerson
ENV LDAP_USERLIST_FILTER
ENV LDAP_LOGIN_FILTER
ENV LDAP_USERLIST_FILTER=
ENV LDAP_LOGIN_FILTER=
ENV LDAP_GROUPFILTER_OBJECTCLASS=organizationalRole
ENV LDAP_GROUP_FILTER
ENV LDAP_GROUP_FILTER=
ENV LDAP_GID_NUMBER=gidNumber
ENV LDAP_DISPLAY_NAME=cn
ENV LDAP_USER_DISPLAY_NAME_2=