https://github.com/povilasb/openldap-sample
OpenLDAP sertup on Debian 7 sample.
https://github.com/povilasb/openldap-sample
Last synced: 3 months ago
JSON representation
OpenLDAP sertup on Debian 7 sample.
- Host: GitHub
- URL: https://github.com/povilasb/openldap-sample
- Owner: povilasb
- Created: 2014-10-14T11:53:46.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-14T13:03:06.000Z (over 10 years ago)
- Last Synced: 2025-03-16T00:14:24.114Z (3 months ago)
- Language: Shell
- Size: 113 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
=====
About
=====This is a basic sample of `OpenLDAP` server installation and setup with
TLS/SSL support. Initially LDAP is propogated with Unix user directory used
for LDAP authentification. All tests were run on Debian 7.To install and setup `LDAP` server invoke `./install.sh` script with root
privileges. It also has `--uninstall` option.To check if `LDAP` was setup properly invoke `ldapsearch -x -D
"cn=admin,dc=povilasb,dc=com" -w admin` - this command should print Unix users
stored in `LDAP` directory.