~ubuntu-branches/ubuntu/natty/tomcat6/natty-proposed

« back to all changes in this revision

Viewing changes to webapps/docs/realm-howto.xml

  • Committer: Bazaar Package Importer
  • Author(s): Thierry Carrez
  • Date: 2010-05-21 13:51:15 UTC
  • mfrom: (2.2.12 sid)
  • Revision ID: james.westby@ubuntu.com-20100521135115-qfwnf24lzvi3644v
Tags: 6.0.26-2
* debian/tomcat6.{postinst,prerm}: Respect TOMCAT6_USER and TOMCAT6_GROUP
  as defined in /etc/default/tomcat6 when setting directory permissions and
  authbind configuration (Closes: #581018, LP: #557300)
* debian/tomcat6.postinst: Use group "tomcat6" instead of "adm" for
  permissions in /var/lib/tomcat6, so that group "adm" doesn't get write
  permissions over /var/lib/tomcat6/webapps (LP: #569118)

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
 
32
32
<body>
33
33
 
34
 
 
35
34
<section name="Table of Contents">
36
 
 
37
 
<p>
38
 
<a href="#Quick Start">Quick Start</a><br />
39
 
<blockquote>
40
 
<a href="#What is a Realm?">What is a Realm?</a><br />
41
 
<a href="#Configuring a Realm">Configuring a Realm</a><br />
42
 
</blockquote>
43
 
<a href="#Common Features">Common Features</a><br />
44
 
<blockquote>
45
 
<a href="#Digested Passwords">Digested Passwords</a><br />
46
 
<a href="#Example Application">Example Application</a><br />
47
 
<a href="#Manager Application">Manager Application</a><br />
48
 
<a href="#Realm Logging">Logging Within Realms</a><br />
49
 
</blockquote>
50
 
<a href="#Standard Realm Implementations">
51
 
Standard Realm Implementations</a><br />
52
 
<blockquote>
53
 
<a href="#JDBCRealm">JDBCRealm</a><br />
54
 
<a href="#DataSourceRealm">DataSourceRealm</a><br />
55
 
<a href="#JNDIRealm">JNDIRealm</a><br />
56
 
<a href="#MemoryRealm">MemoryRealm</a><br />
57
 
<a href="#JAASRealm">JAASRealm</a><br />
58
 
<a href="#CombinedRealm">CombinedRealm</a><br />
59
 
<a href="#LockOutRealm">LockOutRealm</a><br />
60
 
</blockquote>
61
 
</p>
62
 
 
 
35
<toc/>
63
36
</section>
64
37
 
65
38
<section name="Quick Start">