-
+
@@ -50,8 +50,8 @@
-
-
+
+
+">Logoff user
+
diff --git a/spring-ldap-person/src/main/webapp/WEB-INF/jsp/includeTop.jsp b/spring-ldap-person/src/main/webapp/WEB-INF/jsp/includeTop.jsp
index 4500d28d..82701d00 100644
--- a/spring-ldap-person/src/main/webapp/WEB-INF/jsp/includeTop.jsp
+++ b/spring-ldap-person/src/main/webapp/WEB-INF/jsp/includeTop.jsp
@@ -4,6 +4,7 @@
<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %>
<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %>
<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %>
+<%@ taglib prefix="authz" uri="http://acegisecurity.org/authz" %>
diff --git a/spring-ldap-person/src/main/webapp/WEB-INF/ldap.properties b/spring-ldap-person/src/main/webapp/WEB-INF/ldap.properties
index 70995985..d3dfc30a 100644
--- a/spring-ldap-person/src/main/webapp/WEB-INF/ldap.properties
+++ b/spring-ldap-person/src/main/webapp/WEB-INF/ldap.properties
@@ -1,4 +1,4 @@
-urls=ldap://127.0.0.1
-userDn=uid=admin,ou=system
+url=ldap://127.0.0.1
+userDn=cn=Manager,dc=jayway,dc=se
password=secret
base=dc=jayway,dc=se