I'm kind of fumbling in the blind getting a CAS configuration up and running. So let me explain where I'm at and what I want to achieve. I've got a cas server running on my machine which uses LDAP as it's auth backend. I can login with my ldap credentials just fine, but at this point I can do nothing with it.
What I need to figure out and haven't yet (which I've been trying to figure out): 1. How do you setup a registry of authenticated apps. We are currently running 3.5 and we have a database table for this. I think continue that way would be fine, but I'm open other options. 2. How do you setup tickets in ehcache for clustering: once I move off of my desktop into dev and prod there will be two servers communicating. 3. configure the /status monitor. I've managed, with some help from here, to get LDAP authentication working. But now I'm trying to get the status and dashboard up and running. While the brevity of the documentation is appreciated, it perhaps is a bit to spartan. I found this: https://apereo.github.io/cas/5.1.x/installation/Configuration-Properties.html#spring-boot-endpoints which makes reference to a file named "adminusers.properties" which I'm still not sure if I'm loading. (it doesn't show up when I run gradlew run) After much confusion I noticed the lines above where I specify the location of that file. But like I said, I can't say for sure that it is actually loading. I see there is also a configuration for LDAP: https://apereo.github.io/cas/5.1.x/installation/Configuration-Properties.html#ldap-authorization but I honestly can't make heads or tails of it. Sorry for the rookie questions, but I'm seriously lost. Is there a more through documentation/guide somewhere I've missed? Any help would be much appreciated. -- - CAS gitter chatroom: https://gitter.im/apereo/cas - CAS mailing list guidelines: https://apereo.github.io/cas/Mailing-Lists.html - CAS documentation website: https://apereo.github.io/cas - CAS project website: https://github.com/apereo/cas --- You received this message because you are subscribed to the Google Groups "CAS Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/c312ad21-3a07-427b-a30a-be617fe775cb%40apereo.org.
