瀏覽代碼

Added parameter for auth module.

Jan Janak 23 年之前
父節點
當前提交
8e35120bac
共有 1 個文件被更改,包括 6 次插入1 次删除
  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 -------------------