-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
Hello!
I have an Ubuntu 20.04 server with wikimedia 1.31.7. All installed via repositories with default options and configuration files.
I configured LDAP authentication on this server with the PluggableAuth, LDAPPROVIDER, LDAPAuthentication2, LDAPGroups and LDAPAuthorization plugins.
Everything is working correctly, if I test the API access through the CLI with the curl command and my LDAP credentials I get the correct answer.
But if I try to use emacs on my computer with mediawiki-mode I get the error "(readapidenied) You need to read permission to use this module."
The setup on my computer is:
- Ubuntu 20.04;
- Emacs 26.3 (Ubuntu repo);
- mediawiki 2.3.1 (elpa repo);
".emacs" fragment:
'(mediawiki-site-alist
(quote
(("wiki-example" "https://wiki.addresexample.com" "user.example" "" nil ""))))
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels