Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
django-cas-server
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Valentin Samir
django-cas-server
Commits
3f4a4366
Commit
3f4a4366
authored
Mar 18, 2016
by
Valentin Samir
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
typos
parent
2f6c69f1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
README.rst
README.rst
+1
-1
setup.py
setup.py
+1
-1
No files found.
README.rst
View file @
3f4a4366
...
...
@@ -119,7 +119,7 @@ Template settings:
Authentication settings:
* ``CAS_AUTH_CLASS``: A dotted path
s
to a class implementing ``cas_server.auth.AuthUser``.
* ``CAS_AUTH_CLASS``: A dotted path to a class implementing ``cas_server.auth.AuthUser``.
The default is ``"cas_server.auth.DjangoAuthUser"``
* ``SESSION_COOKIE_AGE``: This is a django settings. Here, it control the delay in seconds after
...
...
setup.py
View file @
3f4a4366
...
...
@@ -36,7 +36,7 @@ setup(
license
=
'GPLv3'
,
description
=
(
'A Django Central Authentication Service server '
'implementing the CAS Protocol 3.0 Specification'
'implementing the CAS Protocol 3.0 Specification'
),
long_description
=
README
,
author
=
'Valentin Samir'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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