Re: Re: OS authentication; remote login; domain qualification

2004-01-20 Thread bhabani s pradhan
I added the parameter to registry OSAUTH_PREFIX_DOMAIN=true but it didn't help. Any other place where i can see..? Thanks and Regards B S Pradhan --- On Mon, 19 Jan 2004 Jared Still wrote : You must set OSAUTH_PREFIX_DOMAIN=true in the registry to use externally identified domain

Re: Re: OS authentication; remote login; domain qualification

2004-01-19 Thread bhabani s pradhan
Hi Thanks for the info. Let me try this. Regards, B S Pradhan --- On Mon, 19 Jan 2004 Jared Still wrote : You must set OSAUTH_PREFIX_DOMAIN=true in the registry to use externally identified domain accounts. I can't recall if the default value is true or false, but try setting it

Re: OS authentication; remote login; domain qualification

2004-01-18 Thread Jared Still
You must set OSAUTH_PREFIX_DOMAIN=true in the registry to use externally identified domain accounts. I can't recall if the default value is true or false, but try setting it explicitly. Jared On Sun, 2004-01-18 at 05:49, bhabani s pradhan wrote: Hi All, The client machine is an NT machine

Re: os authentication

2003-02-16 Thread Markus Reger
hello I'd advize you to go through the oracle ee security manual - there are several points to be considered. e.g. starting options of the instance set in initinstance.ora or spfile. then you can distinguish between ... different types of logins ... with or without ssl ... ... with or

Re: OS Authentication on Win2K

2002-10-30 Thread Jared . Still
run: select username from dba_users where password = 'EXTERNAL' Is there a user that matches the currently logged on Win2k account? Is it a domain account? It needs to be a local account, as I don't think you can use a domain account without also using 'remote_os_authent=true'. At least, it

RE: OS authentication

2002-10-15 Thread Seefelt, Beth
I usually don't bother to set os_authent_prefix. Its not necessary. Instead make sure OSAUTH_PREFIX_DOMAIN is set to TRUE and prefix the user with the domain name. create user DOMAIN-NAME\USERNAME identified externally. That way the user has to actually authenticate to the domain to be