Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | Today | - | ||||
conf/ | H | 03-May-2018 | - | 33 | 18 | |
lang/ | H | 03-May-2018 | - | 64 | 32 | |
LICENSE | H A D | 26-Oct-2014 | 17.7 KiB | 340 | 281 | |
README.md | H A D | 26-Oct-2014 | 2.1 KiB | 57 | 40 | |
auth.php | H A D | 26-Oct-2014 | 14.9 KiB | 448 | 227 | |
composer.json | H A D | 26-Oct-2014 | 600 | 22 | 21 | |
plugin.info.txt | H A D | 26-Oct-2014 | 257 | 8 | 7 |
README.md
1 dokuwiki_authhiorgserver 2 ======================== 3 4 DokuWiki Plugin: Single-Sign-On mit HiOrg-Server (http://www.hiorg-server.de) 5 6 Anleitung zur Installation 7 -------------------------- 8 9 1. Erstellen Sie vorab (per FTP) eine Sicherungskopie der Dokuwiki-Einstellungen 10 .../conf/local.php 11 12 2. Installieren Sie das Plugin über den Plugin-Manager, Quell-URL: 13 https://github.com/hiorgserver/dokuwiki_authhiorgserver/archive/master.zip 14 15 3. Setzen Sie zuerst die Einstellungen des Plugins in Ihrem Wiki unter 16 Admin -> Konfiguration -> Plugins: Auth: SSO mit HiOrg-Server 17 18 ACHTUNG: lassen Sie zunächst den "Authentifizierungsmechanismus" (weiter 19 oben, Abschnitt "Authentifizierungs-Konfig") noch auf der vorherigen 20 Einstellung bestehen! 21 22 Geben Sie im Feld "Organisationskürzel" das Org.-Kürzel Ihres HiOrg-Server 23 ein (3-4 Kleinbuchstaben). Tragen Sie im Feld "Admins" Ihren Benutzernamen beim 24 HiOrg-Server ein. 25 26 4. Klicken Sie jetzt ganz unten auf [Speichern], um die Einstellungen des 27 Plugins zu sichern. 28 29 5. Stellen Sie ERST JETZT im Abschnitt "Authentifizierungs-Konfig - 30 Authentifizierungsmechanismus (authtype)" um auf "authhiorgserver" und klicken 31 erneut auf [Speichern]. 32 33 ---- 34 All documentation for this plugin can be found at 35 https://github.com/hiorgserver/dokuwiki_authhiorgserver 36 37 If you install this plugin manually, make sure it is installed in 38 lib/plugins/authhiorgserver/ - if the folder is called different it 39 will not work! 40 41 Please refer to http://www.dokuwiki.org/plugins for additional info 42 on how to install plugins in DokuWiki. 43 44 ---- 45 Copyright (C) HiOrg Server GmbH <support@hiorg-server.de> 46 47 This program is free software; you can redistribute it and/or modify 48 it under the terms of the GNU General Public License as published by 49 the Free Software Foundation; version 2 of the License 50 51 This program is distributed in the hope that it will be useful, 52 but WITHOUT ANY WARRANTY; without even the implied warranty of 53 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 54 GNU General Public License for more details. 55 56 See the COPYING file in your DokuWiki folder for details 57