Index: lams_common/conf/authentication/authentication.dtd =================================================================== diff -u -r593cd0c9069ec4aab9b86bd8ca5c0231db236d7f -r3c7067c749ff834413c35b8aee1496b55ee68e3b --- lams_common/conf/authentication/authentication.dtd (.../authentication.dtd) (revision 593cd0c9069ec4aab9b86bd8ca5c0231db236d7f) +++ lams_common/conf/authentication/authentication.dtd (.../authentication.dtd) (revision 3c7067c749ff834413c35b8aee1496b55ee68e3b) @@ -1,8 +1,6 @@ - - - - - - -]> \ No newline at end of file + + + + + + \ No newline at end of file Index: lams_common/conf/authentication/authentication.xml =================================================================== diff -u --- lams_common/conf/authentication/authentication.xml (revision 0) +++ lams_common/conf/authentication/authentication.xml (revision 3c7067c749ff834413c35b8aee1496b55ee68e3b) @@ -0,0 +1,51 @@ + + + + + + + com.sun.jndi.ldap.LdapCtxFactory + ldap://mams.melcoe.mq.edu.au:636 + simple + ssl + uid= + ,ou=mams,dc=melcoe,dc=mq,dc=edu,dc=au + java:/MySqlDS + select password from lams_user where login=? + select name,'Roles' from lams_role, lams_user where login=? + "D:/MQLdapTrustStore" + webauth + + + + + java:/MySqlDS + select password from lams_user where login=? + select name,'Roles' from lams_role, lams_user where login=? + + + + WEBAUTH_USER + https://array00.melcoe.mq.edu.au/webauth.html + dummy + + + + + ldap://mams.melcoe.mq.edu.au:636 + ssl + + MQLdapTrustStore + simple + cn=admin,dc=melcoe,dc=mq,dc=edu,dc=au + KingKong + ou=mams,dc=melcoe,dc=mq,dc=edu,dc=au + + login=uid,firstName=givenName,lastName=sn,email=mail + com.sun.jndi.ldap.LdapCtxFactory + java:/MySqlDS + select password from lams_user where login=? + select name,'Roles' from lams_role, lams_user where login=? + + +