Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stahnma/ldapservice
LDAP User Management Self-Service Application
https://github.com/stahnma/ldapservice
Last synced: 26 days ago
JSON representation
LDAP User Management Self-Service Application
- Host: GitHub
- URL: https://github.com/stahnma/ldapservice
- Owner: stahnma
- Created: 2009-07-18T20:19:43.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2011-09-07T06:44:51.000Z (about 13 years ago)
- Last Synced: 2023-04-12T16:22:20.854Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 271 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
LDAPService
-------------
LDAP Self Service Manager or lssm as I am currently calling it, is a tool to allow for user
self-management and password recovery based a fairly typical LDAP setup.The setup assumes you have users in an objectclass that contains 'userPassword'
as the attribute that contains their password and that 'self-write' is enabled
on that attribute. Most everything else is configurable in the configuration
file, which is simple YAML.This project allows for:
* Self service of any self-writable attribute
* Password Recovery if a password is forgottenStatus
-------
Project is still pre-alpha. It has some basic functionality, but bugs are
probably quite common. Also, the TODO list is growing quite long.License
-------
GPLv2 and later.Copyright 2009; Michael Stahnke
Setup
------
Right now this expects you check it out in /srv/lssm
Then run 'sudo rake httpd' on Fedora/RHEL/Centos
or 'sudo rake apache2' on Debian* Install the proper Packages
* Ensure you can send email from the system
* Update your configuration fileIssue with TLS/SSL
* If you're using SSL on your directory and your system-wide ldap.conf is not world-readable
you can get odd errors that say 'unable to contact ldap server'. If this happens, create a
.ldaprc in your web-server user's home directory. See man ldap.conf(5).Notes:
------
* The rakefile is a joke and only there for my test setup currently
(more or less)Requiments:
-----------
RH:
rubygems
ruby-ldap
rubygem-rake
httpdDeb:
apache2
libldap-ruby1.8
rake