[Sfg-users] Always "invalid user id" in Windows authentication / first 5 chars from DOMAINNAME?
Status: Pre-Alpha
Brought to you by:
sundaram123
|
From: Noname N. <ma...@ya...> - 2002-08-06 14:10:25
|
Hello, I'd like to ask your help as I'm running out of ideas. I run a standalone test program (CheckAccount). I always get "invalidn user id" error message, even that values are correct. But what makes this interesting is console output messages. It will say my domain is \\WORKD , but in real life it's \\WORKDOMAIN. I have checked this information from the controlpanel/system properties. That is, native-dll will print only first 5 chars from the domain name. Have you encountered similar problems? Environment: Win2k Pro/Jdk1.3.1 User account used: administrator Server: CMP001 Domain: \\WORKDOMAIN [Console Output] Native: Server Name CMP001 Native: GetDomainName :Server Name \\CMP001 Native: server name \\WORKD Native: Domain Name \\WORKD Native: Error code 1326 Invalid User id ----- [run.bat] set p1=CMP001 set p2=testuser set p3=testpwd c:\jdk1.3.1\bin\java.exe com.sfg.authenticate.win32.CheckAccount %p1% %p2% %p3% ---- thx, >>>>>>>>>>>>>>>>>>>>>>>>>> FROM: Sundaram Ramasamy DATE: 10/26/2001 06:29:28 SUBJECT: [Sfg-users] Question on NT authentication with Tomcat Hi, If you goto control panel -> System You will get the System Properties. = Click the Network Identification tab. You will see Full computer Name : XXXXXX Domain: YYYY You need to give XXXX value in the web.xml file. Thanks >>>>>>>>>>>>>>>>>>>>>>>>>>>< I've downloaded the sample app from http://sfg.sourceforge.net, couldn't get to work. It always says invalid login. Can you clarify what's the server name that I need to supply in = web.xml? __________________________________________________ Do You Yahoo!? Yahoo! Health - Feel better, live better http://health.yahoo.com |