Browse Source

added commented line for ldap

dominik 1 year ago
parent
commit
3fefcb4809
1 changed files with 4 additions and 2 deletions
  1. 4 2
      data/conf.d/31-auth.yml

+ 4 - 2
data/conf.d/31-auth.yml

@@ -1,7 +1,9 @@
-auth_method: internal
+auth_method:
+  - internal
+#  - ldap
 auth_password_format: scram
 auth_scram_hash: sha512
 
 disable_sasl_mechanisms:
   - "digest-md5"
-  - "x-oauth2"
+  - "x-oauth2"