Bugs item #1529392, was opened at 2006-07-27 11:29
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=480577&aid=1529392&group_id=55394

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Trudi Ersvaer (trudiersvaer)
Assigned to: Nobody/Anonymous (nobody)
Summary: Previous connection displayed

Initial Comment:
JXplorer can sometimes show attributes that are hidden 
with static access controls


Steps to reproduce problem

Start Democorp and login using JXplorer
Give a staff member under
<c AU><o DEMOCORP><ou Corporate><ou Administration>
a password

Give a staf member under
<c AU><o DEMOCORP><ou Corporate><ou Finance>
a password

open ...\config\server\democorp.dxc
Change as follows
# operational settings 
#source "../settings/default.dxc"; 
source "../settings/democorp.dxc";
...
# access controls 
clear access; 
#source "../access/default.dxc"; 
source "../access/democorp.dxc";

In ...\config\settings\
Copy default.dxc as democorp.dxc
Add the lines
# security controls
set access-controls = true;
set password-policy = true;

In ...\config\access\
Copy default.dxc as democorp.dxc
Add the lines
set access-controls = true;
set dynamic-access-control = false;

set reg-user = {
  own-entry
  subtree = <c AU><o DEMOCORP><ou Corporate><ou 
Administration>
  attrs = userPassword
  perms = modify
};

set super-user = {
  user-subtree = <c AU><o DEMOCORP><ou Corporate><ou 
Finance>
};

Save all and stop and restart the Democorp DSA
Using JXplorer login as the staff member under
<c AU><o DEMOCORP><ou Corporate><ou Finance>
who you gave a password and view their details in HTML 
view.

Click Disconnect
Click Connect
login as the staff member under
<c AU><o DEMOCORP><ou Corporate><ou Administration>

In HTML View, in the drop down box click on simple.html
Then in the drop down box click on text.html

JXplorer now shows the attributes from the previous 
connected session. Even though this user does not have 
access.

Just realised that this has nothing to do with access 
controls. If you simply view some details in HTML 
view, then disconnect and connect again, and then 
change the drop down under HTML view, you can always 
see the details from the previous connection. 


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=480577&aid=1529392&group_id=55394

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Jxplorer-devel mailing list
Jxplorer-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jxplorer-devel

Reply via email to