Re: [cas-user] how do i enable jdbc feature in CAS 6.6.12?

2024-01-29 Thread Mohamed Amdouni
Hello, For debugging, I just download the whole cas repository. (The corresponding tag version) then I import this project to IntelliJ and connect to the overlay remote jvm. It doesn’t matter if the project compile or not if you would like to just debug. Le lun. 29 janv. 2024 à 17:45, Ray Bon

Re: [cas-user] how do i enable jdbc feature in CAS 6.6.12?

2024-01-29 Thread Ray Bon
Yan, I have found that intellij will report errors/missing references but code compiles just fine. The build process with cas-overlay places files (compiled coded and resources) from src onto the prebuilt cas.war. I have not tried to replace jar files, so I am not sure how you would get those

Re: [cas-user] how do i enable jdbc feature in CAS 6.6.12?

2024-01-29 Thread Yan Zhou
Hello, thank you both! But, neither helped. I have been on CAS for quite some time, making customization, but it is always Maven/Eclipse that I am working with, i wonder if that is because my lack of knowledge with Overlay's gradle build set-up. in my cas-overlay build.gradle, I placed

[cas-user] Delegated Authentication Profile Selection with multiple ldap server

2024-01-29 Thread Mm Mm
Hi, Our users are spilt on two servers I need to let cas after delegated authentication to let user select needed profile from given list since some have more than one account and may be each account on different ldap server. for now I can bring profile from one server using the following