浏览代码

auth_db linked

Jiri Kuthan 22 年之前
父节点
当前提交
1e482b2580
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 3 2
      etc/ser.cfg

+ 3 - 2
etc/ser.cfg

@@ -38,6 +38,7 @@ loadmodule "/usr/lib/ser/modules/registrar.so"
 # Uncomment this if you want digest authentication
 # mysql.so must be loaded !
 #loadmodule "/usr/lib/ser/modules/auth.so"
+#loadmodule "/usr/lib/ser/modules/auth_db.so"
 
 # ----------------- setting module-specific parameters ---------------
 
@@ -52,12 +53,12 @@ modparam("usrloc", "db_mode",   0)
 # -- auth params --
 # Uncomment if you are using auth module
 #
-#modparam("auth", "calculate_ha1", yes)
+#modparam("auth_db", "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")
+#modparam("auth_db", "password_column", "password")
 
 # -------------------------  request routing logic -------------------