RE: [cas-dev] .NET CAS Client Incubation

2010-05-17 Thread Scott M. Holodak
Hi Marvin, I'm not really too knowledgeable on OSS licensing as this is the first open source project I've contributed to, but I dug up some links and would like to address the anti-MS paranoia. > > There definitely aren't any legal issues regarding the fact that > > there are dependencies on .

Re: [cas-dev] .NET CAS Client Incubation

2010-05-17 Thread Marvin Addison
> There definitely aren't any legal issues regarding the fact that there > are dependencies on .NET. In the larger FOSS community, there is substantial fear about Microsoft leveraging "submarine patents" within the .NET platform. While that may be both irrational and irrelevant here, I thought it

RE: [cas-dev] .NET CAS Client Incubation

2010-05-17 Thread Scott M. Holodak
Hi Marvin, There definitely aren't any legal issues regarding the fact that there are dependencies on .NET. That's the whole point of the project--to provide a CAS client protocol implementation for users whose projects are dependent on the .NET runtime--in the same way that the Java client imple

Re: Re: [cas-dev] Need help configuring CAS on MSSQL

2010-05-17 Thread dommil
it works fine with jtds driver.I solved looking at log4j logs as adviced Marvin.inside WEB-INF/classes there is log4j.xml, i think is a new properties config file. WhoaaaLast step cassify a Dotnetnuke portal Thanks Marvin for great infos!  -Messaggio originale-Da: Marvin Addison Inviato il

[cas-dev] .NET CAS Client Incubation

2010-05-17 Thread Marvin Addison
I missed a number of points on the http://www.ja-sig.org/issues/browse/INC-19 issue for .NET CAS Client incubation. I have completed all the points and I would appreciate the NETC developers reviewing that issue and providing feedback. In particular, I had a number of questions about licensing, c

Re: [cas-dev] Need help configuring CAS on MSSQL

2010-05-17 Thread Marvin Addison
> I imported common-dbcp 1.4.jar and used jtds driver, putting jtds-1.2.5.jar It's best practice to put datasource drivers on the container classpath, e.g. $TOMCAT_HOME/lib. Additionally, I'd strongly recommend against jtds; Microsoft distributes fully supported JDBC 3 and JDBC 4 drivers for all

[cas-dev] Need help configuring CAS on MSSQL

2010-05-17 Thread dommil
Hi,i'm trying to use MSSQL server as Identity store. I use ubuntu linux, tomcat 6 and jdk 1.6I used maven to produce CAS 3.4.2 war and it works.   now, changed auth adaptor in "org.jasig.cas.adaptors.jdbc.QueryDatabaseAuthenticationHandler">"dataSource" ref="dataSource" />"sql" value="select passw