AuthBasicConfig::AuthBasicConfig() :
authenticateChildren(20,0,1,1),
- authenticateConcurrency(1),
authenticate(NULL),
credentialsTTL( 2*60*60 ),
casesensitive(0),
delete negotiateauthenticators;
negotiateauthenticators = NULL;
- debugs(29, 2, "negotiateScheme::done: Negotiate authentication Shutdown.");
-}
-
-void
-AuthNegotiateConfig::done()
-{
if (authenticate)
wordlistDestroy(&authenticate);
+
+ debugs(29, 2, "negotiateScheme::done: Negotiate authentication Shutdown.");
}
void
delete ntlmauthenticators;
ntlmauthenticators = NULL;
- debugs(29, 2, "ntlmScheme::done: NTLM authentication Shutdown.");
-}
-
-/* free any allocated configuration details */
-void
-AuthNTLMConfig::done()
-{
if (authenticate)
wordlistDestroy(&authenticate);
+
+ debugs(29, 2, "ntlmScheme::done: NTLM authentication Shutdown.");
}
void