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 port not exposed #109

Open
esackbauer opened this issue May 24, 2019 · 0 comments
Open

LDAP port not exposed #109

esackbauer opened this issue May 24, 2019 · 0 comments

Comments

@esackbauer
Copy link

esackbauer commented May 24, 2019

I am using only LDAP in my authproxy.cfg:
`
[ad_client]
host=10.0.0.1 ; IP address of the Active Directory domain controller
service_account_username=ldap
service_account_password=xxxxxxxx
search_dn=DC=xxxxxx,DC=org
; security_group_dn=CN=DuoVPNUsers,OU=Groups,DC=example,DC=com
; transport=starttls
; ssl_ca_certs_file=conf\example_com_ca.pem

; Application Matrix
[ldap_server_auto]
ikey=xxxxx
skey=yyyyyyyyyyyyyyyyyyyyyyy
api_host=api-4xxxxxx1f.duosecurity.com
factors=auto
client=ad_client
failmode=secure
port=1389
;ssl_key_path=server.key
;ssl_cert_path=server.crt
exempt_primary_bind=false
`
I cannot assign a port publishing. However contacting it under the docker IP 172.17.x.x on port 1389 is working.
When I try to publish it in the Container config in Portainer it says "a.ExposedPorts is undefined" and from what I see the container config has an empty "Port:" section.

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

1 participant