DBAsupport.com Forums - Powered by vBulletin
Results 1 to 1 of 1

Thread: Radius authentication on windows 2000 Oracle 8.1.7 server

  1. #1
    Join Date
    Jul 2003
    Posts
    136

    Radius authentication on windows 2000 Oracle 8.1.7 server

    I am trying to install/configure Radius authentication on windows 2000 Oracle 8.1.7 server for oracle users.

    The raduis authentication is already sucessfully being used for login to network machines (OS level logins) using FUNK software

    I am getting
    'ORA-12641: Authentication service failed to initialize' error.

    Here are the parameters from sqlnet.ora file:

    #SQLNET.AUTHENTICATION_SERVICES=(NONE)
    SQLNET.AUTHENTICATION_SERVICES=(RADIUS)
    SQLNET.RADIUS.CHALLENGE_REPONSE=(OFF)
    SQLNET.RADIUS_AUTHENTICATION=(coloexch01) # I can ping coloexch01
    SQLNET.RADIUS.SECRET=(F:\oracle\ora81\Security\RADIUS.KEY)
    SQLNET.AUTHENTICATION_REQUIRED=TRUE

    Here is .init file setup: (database restart done after setting these parameters)

    #remote_login_passwordfile = exclusive
    remote_os_authent=FALSE
    os_authent_prefix = ""

    RADIUS.SECRET file (F:\oracle\ora81\Security\RADIUS.KEY) created with the password to match the radius server password for user 'a' (identfied externally)

    I cannot login as any user not even as user 'a'. I can login as all users except as 'a' when I comment all the radius parameters in sqlnet.ora file and uncomment #SQLNET.AUTHENTICATION_SERVICES=(NONE).

    What am I missing. Any help is greatly appreciated.
    -D
    Last edited by daljitsb; 07-21-2003 at 11:36 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width