You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
I can seem to set the LDAP_SERVER Variable
I get this error
ldap3.core.exceptions.LDAPSocketOpenError: ('unable to open socket', [(LDAPSocketOpenError('socket connection error while opening: [Errno 111] Connection refused',), ('::1', 389, 0, 0)), (LDAPSocketOpenError('socket connection error while opening: [Errno 111] Connection refused',), ('127.0.0.1', 389))])
I have set this in bot the app.py and config.py
LDAP_SERVER = 'mmcenvdc01.metmom.mmih.biz'
I also tried
app.config['LDAP_SERVER'] = 'mmcenvdc01.metmom.mmih.biz'
The text was updated successfully, but these errors were encountered:
Hi
I can seem to set the LDAP_SERVER Variable
I get this error
ldap3.core.exceptions.LDAPSocketOpenError: ('unable to open socket', [(LDAPSocketOpenError('socket connection error while opening: [Errno 111] Connection refused',), ('::1', 389, 0, 0)), (LDAPSocketOpenError('socket connection error while opening: [Errno 111] Connection refused',), ('127.0.0.1', 389))])
I have set this in bot the app.py and config.py
LDAP_SERVER = 'mmcenvdc01.metmom.mmih.biz'
I also tried
app.config['LDAP_SERVER'] = 'mmcenvdc01.metmom.mmih.biz'
The text was updated successfully, but these errors were encountered: