生命中遇到不能解决的问题,请大家帮忙, 谢谢: The following C# call throws COMException with error message “A referral was returned from the server.” DirectoryEntry.Exists(LDAP://DC=DomainName1,DC=DomainName2,DC=com) The domain/forest “DC=DomainName1,DC=DomainName2,DC=com” does exists but it’s in a different domain/forest from the client who is making the call. What’s the solution for this problem?
Try to get the problem set from MATE seminar. The first 20 problems is the same as MATE Manual but there are 40-50 more problems in the seminar manual. Stay away from Condie problem set.
LDAP? Authentication problem? We use following line to open a DirectoryEntry, wish that might help C# DirectoryEntry entry = new DirectoryEntry(ldapPath, username, password, AuthenticationTypes.None); F# let entry = new DirectoryEntry(ldapPath, username, password, AuthenticationTypes.None);