[GH-ISSUE #182] ipv6 ldap connect #147

Open
opened 2026-02-27 08:14:36 +03:00 by kerem · 0 comments
Owner

Originally created by @igorrim on GitHub (Feb 22, 2023).
Original GitHub issue: https://github.com/lucascbeyeler/zmbackup/issues/182

ENVIRONMENT VERSION

Zmbackup Version: 1.2.6
Zimbra Version: Release 8.8.15_GA_4362.RHEL8_64_20220721104405 RHEL8_64 FOSS edition, Patch 8.8.15_P36
Linux Distribution & Version: Rocky Linux release 8.7 4.18.0-425.10.1.el8_7.x86_64

SUMMARY

In the case of using ipv6, it is added to the config in the wrong format

/etc/zmbackup/zmbackup.conf

LDAPSERVER=ldap://1:1:1:1::1:389
And doesn't work
ERROR - Can't extract accounts from LDAP - See log for more information

Need to change to ipv4 or ldap://[1:1:1:1::1]:389

Originally created by @igorrim on GitHub (Feb 22, 2023). Original GitHub issue: https://github.com/lucascbeyeler/zmbackup/issues/182 ENVIRONMENT VERSION Zmbackup Version: 1.2.6 Zimbra Version: Release 8.8.15_GA_4362.RHEL8_64_20220721104405 RHEL8_64 FOSS edition, Patch 8.8.15_P36 Linux Distribution & Version: Rocky Linux release 8.7 4.18.0-425.10.1.el8_7.x86_64 SUMMARY In the case of using ipv6, it is added to the config in the wrong format /etc/zmbackup/zmbackup.conf LDAPSERVER=ldap://1:1:1:1::1:389 And doesn't work ERROR - Can't extract accounts from LDAP - See log for more information Need to change to ipv4 or **ldap://[1:1:1:1::1]:389**
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/zmbackup#147
No description provided.