From 9c0cc6085c2436377ce9e43649f0ad7bfa28d0ed Mon Sep 17 00:00:00 2001 From: jbertram Date: Tue, 5 Jan 2016 09:05:12 -0600 Subject: [PATCH] fix security doc --- docs/user-manual/en/security.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/user-manual/en/security.md b/docs/user-manual/en/security.md index 263f26818d..5bb3372183 100644 --- a/docs/user-manual/en/security.md +++ b/docs/user-manual/en/security.md @@ -295,9 +295,9 @@ for every case. Just like in the non-JAAS use-case, the first place to look is i using the `PropertiesLogin` JAAS login module which reads user, password, and role information from properties files much like the non-JAAS security manager implementation: - + -No matter what login module you're using, you'll need to specify it here in `bootstrap.xml`. The `login-module` attribute +No matter what login module you're using, you'll need to specify it here in `bootstrap.xml`. The `domain` attribute here refers to the relevant login module entry in `login.config`. For example: PropertiesLogin {