when addind a trusted domain via "net rpc trustdom establish" then we are searching for the #1B PDC even though the #1C BDC should be completely sufficient. The PDC might not even be reachable, in that case we cannot set up that trusted domain at all. Adding a fake 1B to lmhosts or on the WINS server also does not help because the net command will ask the server that it wants to talk to directly via UDP port 137 and if the server doesn't feel like a #1C it will just not answer the request and "net" times out. We should just look for an #1C here I think.
(In reply to comment #0) > talk to directly via UDP port 137 and if the server doesn't feel like a #1C it ^^^^^^^^^^ like a #1B