Index: lams_build/conf/windows/authentication/lamsauthentication.xml =================================================================== diff -u -r4e96134b3cbfa0ee095029f40d528d821a6e2dd9 -r55268a5d8e4842b3b6ffa412207587b0f9950e76 --- lams_build/conf/windows/authentication/lamsauthentication.xml (.../lamsauthentication.xml) (revision 4e96134b3cbfa0ee095029f40d528d821a6e2dd9) +++ lams_build/conf/windows/authentication/lamsauthentication.xml (.../lamsauthentication.xml) (revision 55268a5d8e4842b3b6ffa412207587b0f9950e76) @@ -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=? +