|
|
|
@ -831,7 +831,7 @@ void TDEKerberosClientSocket::continueKerberosInitialization() {
|
|
|
|
|
|
|
|
|
|
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) {
|
|
|
|
|
printf("[DEBUG] Overriding mechanisms list: %s\n", m_overrideMechanisms.join(" ").ascii());
|
|
|
|
|
|
|
|
|
@ -856,7 +856,7 @@ void TDEKerberosClientSocket::continueKerberosInitialization() {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Remove all mechanisms listed in the disallowed list
|
|
|
|
|
if (m_disallowedMechanisms.count() > 0) {
|
|
|
|
|
for (TQStringList::Iterator it = m_disallowedMechanisms.begin(); it != m_disallowedMechanisms.end(); ++it ) {
|
|
|
|
|