Index: lams_admin/.classpath =================================================================== RCS file: /usr/local/cvsroot/lams_admin/.classpath,v diff -u -r1.1 -r1.2 --- lams_admin/.classpath 7 Sep 2005 06:07:11 -0000 1.1 +++ lams_admin/.classpath 30 Nov 2007 00:39:57 -0000 1.2 @@ -6,5 +6,8 @@ + + + Index: lams_admin/web/userorg.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_admin/web/userorg.jsp,v diff -u -r1.12 -r1.13 --- lams_admin/web/userorg.jsp 24 Nov 2006 01:47:30 -0000 1.12 +++ lams_admin/web/userorg.jsp 30 Nov 2007 00:39:57 -0000 1.13 @@ -1,11 +1,20 @@ <%@ include file="/taglibs.jsp"%> - + + + @@ -32,15 +41,19 @@
+ +check/uncheck all boxes + - + - + + + +
@@ -60,14 +73,34 @@
+ - -
+
-
\ No newline at end of file + + +
+
+ + + + + + +
+
\ No newline at end of file Index: lams_admin/web/usersearchlist.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_admin/web/usersearchlist.jsp,v diff -u -r1.14 -r1.15 --- lams_admin/web/usersearchlist.jsp 24 May 2007 07:19:49 -0000 1.14 +++ lams_admin/web/usersearchlist.jsp 30 Nov 2007 00:39:57 -0000 1.15 @@ -60,10 +60,10 @@ - +<%@ page import="java.util.List" %> - users found. + users found.<%= ((List)request.getAttribute("userList")).size() %> Index: lams_admin/web/WEB-INF/web.xml =================================================================== RCS file: /usr/local/cvsroot/lams_admin/web/WEB-INF/Attic/web.xml,v diff -u -r1.20 -r1.21 --- lams_admin/web/WEB-INF/web.xml 9 May 2007 01:02:41 -0000 1.20 +++ lams_admin/web/WEB-INF/web.xml 30 Nov 2007 00:39:57 -0000 1.21 @@ -17,6 +17,7 @@ classpath:/org/lamsfoundation/lams/toolApplicationContext.xml classpath:/org/lamsfoundation/lams/integrationContext.xml classpath:/org/lamsfoundation/lams/admin/adminApplicationContext.xml + classpath:/org/lamsfoundation/lams/usermanagement/ldapContext.xml @@ -66,10 +67,6 @@ HibernateFilter /* - - HibernateFilter - *.jsp - Index: lams_admin/web/WEB-INF/struts/struts-config.xml =================================================================== RCS file: /usr/local/cvsroot/lams_admin/web/WEB-INF/struts/Attic/struts-config.xml,v diff -u -r1.20 -r1.21 --- lams_admin/web/WEB-INF/struts/struts-config.xml 9 May 2007 01:02:41 -0000 1.20 +++ lams_admin/web/WEB-INF/struts/struts-config.xml 30 Nov 2007 00:39:57 -0000 1.21 @@ -116,8 +116,8 @@ - - + + @@ -148,6 +148,11 @@ + + @@ -282,6 +287,21 @@ path="/sysadminstart.do" redirect="false" /> + + + @@ -378,6 +398,11 @@ path="/sysadminstart.do" redirect="false" /> + + + + + + + + + + + +