• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

NT-Authentication on WebLogic

 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
does annybody know, how I can "built" a Login-Dialog, that checks the NT-Username and -Password with the NT-Domain? If the user istn't member on the NT-Domain he should not get access to the Server. I don't want to add all the NT-Users to the WebLogic ACL!!!
Thanx in advance for helping!!!
Lars
 
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Have you tried this:
...setting up the "NTRealm" which will query a Domain Controller for authentication. Seems that you need to add at a System user to the weblogic ACL in order to query the DC
http://www.weblogic.com/docs51/admindocs/ntrealm.html
Jon
 
Lars Neumann
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I did that already.
First problem is the domain name, I don't know what the exact syntax is to add to the field. Only the name is not enough. I get an error message on serverstart: -bad domain name-!
The other thing is, that NT-Authentication needs the server started via NT-Services. But when I start my server that way, I can't access my servlet anymore. When I start Server from DOS it's no problem.
Any idea???
Lars
 
Ranch Hand
Posts: 40
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Under services: It is because you didn't provide parameters (like classpath, path..) to start project server. So you need to figure it out. Clue is, you need to use sp9 (with WLS5.1)
Under DOS: It is because your script file includes everything the project server needs.
yongping
 
reply
    Bookmark Topic Watch Topic
  • New Topic