Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
Jelinek, Robert wrote: > My situation: > > Server: Debian-Linux Clients: Windows (WinCVS with CVSNT) > Authentication: SSPI > > If my users use SSPI as login method, the login information is taken > from the login of Windows. Sometimes the users login with username, > sometimes with Username, sometimes with USERNAME, sometimes with > UserName, ... This sounds like a Winbind issue - usernames on Unix are case sensitive, therefore Winbind *must* check the case of users. If it is using Windows case rules for login then it is broken. cvsnt is behaving correctly in this case. It has no way of knowing that Username is the same user as USERNAME because on Unix it is perfectly valid to have both. Tony