Bug 661116
Summary: | 389-console Configuration tab admin permissions (nsslapd-referral ?) and folder not expending immediatly | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Retired] 389 | Reporter: | Marc Sauton <msauton> | ||||||||
Component: | Directory Console | Assignee: | Rich Megginson <rmeggins> | ||||||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | Viktor Ashirov <vashirov> | ||||||||
Severity: | medium | Docs Contact: | |||||||||
Priority: | high | ||||||||||
Version: | 1.2.7 | CC: | amsharma, jgalipea, nhosoi, nkinder, rmeggins, robert+fds | ||||||||
Target Milestone: | --- | ||||||||||
Target Release: | --- | ||||||||||
Hardware: | Unspecified | ||||||||||
OS: | Unspecified | ||||||||||
Whiteboard: | |||||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||||
Doc Text: | Story Points: | --- | |||||||||
Clone Of: | Environment: | ||||||||||
Last Closed: | 2015-12-07 16:31:35 UTC | Type: | --- | ||||||||
Regression: | --- | Mount Type: | --- | ||||||||
Documentation: | --- | CRM: | |||||||||
Verified Versions: | Category: | --- | |||||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||||
Embargoed: | |||||||||||
Bug Depends On: | |||||||||||
Bug Blocks: | 434915, 495079 | ||||||||||
Attachments: |
|
Description
Marc Sauton
2010-12-07 20:04:43 UTC
Created attachment 467295 [details]
java console exception right after providing admin credentials a second time
Created attachment 467297 [details]
java console exception right after providing admin credentials a second time
extra note this behavior was also reported today on #389 on different versions (10:20:13 AM) Moe__: 389-ds-base version 1.2.7.1 (10:20:22 AM) Moe__: release 1.fc13 (10:20:43 AM) Moe__: 389-admin version 1.1.13 (10:20:50 AM) Moe__: release 1.fc13 ... (11:16:36 AM) Moe__: are you able to drill into your server group (11:16:43 AM) Moe__: open the direcroty server..... (11:17:17 AM) Moe__: click the configuration tab (11:17:25 AM) Moe__: I get an error at that step (11:17:52 AM) Moe__: it says that the user cn=directory manager does nto have permission to perform this operartion (11:18:40 AM) Moe__: Insufficient Permissions (11:18:49 AM) Moe__: that wierd on a vanilla install (11:24:06 AM) richm: Moe__: you logged into the console as directory manager? (11:25:45 AM) Moe__: yes (11:25:50 AM) Moe__: I also tried admin (11:26:25 AM) richm: ok - with cn=directory manager I get your error (11:26:28 AM) Moe__: lete me login but I get those errors (11:26:43 AM) Moe__: how about with admin? (11:27:25 AM) richm: yep - admin too (11:27:46 AM) Moe__: how did you avoid the error? similar report in https://bugzilla.redhat.com/show_bug.cgi?id=627906 similar finding in 389-users: Date: Tue, 21 Dec 2010 16:50:31 -0500 Subject: [389-users] issues with 1.2.7.5 I see similar issues. We're running RHEL5 and have the following packages installed: 389-admin.x86_64 1.1.13-1.el5 installed 389-admin-console.noarch 1.1.5-1.el5 installed 389-admin-console-doc.noarch 1.1.5-1.el5 installed 389-adminutil.x86_64 1.1.8-4.el5 installed 389-console.noarch 1.1.4-1.el5 installed 389-ds.noarch 1.2.1-1.el5 installed 389-ds-base.x86_64 1.2.7.5-1.el5 installed 389-ds-base-devel.x86_64 1.2.7.5-1.el5 installed 389-ds-console.noarch 1.2.3-1.el5 installed 389-ds-console-doc.noarch 1.2.3-1.el5 installed 389-dsgw.x86_64 1.1.5-1.el5 installed idm-console-framework.noarch 1.1.5-4.el5 installed However, we don't see any errors in the admin-serv/error file. Also, re-entering the credentials the second time does _not_ fix it for us. I'm trying to turn on SSL and the server configuration page where that's done is completely blank. However, if I hit "Cancel" instead of typing the password into the second prompt for authorization, I can then see what's there, but cannot make changes (which is expected). Created attachment 477155 [details]
389-ds-console: git patch file (master)
Description: ds-console always expects nsslapd-referral in
cn=console, which is not true.
This patch appends the empty attribute value if the search
result does not contain expected attributes.
Note by Rich: it is quite annoying. But it also doesn't do anything - that is, you can just ignore the error and do whatever you need to do - everything still works.
Reviewed by Rich (Thanks!!) Pushed to master. $ git merge work Updating 77b69ba..d77ff59 Fast-forward .../netscape/admin/dirserv/panel/DSEntrySet.java | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) $ git push Counting objects: 17, done. Delta compression using up to 2 threads. Compressing objects: 100% (6/6), done. Writing objects: 100% (9/9), 994 bytes, done. Total 9 (delta 4), reused 0 (delta 0) To ssh://git.fedorahosted.org/git/389/ds-console.git 77b69ba..d77ff59 master -> master I am working on the 389-console since last few days and I have not faced any such issue. Even I use the same Configuration tab to setup the winsync and MMR, But never come across with such an issue. Hence, for now marking this bug as VERIFIED. |