Index: lams_common/conf/authentication/authentication.dtd =================================================================== RCS file: /usr/local/cvsroot/lams_common/conf/authentication/Attic/authentication.dtd,v diff -u -r1.3 -r1.4 --- lams_common/conf/authentication/authentication.dtd 7 Dec 2004 05:56:16 -0000 1.3 +++ lams_common/conf/authentication/authentication.dtd 16 Dec 2004 12:22:36 -0000 1.4 @@ -1,8 +1,6 @@ - - - - - - -]> \ No newline at end of file + + + + + + \ No newline at end of file Index: lams_common/conf/authentication/authentication.xml =================================================================== RCS file: /usr/local/cvsroot/lams_common/conf/authentication/Attic/authentication.xml,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ lams_common/conf/authentication/authentication.xml 16 Dec 2004 12:23:07 -0000 1.1 @@ -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=? + + +