diff options
author | Sol Jerome <solj@ices.utexas.edu> | 2010-04-27 21:39:49 +0000 |
---|---|---|
committer | Sol Jerome <solj@ices.utexas.edu> | 2010-04-29 11:31:21 -0500 |
commit | 65115b11dc4a724cdcacd6362d0466482e214251 (patch) | |
tree | 15f82597aae82e271ece38344a4c1db603e916d2 | |
parent | 65c2ffb97e22478c5476a12bbc1c8f023d79bdfb (diff) | |
download | bcfg2-65115b11dc4a724cdcacd6362d0466482e214251.tar.gz bcfg2-65115b11dc4a724cdcacd6362d0466482e214251.tar.bz2 bcfg2-65115b11dc4a724cdcacd6362d0466482e214251.zip |
doc: Add note about the handling of permissions for Path entries
Signed-off-by: Sol Jerome <solj@ices.utexas.edu>
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5843 ce84e21b-d406-0410-9b95-82705330c041
-rw-r--r-- | doc/server/configurationentries.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/server/configurationentries.txt b/doc/server/configurationentries.txt index 393984771..dc445b1b4 100644 --- a/doc/server/configurationentries.txt +++ b/doc/server/configurationentries.txt @@ -80,6 +80,10 @@ the *type* and any other necessary attributes in `Rules`_. | | entries | | | +-------------+----------------------+-----------------+--------------------------+ +Keep in mind that permissions for files served up by Cfg/TGenshi/TCheetah +are still handled via the traditional mechanisms (info/:info/info.xml +files in the plugin directory). + .. _boundentries: Bound Entries |