Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LDAP Docker image does not run on Fedora 30 #94

Open
pboyd04 opened this issue Jun 22, 2020 · 4 comments
Open

LDAP Docker image does not run on Fedora 30 #94

pboyd04 opened this issue Jun 22, 2020 · 4 comments

Comments

@pboyd04
Copy link
Member

pboyd04 commented Jun 22, 2020

See the attached log. It appears that the slapd process in the container cannot access /var/lib/ldap

ldap.burningflipside.local.txt

@russelltsherman
Copy link
Member

the ldap container includes the following mounts
volumes:
- ./.volumes/ldap/database:/var/lib/ldap
- ./.volumes/ldap/config:/etc/ldap/slapd.d

the container log shows complaints about not being able to read /var/lib/ldap which is one of the container mount points..

ensure the local directories exist.. check their permissions..

i believe the mount point was created by the setup script.. which i believe you executed using sudo so the local storage directories for the mount points probably belong to root which may be causing interference..

@pboyd04
Copy link
Member Author

pboyd04 commented Jun 23, 2020

I get the same error even after I change the owner of the directory to my user. I continue to get the same error even if I set the directories permissions to 777

@russelltsherman
Copy link
Member

i assume you are launching the ldap container using the bin/compose script since that is what the readme recommends..
i assume you are calling bin/compose with sudo
please confirm or correct my assumptions so that I may attempt to reproduce the issue..

@pboyd04
Copy link
Member Author

pboyd04 commented Jun 23, 2020

Yes to both

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants