TheMaster
08/26/2024, 3:19 PMyaml
lldap:
image: lldap/lldap:stable
container_name: lldap
ports:
# For LDAP, not recommended to expose, see Usage section.
- "3890:3890"
# For LDAPS (LDAP Over SSL), enable port if LLDAP_LDAPS_OPTIONS__ENABLED set true, look env below
#- "6360:6360"
# For the web front-end
- "17170:17170"
volumes:
# - "lldap_data:/data"
# Alternatively, you can mount a local folder
- "../data/lldap:/data"
environment:
- UID=####
- GID=####
- TZ=####
- LLDAP_JWT_SECRET=REPLACE_WITH_RANDOM
- LLDAP_KEY_SEED=REPLACE_WITH_RANDOM
- LLDAP_LDAP_BASE_DN=dc=example,dc=com
# If using LDAPS, set enabled true and configure cert and key path
# - LLDAP_LDAPS_OPTIONS__ENABLED=true
# - LLDAP_LDAPS_OPTIONS__CERT_FILE=/path/to/certfile.crt
# - LLDAP_LDAPS_OPTIONS__KEY_FILE=/path/to/keyfile.key
# You can also set a different database:
# - LLDAP_DATABASE_URL=mysql://mysql-user:password@mysql-server/my-database
# - LLDAP_DATABASE_URL=postgres://postgres-user:password@postgres-server/my-database
labels:
- 'traefik.enable=true'
- 'traefik.http.routers.lldap.rule=Host(`lldap.${MY_DOMAIN}`)'
- 'traefik.http.routers.lldap.entryPoints=websecure'
so, is something wrong with my commands ?
when i try to access the web ui i got 404 errorAnswer Overflow
08/26/2024, 3:19 PMTheMaster
08/26/2024, 3:20 PMnitnelave
08/26/2024, 3:23 PMrouters.lldap.tls = truenitnelave
08/26/2024, 3:23 PMloadbalancer section as well, server port and scheme (http)TheMaster
08/26/2024, 3:30 PMTheMaster
08/26/2024, 3:31 PMTheMaster
08/26/2024, 3:31 PMTheMaster
08/26/2024, 3:31 PMTheMaster
08/26/2024, 4:05 PMnitnelave
08/26/2024, 4:06 PMTheMaster
08/26/2024, 4:07 PM> Setup permissions..
find: unknown user ####
> Setup permissions..
find: unknown user ####
> Setup permissions..
find: unknown user ####
find: unknown user ####
> Setup permissions..
> Setup permissions..
find: unknown user ####
> Setup permissions..
find: unknown user ####
find: unknown user ####
> Setup permissions..
find: unknown user ####
> Setup permissions..
i was just about to search how to trubleshoot correctlyTheMaster
08/26/2024, 4:08 PMnitnelave
08/26/2024, 4:08 PMTheMaster
08/26/2024, 4:08 PMTheMaster
08/26/2024, 4:08 PMTheMaster
08/26/2024, 4:09 PMnitnelave
08/26/2024, 4:09 PMTheMaster
08/26/2024, 4:10 PMTheMaster
08/26/2024, 4:10 PM