Skip to content

Commit

Permalink
Warning about DRYRUN, typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sirtoobii authored Mar 20, 2024
1 parent 316c4a0 commit d9d33a0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .env.dist
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Heads-up: DRYRUN mode is active by default!
# URL to ldap server, currently only one server is supported
LDAP_SERVER=ldap.example.com

Expand All @@ -18,7 +19,7 @@ VAULTWARDEN_ADMIN_TOKEN=<VAULTWARDEN_ADMIN_TOKEN>
# Path to the sqlite DB file, path is relative to bin/
SQLITE_DB=/data/ldap_sync.sqlite

# If set to 1, users which are disabled because they dispersed from LDAP and are then re-enabled by an admin (in Vaultwarden),
# If set to 1, users which are disabled because they disappeared from LDAP and are then re-enabled by an admin (in Vaultwarden),
# are removed from the management capabilities of this script
UNTIE_RE-ENABLED_USERS=1

Expand All @@ -38,4 +39,4 @@ LOGFILE=/data/logs/ldap_sync.log
LOGLEVEL=INFO

# If set to 1 we just print the log output but do not perform any changes
DRYRUN=1
DRYRUN=1

0 comments on commit d9d33a0

Please sign in to comment.