Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
lauramayer
Posting Yak Master
152 Posts |
Posted - 2004-03-26 : 12:14:25
|
| Good morning,I am a working in a mixed environment of Novell clients and windows servers. The servers are running NT and the clients range from Novell client 3.0 to 4. I think and I've seen it happen that you can't have a windows wuthentication login in SQL if you are logging in with a novell client. Is this true? I believe you can only log in to SQL with a SQL server authentication in this environment. Any thoughts?ThanksLaura |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2004-03-26 : 12:19:10
|
| Novell client uses a Novell userid, which is not a Windows userid. Windows authentication uses Windows userid. So yes you must use sql authentication.Tara |
 |
|
|
lauramayer
Posting Yak Master
152 Posts |
Posted - 2004-03-26 : 12:37:50
|
| Thanks Tara, It's always nice when I'm right :)Laura |
 |
|
|
|
|
|