commit | 92e4866e5498d84a469ce8544f863703cf468990 | [log] [tgz] |
---|---|---|
author | Marc Kupietz <kupietz@ids-mannheim.de> | Thu Feb 23 10:04:21 2023 +0100 |
committer | Marc Kupietz <kupietz@ids-mannheim.de> | Thu Feb 23 10:04:21 2023 +0100 |
tree | f66c2fc46874ced998e7ea6d9ed4e93616ce4920 | |
parent | 773eafa62dd98a8bd3d627c78550440520d02733 [diff] [blame] |
Add option to add passwords unencrypted/unhashed Apparently required for UnboundId
diff --git a/config.php.example b/config.php.example index ebb0e67..32c9488 100755 --- a/config.php.example +++ b/config.php.example
@@ -11,6 +11,7 @@ $USER = "admin"; $PASSWORD = "myldappassword"; $BASE_DN = 'cn={},ou=organization,dc=example,dc=com'; +$ENCRYPT_PASSWORDS = false; // Redis password $REDIS_PASS = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx";