https://github.com/bodgit/vagrant-openldap
Vagrant box for creating a test OpenLDAP instance
https://github.com/bodgit/vagrant-openldap
Last synced: 4 months ago
JSON representation
Vagrant box for creating a test OpenLDAP instance
- Host: GitHub
- URL: https://github.com/bodgit/vagrant-openldap
- Owner: bodgit
- Created: 2015-06-19T09:02:58.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-22T12:30:24.000Z (about 10 years ago)
- Last Synced: 2025-03-05T04:34:06.399Z (4 months ago)
- Language: Puppet
- Size: 113 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OpenLDAP Vagrant
A Vagrant setup for OpenLDAP on a CentOS 7.x machine. It creates a simple `dc=example,dc=com` directory with a `test` user and group.
To use:
```
bundle
bundle exec librarian-puppet install
vagrant up
```