|
@@ -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 -------------------
|
|
|
|