简体   繁体   English

对Weblogic管理控制台的只读用户访问被拒绝

[英]Read only user access denied to weblogic admin console

I am trying to create user with Read only permissions for development team to have access to weblogic console , I know the process is simple but for some reason after creating the user i am not able login using the Read only user. 我正在尝试创建具有只读权限的用户,以供开发团队访问weblogic控制台,我知道该过程很简单,但是由于某种原因,在创建用户后,我无法使用只读用户登录。

Below steps to create read only user: 以下创建只读用户的步骤:

  1. Login into Weblogic Admin Console as weblogic user (administrator) ,Then => security realms -> myrealm => users&groups =>New "User" created “appdev” user with password “password01”. 以weblogic用户(管理员)身份登录Weblogic管理控制台,然后=>安全领域-> myrealm => users&groups =>新的“用户”创建了密码为“ password01”的“ appdev”用户。

  2. Once user is created, selected username => selected Groups Tab => Selected group by name “Monitors”. 创建用户后,选择用户名=>选择组标签=>通过名称“监视器”选择组。 Saved the changes made. 保存所做的更改。

  3. Logged out and closed the browser. 注销并关闭浏览器。

  4. Restarted the server and Opened a new browser window. 重新启动服务器并打开一个新的浏览器窗口。

  5. Attempting to login with the new user is returning access denied. 尝试使用新用户登录将返回拒绝访问。

We are using weblogic 9.2 version. 我们正在使用weblogic 9.2版本。

Check the below link and try to enable refresh replica at startup option and bounce the server and check. 检查以下链接,并尝试在启动时启用刷新副本选项,然后启动服务器并进行检查。

Navigate to weblogic admin console ->Domain->Security->Embedded LDAP->Refresh Replica At StartUp 导航到weblogic管理控制台->域->安全性->嵌入式LDAP->启动时刷新副本

Detailed descriptions are written below: http://www.techpaste.com/2013/10/weblogic-admin-server-startup-hanging-coming-running-state/#comment-4532 详细说明如下: http : //www.techpaste.com/2013/10/weblogic-admin-server-startup-hanging-coming-running-state/#comment-4532

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM