mirror of
https://github.com/rroemhild/docker-test-openldap.git
synced 2026-04-25 15:15:53 +03:00
[GH-ISSUE #29] Running a image fails as below output #14
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/docker-test-openldap#14
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rjha-source on GitHub (Apr 26, 2021).
Original GitHub issue: https://github.com/rroemhild/docker-test-openldap/issues/29
6086ad42 conn=1010 fd=16 ACCEPT from IP=127.0.0.1:36908 (IP=0.0.0.0:10389)
6086ad42 conn=1010 op=0 BIND dn="cn=admin,dc=planetexpress,dc=com" method=128
6086ad42 conn=1010 op=0 BIND dn="cn=admin,dc=planetexpress,dc=com" mech=SIMPLE ssf=0
6086ad42 conn=1010 op=0 RESULT tag=97 err=0 text=
6086ad42 conn=1010 op=1 SRCH base="cn=admin,dc=planetexpress,dc=com" scope=2 deref=0 filter="(objectClass=)"
6086ad42 conn=1010 op=1 SEARCH RESULT tag=101 err=0 nentries=1 text=
6086ad42 conn=1010 op=2 UNBIND
6086ad42 conn=1010 fd=16 closed
6086ad61 conn=1011 fd=16 ACCEPT from IP=127.0.0.1:36914 (IP=0.0.0.0:10389)
6086ad61 conn=1011 op=0 BIND dn="cn=admin,dc=planetexpress,dc=com" method=128
6086ad61 conn=1011 op=0 BIND dn="cn=admin,dc=planetexpress,dc=com" mech=SIMPLE ssf=0
6086ad61 conn=1011 op=0 RESULT tag=97 err=0 text=
6086ad61 conn=1011 op=1 SRCH base="cn=admin,dc=planetexpress,dc=com" scope=2 deref=0 filter="(objectClass=)"
6086ad61 conn=1011 op=1 SEARCH RESULT tag=101 err=0 nentries=1 text=
6086ad61 conn=1011 op=2 UNBIND
6086ad61 conn=1011 fd=16 closed
@rjha-source commented on GitHub (Apr 26, 2021):
pls check once i have used same run command as stated in pull request ,pull was sucessful fyi.
regards,
roshan
@jamiebeemac commented on GitHub (Dec 9, 2021):
I'm having the same issue, any guidance on this?