[cvsnt] Bug in pserver domain user aliasing

Ilya Slobodin islobodin at yandex.ru
Wed Apr 12 16:29:18 BST 2006


Hello!

It seems I have found a bug in pserver domain user aliasing.

I encountered the same problem as Matthew Beermann described in this
newsgroup on Wed, 28 Sep 2005. I failed to alias a cvs user to the domain
user.

áfter I changed cvsnt/src/server.cpp, line 5068 (CVSNT_2_5_03_2260)

     || (found_password[0]=='!' &&
win32_valid_user(username,password,found_password+1, user_handle))

to

     || (found_password[0]=='!' &&
win32_valid_user(host_user_tmp,password,found_password+1, user_token))

authentication started working well.

Best regards,
Ilya Slobodin
Moscow, Russia






More information about the cvsnt mailing list