
Tuesday May 16, 2006
Access Control In Sun Java System Web Server 7.0 - II
Access Control In Sun Java
System Web Server 7.0 -II
After
my first blog about Access Control in general, let me try to talk about some more ACL related topics.
Access Rights in Access Control Lists in Sun Java System Web Server 7.0
Access rights that can be used to set access control in ACL file in Sun Java System Web Server 7.0 are
- all
- read
- execute
- info
- write
- list
- delete
- http_<method>
- dav:read-acl
- dav:read-current-user-privilege-set
Read More >>
[
Read More]
Posted by meena
( May 16 2006, 11:11:46 PM IST )
Permalink
Access Control In Sun Java System Web Server 7.0
Access Control In Sun Java System Web Server 7.0
You can now download Sun Java System Web Server 7.0 for FREE from
http://www.sun.com/download/index.jsp?cat=Web%20%26%20Proxy%20Servers&tab=3&subcat=Web%20Servers .
What Is Access Control?
Access control allows us to determine and manage
- Who (subject) can access the resources on our web site
- Which resources (like files or directories) they can access
- Which operations can they perform (like creating a file, POST-ing
contents to the server).
We can allow or deny
access based on:
- Who is making the request (for example, user or group using user, group attributes).
- Where the request is coming from (for example, host or IP using ip, dns attributes).
Read More >>
[
Read More]
Posted by meena
( May 16 2006, 11:09:44 PM IST )
Permalink