Ver Fonte

Added parameter for auth module.

Jan Janak há 23 anos atrás
pai
commit
8e35120bac
1 ficheiros alterados com 6 adições e 1 exclusões
  1. 6 1
      etc/ser.cfg

+ 6 - 1
etc/ser.cfg

@@ -45,9 +45,14 @@ modparam("usrloc", "db_mode",   0)
 
 # -- auth params --
 # Uncomment if you are using auth module
+#
 #modparam("auth", "secret", "alsdkhglaksdhfkloiwr")
 #modparam("auth", "calculate_ha1", yes)
-
+#
+# If you set "calculate_ha1" parameter to yes (which true in this config), 
+# uncomment also the following parameter)
+#
+#modparam("auth", "password_column", "password")
 
 # -------------------------  request routing logic -------------------