Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Problems using windows NT networking authentication
Evert:
You may also need to add the registry key into the registry if you are using domain users: if the username is authenticated from a domain server, it wont work unless you add
OSAUTH_PREFIX_DOMAIN=True in HKLM\SOFTWARE\ORACLE.
Also, if you use domain accounts note that your users should be "OPS$DOMAINNAME\USER" For more info check out the getting started guide.
Dave
Evert J. Smit wrote in message <7h0lk7$3on$1_at_news.kabelfoon.nl>...
>Hi,
>
>I want to connect the users at the office with the same password as they
>connect to the domain server.
>I'm using version Oracle 8.0.4.0.0.
>What I've tried allready is:
>* added the line OS_AUTHENT_PREFIX = "" in the init file.
>* added the line SQLNET.AUTHENTICATIONS_SERVICES = (NTS) in the sqlnet.ora
>file. (There is another line called SQLNET.AUTHENTICATION_SERVICES =
>(SECUREID) which was allready in the sqlnet.ora file).
>* created a user with Sqlplus under the system account with: create user
><example> identified externally
>* gave this user example the dba role
>
>I thought this is all you've to do. For testing i restarted the computer
and
>logged in under useraccount example. So when I tried to connect Sqlplus
with
>the following command line : sqlplus /@hddb (hddb is the alias we're using)
>there comes an ORA message.
>Which is 'ORA-01004: default username feature not supported; logon denied'.
>But I thought that I did everything right.
>So what did I do wrong ?
>Can anybody help me out please.
>
>Thanks,
>
>Evert
>
>
Received on Sun May 09 1999 - 15:49:26 CDT
![]() |
![]() |