Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Wilkins2013-08-27 23:30:03 +0000
committerGreg Wilkins2013-08-27 23:30:03 +0000
commitd66778ad0650ba9071ee99a76bc3182828d1ae0c (patch)
tree467727e709266743a403882b9070b25839964447 /jetty-jaas
parent7d308bf8a5462b359ffc6af5e09a2fe7981ad0c7 (diff)
downloadorg.eclipse.jetty.project-d66778ad0650ba9071ee99a76bc3182828d1ae0c.tar.gz
org.eclipse.jetty.project-d66778ad0650ba9071ee99a76bc3182828d1ae0c.tar.xz
org.eclipse.jetty.project-d66778ad0650ba9071ee99a76bc3182828d1ae0c.zip
415826 start.jar module --enable and --disable
morphed mechanism into --initialize based templates
Diffstat (limited to 'jetty-jaas')
-rw-r--r--jetty-jaas/src/main/config/modules/jaas.mod2
1 files changed, 2 insertions, 0 deletions
diff --git a/jetty-jaas/src/main/config/modules/jaas.mod b/jetty-jaas/src/main/config/modules/jaas.mod
index 2a608c7487..8fdba5ada4 100644
--- a/jetty-jaas/src/main/config/modules/jaas.mod
+++ b/jetty-jaas/src/main/config/modules/jaas.mod
@@ -9,3 +9,5 @@ LIB=lib/jetty-jaas-${jetty.version}.jar
# JAAS configuration
etc/jetty-jaas.xml
+
+INI=jaas.login.conf=etc/login.conf \ No newline at end of file

Back to the top