Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 483aa6515b204460e20353c83aa7faf33108dd44 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#
# JAAS Module
#

[version]
9.3

[depend]
server

[lib]
lib/jetty-jaas-${jetty.version}.jar

[xml]
etc/jetty-jaas.xml

[ini-template]
## The file location (relative to $jetty.base) for the
## JAAS "java.security.auth.login.config" system property
# jetty.jaas.login.conf=etc/login.conf

Back to the top