ORACLE AD Authentification

Hello,

One of our custer want to be abel to connect to Oracle using the AD authentification.

I have create new user Identify Externally and change the SQLnet.ora : SQLNET.AUTHENTICATION_SERVICES= (NTS).

It is working find with SQLPLUS using this syntax :

sqlplus /@TNS_NAME

But want I want to connect using SqlNavigator I was not able to connect to the database. I uset the following method :

User and pasword blank -> ORA-01017: invalid username/password; logon denied
"/" as User (/ is not allowed in the User Field) -> ORA-01005: null password given; logon denied.

Anyone had try this type of connection.

Thanks in Advance

Best Regards

Gaspard

I find the case. I had only to restart my SqlNavigator. For the User Name I just to leave the field blank.