FELIX-3981 Create a sample project for demonstrating Felix JAAS main features

Adding a LoginModuleFactory based example which uses an embedded DataBase (H2) to perform user authentication

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1461132 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/examples/jaas/launcher/src/main/sling/common.properties b/examples/jaas/launcher/src/main/sling/common.properties
index 9c59295..4e2d212 100644
--- a/examples/jaas/launcher/src/main/sling/common.properties
+++ b/examples/jaas/launcher/src/main/sling/common.properties
@@ -16,6 +16,7 @@
 # specific language governing permissions and limitations
 # under the License.
 #
-
+# suppress inspection "UnusedProperty" for whole file
 sling.bootdelegation.class.org.apache.felix.jaas.boot.ProxyLoginModule = \
-   org.apache.felix.jaas.boot
\ No newline at end of file
+   org.apache.felix.jaas.boot
+sling.home = jaas-sample