static unsigned int sql_passwd_cost = SQL_PASSWD_COST_INTERACTIVE; #define SQL_PASSWD_ENC_USE_BASE64 1 #define SQL_PASSWD_ENC_USE_HEX_LC 2 #define SQL_PASSWD_ENC_USE_HEX_UC 3 #define ...
This is a contributed Module For mod_sql that allows it to use an SQL Backend that speaks TDS. (Currently Sybase and Microsoft SQL Server). This version is designed to work with mod_sql/4.2.2 and ...