You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to CAS Community
Hi, we are using cas 5.1.5. Our MongoDb installation stores all users in 'admin' database With shell can auth without problem: bin/mongo -u cas-adm -p cas-adm --authenticationDatabase admin then use the cas database
Is there any way to tell CAS the authenticationDatabase parameter?
My cas properties: ## # MongoDb Ticket Registry # cas.ticket.registry.mongo.idleTimeout=30000 cas.ticket.registry.mongo.port=27017 cas.ticket.registry.mongo.dropCollection=false cas.ticket.registry.mongo.socketKeepAlive=false cas.ticket.registry.mongo.password=cas-adm cas.ticket.registry.mongo.collectionName=cas-ticket-registry cas.ticket.registry.mongo.databaseName=cas-mongo-database cas.ticket.registry.mongo.timeout=5000 cas.ticket.registry.mongo.userId=cas-adm cas.ticket.registry.mongo.writeConcern=NORMAL cas.ticket.registry.mongo.host=localhost