|
|
@ -831,7 +831,7 @@ void TDEKerberosClientSocket::continueKerberosInitialization() {
|
|
|
|
|
|
|
|
|
|
|
|
TQStringList krbMechList = TQStringList::split(" ", buf, false);
|
|
|
|
TQStringList krbMechList = TQStringList::split(" ", buf, false);
|
|
|
|
|
|
|
|
|
|
|
|
// If mechanism override is set then use it1
|
|
|
|
// If a mechanism override list is set then use it!
|
|
|
|
if (m_overrideMechanisms.count() > 0) {
|
|
|
|
if (m_overrideMechanisms.count() > 0) {
|
|
|
|
printf("[DEBUG] Overriding mechanisms list: %s\n", m_overrideMechanisms.join(" ").ascii());
|
|
|
|
printf("[DEBUG] Overriding mechanisms list: %s\n", m_overrideMechanisms.join(" ").ascii());
|
|
|
|
|
|
|
|
|
|
|
|