https://github.com/dnknth/ldap-demo
Flintstones LDAP demo
https://github.com/dnknth/ldap-demo
demo openldap
Last synced: about 1 year ago
JSON representation
Flintstones LDAP demo
- Host: GitHub
- URL: https://github.com/dnknth/ldap-demo
- Owner: dnknth
- License: mit
- Created: 2023-01-18T20:48:54.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-18T20:07:18.000Z (almost 3 years ago)
- Last Synced: 2025-03-03T01:35:23.132Z (over 1 year ago)
- Topics: demo, openldap
- Language: Shell
- Homepage:
- Size: 53.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Flintstones LDAP demo
This is an [OpenLDAP](https://www.openldap.org) Docker [image](https://hub.docker.com/r/dnknth/ldap-demo) with demo data.
It is based on [mwaeckerlin/openldap](https://github.com/mwaeckerlin/openldap)
and contains an initial directory with [Flintstones](https://en.wikipedia.org/wiki/The_Flintstones)
characters, courtesy of [PHPLdapAdmin](https://phpldapadmin.sourceforge.net/).
To bind to the directory, use one of the following accounts:
| DN | Password | Role |
| ---- | -------- | ---- |
| cn=admin,dc=flintstones,dc=com | bedrock | admin |
| cn=Bamm Bamm Rubble,ou=People,dc=flintstones,dc=com | bammbamm | user |
| cn=Fred Flintstone,ou=People,dc=flintstones,dc=com | yabbadabbado | user |
| cn=Wilma Flintstone,ou=People,dc=flintstones,dc=com | pebble | user |
Regular users can read and modify their password. Admins can do whatever they want.
Anonymous users can read everything except passwords.