hashbang / docker-slapd

Containerized LDAP server
MIT License
5 stars 4 forks source link

Prefix LDAP_ to the Environment Variables #1

Open alexbarcelo opened 9 years ago

alexbarcelo commented 9 years ago

Currently, this container is using the following

ADMIN_PASS
ROOT_PASS
DOMAIN
ORG

I have some conflicts, because those are fairly generic. I have seen that other containers (like the official MySQL container) use a prefix. I think that maybe it would be useful

LDAP_ADMIN_PASS
LDAP_ROOT_PASS
LDAP_DOMAIN
LDAP_ORG

Of course I could fork it and change it myself for my deployment, but I was thinking that maybe I am not the only one that would benefit from that. So I'm leaving it here just in case.

KellerFuchs commented 8 years ago

Hi.

Sounds like a decent idea. I might do that once I have Docker properly set up.