diff --git a/pom.xml b/pom.xml
index e5e408c5..262766ee 100644
--- a/pom.xml
+++ b/pom.xml
@@ -70,6 +70,29 @@
spring-security-config
${org.springframework-version}
+
+ org.springframework.security
+ spring-security-ldap
+ ${org.springframework-version}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${ldap.userDNPattern}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/main/webapp/WEB-INF/spring/root-context.xml b/src/main/webapp/WEB-INF/spring/root-context.xml
index 13f46192..fe183541 100644
--- a/src/main/webapp/WEB-INF/spring/root-context.xml
+++ b/src/main/webapp/WEB-INF/spring/root-context.xml
@@ -11,7 +11,14 @@
-
+
+
+
+ /WEB-INF/jdbc.properties
+ /WEB-INF/ldap.properties
+
+
+
-
+
@@ -65,13 +72,8 @@
-
-
-
-
-
-
-
+
+
@@ -81,7 +83,7 @@
-
+
diff --git a/src/main/webapp/app/passwd.zul b/src/main/webapp/app/passwd.zul
index fbed95d7..d79f4b0a 100644
--- a/src/main/webapp/app/passwd.zul
+++ b/src/main/webapp/app/passwd.zul
@@ -2,9 +2,10 @@
-
+
diff --git a/src/main/webapp/img/passwd.png b/src/main/webapp/img/passwd.png
new file mode 100644
index 00000000..f9ca66aa
Binary files /dev/null and b/src/main/webapp/img/passwd.png differ