Home > Database > Mysql Tutorial > 通过Kerberos认证访问Oracle11g

通过Kerberos认证访问Oracle11g

WBOY
Release: 2016-06-07 17:41:07
Original
1326 people have browsed it

1.通过OUI配置oracle数据库的高级安全选项和网络服务2.配置kerberos认证①执行指令netmgr,点击认证标签,在AvailableMethods,选择KERBEROS5,移动到SelectedMet

1.通过OUI配置oracle数据库的高级安全选项和网络服务

2.配置kerberos认证

①执行指令netmgr,点击认证标签,在Available Methods, 选择KERBEROS5,移动到Selected Methods一列中,如下图

 创建 /krb5目录并给目录777权限,香港虚拟主机,创建配置文件krb.conf,点击Other Params标签,如下图

krb.conf文件中增加如下内容

修改sqlnet.ora文件

在参数pfile文件中增加如下内容

  • 3.创建一个外部认证用户

  • CREATE USER SCOTT IDENTIFIED EXTERNALLY AS 'scott@DOMAIN.GE'; 
  • 4. 拷贝Kerberos 主体数据库和密钥映射文件  

    以管理员的身份把文件拷贝到目录/etc/v5srvtab下

    5.为外部用户获取kerberos的初始票据

    % okinit scott@DOMAIN.GE

    sqlplus /@kservice 

    可以得到Kerberos的票据,不用输入密码就可以登录数据库了

    本文出自 “老徐的私房菜” 博客,网站空间,转载请与作者联系!

    ,美国空间
    Related labels:
    source:php.cn
    Statement of this Website
    The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
    Popular Tutorials
    More>
    Latest Downloads
    More>
    Web Effects
    Website Source Code
    Website Materials
    Front End Template