8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 10:03:03 +01:00
This commit is contained in:
asfernandes 2006-12-11 23:11:38 +00:00
parent 7f8bc1c1c6
commit f64e690090

View File

@ -124,7 +124,7 @@ const ConfigImpl::ConfigEntry ConfigImpl::entries[] =
{TYPE_STRING, "GCPolicy", (ConfigValue) GCPolicyDefault}, // garbage collection policy
{TYPE_BOOLEAN, "Redirection", (ConfigValue) false},
{TYPE_BOOLEAN, "OldColumnNaming", (ConfigValue) false}, // if true use old style concatenation
{TYPE_INTEGER, "Authentication", (ConfigValue) 3} // use standard (1), trusted (2) or mixed (3
{TYPE_INTEGER, "Authentication", (ConfigValue) 3} // use standard (1), trusted (2) or mixed (3)
};
/******************************************************************************