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
Been trying to sync mailcow ldap, for the most part its able to reach the ldap server but syncer.py runs into a type error. does look like it finishes logging either. Any ideas?
mailcowcustomized_ldap-mailcow | 24.03.23 01:51:08 Config file conf/dovecot/ldap/passdb.conf unchanged
mailcowcustomized_ldap-mailcow | 24.03.23 01:51:08 Config file conf/dovecot/extra.conf unchanged
mailcowcustomized_ldap-mailcow | 24.03.23 01:51:08 Backed up conf/sogo/plist_ldap to conf/sogo/plist_ldap.ldap_mailcow_bak.6
mailcowcustomized_ldap-mailcow | 24.03.23 01:51:08 Saved generated config file to conf/sogo/plist_ldap
mailcowcustomized_ldap-mailcow | 24.03.23 01:51:08 One or more config files have been changed, please make sure to restart dovecot-mailcow and sogo-mailcow!
mailcowcustomized_ldap-mailcow | Traceback (most recent call last):
mailcowcustomized_ldap-mailcow | File "syncer.py", line 181, in
mailcowcustomized_ldap-mailcow | main()
mailcowcustomized_ldap-mailcow | File "syncer.py", line 31, in main
mailcowcustomized_ldap-mailcow | sync()
mailcowcustomized_ldap-mailcow | File "syncer.py", line 52, in sync
mailcowcustomized_ldap-mailcow | for (email, ldap_name, ldap_active) in ldap_results:
mailcowcustomized_ldap-mailcow | File "syncer.py", line 46, in
mailcowcustomized_ldap-mailcow | x[1]['userPrincipalName'][0].decode(),
mailcowcustomized_ldap-mailcow | TypeError: list indices must be integers or slices, not str
Been trying to sync mailcow ldap, for the most part its able to reach the ldap server but syncer.py runs into a type error. does look like it finishes logging either. Any ideas?
Here is my ldap config
The text was updated successfully, but these errors were encountered: