Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: viewtopic.php?t=37864

Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://twitter.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc

Anybody already tested the new auth.dll

Post Reply
User avatar
Rudi De Vos
Admin & Developer
Admin & Developer
Posts: 6832
Joined: 2004-04-23 10:21
Contact:

Anybody already tested the new auth.dll

Post by Rudi De Vos »

[topic=339][/topic]

I don't have domains to test on. We need some feedback on this.....

Rudi
chunkycheese
Posts: 3
Joined: 2004-07-02 16:49

Post by chunkycheese »

We're testing RC18 with domain logons. It appears to work as long as the logon is correct. If one tries to logon with a user that isn't in the appropriate group, UVNC crashes with an error in authad.dll. The user ID and password is correct, it just isn't a member of the group used in the MS Logon setup. The client rejects wrong user ID and password pairs.
Guest

Post by Guest »

On line 327 of authad.cpp, changing the line from:
IADsGroup *pGroup;
to:
IADsGroup *pGroup = NULL;
resolves a NULL pointer exception if it is a valid user, but not in one of MS Logon groups.
Marscha
Former moderator
Former moderator
Posts: 464
Joined: 2004-05-14 06:48

Post by Marscha »

@chunkycheese: Were your tests done with the new auth.dll (see [topic=339][/topic])?
OS version? Domain infrastructure (NT, W2K, AD native)? Cross-domain tests?
Would be great to get a feedback since it's difficult to implement real-world test scenarios :(
chunkycheese
Posts: 3
Joined: 2004-07-02 16:49

Post by chunkycheese »

Marscha wrote:@chunkycheese: Were your tests done with the new auth.dll (see [topic=339][/topic])?
OS version? Domain infrastructure (NT, W2K, AD native)? Cross-domain tests?
Would be great to get a feedback since it's difficult to implement real-world test scenarios :(
We used the new auth.dll, but it didn't make a difference. The changes in authad.dll did get it working.

We are running W2K, AD native. We don't have the infrastructure to do cross-domain testing.

CC
Post Reply