Giter Site home page Giter Site logo

Comments (3)

ViViDboarder avatar ViViDboarder commented on May 13, 2024

I was not able to reproduce. What configuration file are you using? The example one? The same compose file in the root of the repo too?

from vaultwarden_ldap.

ViViDboarder avatar ViViDboarder commented on May 13, 2024

Also, which reported issue are you referring to about the config loading? Iā€™m not seeing one.

from vaultwarden_ldap.

ArnaudTA avatar ArnaudTA commented on May 13, 2024

Hi,
Here the content of my installation, it's very close to yours

version: '3'
services:
  ldap_sync:
    build:
      context: .
      dockerfile: Dockerfile.alpine
    volumes:
      - ./config.toml:/config.toml:ro
    environment:
      - CONFIG_PATH=/config.toml
      - RUST_BACKTRACE=full
    depends_on:
      - vaultwarden
    restart: always
  vaultwarden:
    image: vaultwarden/server
    ports:
      - 8000:80
    environment:
      - ADMIN_TOKEN=admin
      - SIGNUPS_ALLOWED=false
      - INVITATIONS_ALLOWED=false
      - SMTP_HOST=smtp
      - [email protected]
      - SMTP_SSL=false
      - SMTP_PORT=25
      - DOMAIN=http://bitwarden.sensitive.info
    volumes:
      - ./vw-data/:/data/
vaultwarden_url = "http://vaultwarden:80"
vaultwarden_admin_token = "admin"
ldap_host = "ldap.sensitive.info"
ldap_bind_dn = "cn=admin,dc=sensitive,dc=info"
ldap_bind_password = "admin"
ldap_search_base_dn = "dc=sensitive,dc=info"
ldap_search_filter = "(&(objectClass=inetOrgPerson)(memberOf=cn=dsi,cn=adm_domaine,cn=root,dc=sensitive,dc=info))"
ldap_sync_interval_seconds = 300

I just rebuilt image from alpine and today, it works, I really can't explain why ...
I close issue.

from vaultwarden_ldap.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    šŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. šŸ“ŠšŸ“ˆšŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ā¤ļø Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.