Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hyrsky/smf-ldap
Ldap authentication for Simple Machines Forum
https://github.com/hyrsky/smf-ldap
Last synced: 1 day ago
JSON representation
Ldap authentication for Simple Machines Forum
- Host: GitHub
- URL: https://github.com/hyrsky/smf-ldap
- Owner: hyrsky
- Created: 2016-01-19T13:13:25.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-19T13:14:36.000Z (almost 9 years ago)
- Last Synced: 2024-04-14T07:38:19.692Z (7 months ago)
- Language: PHP
- Size: 51.8 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![No Maintenance Intended](http://unmaintained.tech/badge.svg)](http://unmaintained.tech/)
# [SMF](http://www.simplemachines.org/) LDAP Plugin
Small plugin I wrote to authenticate LDAP users with SMF forum. I never bothered to package this to SMF pugin format. This project is not maintained in any way.
## Installation
Copy files to Sources directory overwriting existing files, modify database (ldap_user column to _members table) and add hooks by executing ldap_install.php. Also try not to break anything in progress. Then add: define('LDAP_BASE_DN', 'ou=xyz,dc=example,dc=com'); to Settings.php.
## License
http://www.simplemachines.org/about/smf/license.php BSD