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

I have moved the whole application to a new server. I have a problem starting osixia/openldap #66

Closed
Ahmadhashem86 opened this issue Jun 23, 2020 · 1 comment
Assignees

Comments

@Ahmadhashem86
Copy link

Ahmadhashem86 commented Jun 23, 2020

docker ps -a

7c81150f96a2 osixia/openldap "/container/tool/run" 8 minutes ago Exited (1) 3 seconds ago g-suite-identity-sync_ldap_1

I can send the log file and docker-compose file
version: "3"
services:
identity:
image: hlavki/g-suite-identity-sync
ports:
- 8181:8181
- 8101:8101
environment:
- SLAPD_BIND_DN=cn=admin,dc=netset,dc=com
- SLAPD_BASE_DN=dc=netset,dc=com
- SLAPD_PASSWORD=Xqjq51
- GSUITE_DOMAIN=netset.com
- GSUITE_SERVICE_ACCOUNT_EMAIL=gsuite-ldap-svc@gsuite-ldap-217708.iam.gserviceaccount.com
- GSUITE_SERVICE_ACCOUNT_SUBJECT=ahmashem@netset.com
- GSUITE_CLIENT_ID=556744189533-3cqad9qmlk40qm7av2b2n.apps.googleusercontent.com
- GSUITE_CLIENT_SECRET=KENb0yTQDKt-ZoE2x
depends_on:
- ldap
volumes:
- identity-config:/opt/karaf/etc/identity
ldap:
image: osixia/openldap
hostname: ldap.netset.se
ports:
- "389:389"
- "636:636"
environment:
LDAP_LOG_LEVEL: "trace"
LDAP_ORGANISATION: "Netset"
LDAP_DOMAIN: "netset.com"
LDAP_ADMIN_PASSWORD: "XqjqoBH51"
LDAP_CONFIG_PASSWORD: "XqH51"
LDAP_TLS_CRT_FILENAME: "cert.pem"
LDAP_TLS_KEY_FILENAME: "privkey.pem"
LDAP_TLS_CA_CRT_FILENAME: "chain.pem"
LDAP_TLS_VERIFY_CLIENT: "try"
volumes:
- ./ldap-data:/var/lib/ldap
- ./ldap-config:/etc/ldap/slapd.d
- ./certs:/container/service/slapd/assets/certs

volumes:
identity-config:
ldap-config:
ldap-data:
certs:

@hlavki hlavki self-assigned this Oct 26, 2020
@hlavki
Copy link
Owner

hlavki commented Oct 26, 2020

Sorry, this is out of scope of this project

@hlavki hlavki closed this as completed Oct 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants