• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

classes/16-Jul-2025-3528

conf/16-Jul-2025-4935

lang/16-Jul-2025-4836

vendor/16-Jul-2025-15,7926,722

.gitignoreD16-Jul-202513 11

README.mdD16-Jul-20251.2 KiB4027

action.phpD16-Jul-20252.9 KiB10243

auth.phpD16-Jul-202510.6 KiB318204

composer.jsonD16-Jul-2025126 1110

licenseD16-Jul-202517.6 KiB340281

plugin.info.txtD16-Jul-2025207 87

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)