1. Configure Advanced Security Options and network services for the Oracle database through OUI 2. Configure kerberos Authentication ① execute the command netmgr, click the authentication label, and go to AvailableMethods
1. Configure Advanced Security Options and network services for the Oracle database through OUI 2. Configure kerberos Authentication ① execute the command netmgr, click the authentication label, and go to Available Methods
1. Configure Advanced Security Options and network services for Oracle databases through OUI
2. Configure kerberos Authentication
① Execute the instruction netmgr, click the authentication label, and in Available Methods, select KERBEROS5, and move to the Selected Methods Column, as shown in
Create the/krb5 directory and grant the 777 permission to the directory. Create the configuration file krb. conf and click the Other Params tab, as shown in figure
Add the following content to the krb. conf file:
Modify the sqlnet. ora File
Add the following content to the pfile parameter:
3. Create an external authenticated user
Create user scott identified externally as 'Scott @ DOMAIN. Ge ';
4. Copy the Kerberos master database and key ing File
Copy the file to the/etc/v5srvtab directory as an administrator.
5. Obtain kerberos initial ticket for external users
% Okinit scott@DOMAIN.GE
Sqlplus/@ kservice
You can get the Kerberos ticket. You can log on to the database without entering the password.