README.md
1authssocas
2===========
3
4CAS authentication for DokuWiki using CAS attributes
5
6All documentation for this plugin can be found at:
7https://www.dokuwiki.org/plugin:authssocas
8
9Clone this repository as "authssocas" in the plugin directory.
10
11If you install this plugin manually, make sure it is installed in:
12lib/plugins/authssocas/
13If the folder is named differently, it will not work!
14
15⚠️ Do not install phpCAS separately — it is already included in the plugin.
16
17
18----
19Copyright (C) Xylle <xylle409@gmail.com>
20
21This program is free software; you can redistribute it and/or modify
22it under the terms of the GNU General Public License as published by
23the Free Software Foundation; version 2 of the License
24
25This program is distributed in the hope that it will be useful,
26but WITHOUT ANY WARRANTY; without even the implied warranty of
27MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
28GNU General Public License for more details.
29
30See the LICENSING file for details
31
32----
33
34## Credits
35
36- Plugin developed by **Xylle**
37- Group string support added by **xmontagut**
38- Includes the **phpCAS** library
39- Based on the **CAS (Central Authentication Service)** protocol
40- Hosted on the [DokuWiki Plugin Repository](https://www.dokuwiki.org/plugin:authssocas)