Index: lams_build/conf/windows/authentication/lamsauthentication.xml =================================================================== RCS file: /usr/local/cvsroot/lams_build/conf/windows/authentication/Attic/lamsauthentication.xml,v diff -u -r1.2.2.2 -r1.2.2.3 --- lams_build/conf/windows/authentication/lamsauthentication.xml 19 Apr 2007 06:51:37 -0000 1.2.2.2 +++ lams_build/conf/windows/authentication/lamsauthentication.xml 7 Jun 2007 01:28:01 -0000 1.2.2.3 @@ -5,12 +5,11 @@ com.sun.jndi.ldap.LdapCtxFactory - ldap://mams.melcoe.mq.edu.au:636 + ldap://192.168.111.35 simple - ssl - uid= - ,ou=mams,dc=melcoe,dc=mq,dc=edu,dc=au - java:/MySqlDS + cn= + ,dc=melcoe,dc=local + java:/jdbc/lams-ds select password from lams_user where login=? SELECT DISTINCT r.name,'Roles' FROM @@ -19,8 +18,11 @@ LEFT OUTER JOIN lams_role r USING (role_id) WHERE u.login=? +