--- kdebase-3.2.2/kioslave/smb/kio_smb_auth.cpp~ 2004-05-24 18:38:21 +0400 +++ kdebase-3.2.2/kioslave/smb/kio_smb_auth.cpp 2004-05-24 18:40:15 +0400 @@ -89,7 +89,7 @@ void SMBSlave::auth_smbc_get_data(const if ( m_default_user.isEmpty() ) { // ok, we do not know the password. Let's try anonymous before we try for real - info.username = "anonymous"; + info.username = "guest"; info.password = QString::null; } else