Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ist-unix
CAS-server
Commits
57724b99
Commit
57724b99
authored
Sep 23, 2015
by
Misagh Moayyed
Browse files
updated docs
parent
7d64c12b
Changes
3
Hide whitespace changes
Inline
Side-by-side
cas-server-documentation/installation/JPA-Service-Management.md
View file @
57724b99
...
...
@@ -144,16 +144,16 @@ adjust the version elements for the appropriate version number.
{% highlight xml %}
<dependency>
<groupId>
org.jasig.cas
</groupId>
<artifactId>
cas-server-support-jdbc
</artifactId>
<version>
${cas.version}
</version>
<scope>
runtime
</scope>
<groupId>
org.jasig.cas
</groupId>
<artifactId>
cas-server-support-jdbc
</artifactId>
<version>
${cas.version}
</version>
<scope>
runtime
</scope>
</dependency>
<dependency>
<groupId>
org.apache.commons
</groupId>
<artifactId>
commons-dbcp2
</artifactId>
<version>
${commons.dbcp.version}
</version>
<groupId>
org.apache.commons
</groupId>
<artifactId>
commons-dbcp2
</artifactId>
<version>
${commons.dbcp.version}
</version>
<scope>
runtime
</scope>
</dependency>
...
...
cas-server-documentation/installation/LDAP-Service-Management.md
View file @
57724b99
...
...
@@ -10,6 +10,19 @@ in order to configure settings for retrieval, search and persistence of service
By default, entries are assigned the
`objectclass`
`casRegisteredService`
attribute and are looked up by the
`uid`
attribute.
Support is enabled by adding the following module into the Maven overlay:
{% highlight xml %}
<dependency>
<groupId>
org.jasig.cas
</groupId>
<artifactId>
cas-server-support-ldap
</artifactId>
<version>
${cas.version}
</version>
</dependency>
{% endhighlight %}
## Configuration
{% highlight xml %}
<context:component-scan
base-package=
"org.jasig.cas"
/>
...
...
@@ -28,7 +41,7 @@ Note that the configuration of the mapper is optional and need not explicitly ex
<p/>
####
##`DefaultLdapRegisteredServiceMapper`
##`DefaultLdapRegisteredServiceMapper`
The default mapper has support for the following optional items:
| Field | Default Value
...
...
cas-server-documentation/installation/Mongo-Service-Management.md
View file @
57724b99
...
...
@@ -15,7 +15,7 @@ Support is enabled by adding the following module into the Maven overlay:
</dependency>
{% endhighlight %}
####
## Configuration
## Configuration
This implementation auto-configures most of the internal details.
The following configuration in
`cas.properties`
is required.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment