mirror of
https://github.com/lucascbeyeler/zmbackup.git
synced 2026-04-24 22:55:56 +03:00
[GH-ISSUE #98] Can't extract accounts from LDAP #74
Labels
No labels
Bug Report
Enhancement
Enhancement
Feature Idea
Feature Idea
Not Implemented
Question
Question
Task
Wontfix
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/zmbackup#74
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 @rodrigomeneguet on GitHub (May 8, 2018).
Original GitHub issue: https://github.com/lucascbeyeler/zmbackup/issues/98
Originally assigned to: @lucascbeyeler on GitHub.
ISSUE TYPE
Bug Report
ENVIRONMENT VERSION
Zmbackup Version: zmbackup-1.2.2
Zimbra Version: 8.8.8
Linux Distribution & Version: Centos 7.4
@lucascbeyeler commented on GitHub (May 11, 2018):
Hello @rodrigomeneguet
This is not a bug.... it's looks like you don't have part of the variables inside the /etc/zmbackup/zmbackup.conf. Try recreate the file with all the fields with the correct values and try again.
Regards,
Lucas Costa Beyeler
@rodrigomeneguet commented on GitHub (May 15, 2018):
Hello Lucas, really, the problem was in the variable LDAPSERVER, it was filled with 127.0.0.1, just change to the corresponding ip.
Thank you very much.
@lucascbeyeler commented on GitHub (May 20, 2018):
Hello @rodrigomeneguet
Good to know that your problem was solved. If you need anything just reopen this issue (if it is the same subject) or open a new one.
Regards,
Lucas Costa Beyeler
@diterdepaula commented on GitHub (May 27, 2018):
Oi Lucas, estou com o mesmo problema acima, qual o formato que deve-se informar na linha ldap:
Simplesmente assim: LDAPSERVER=127.0.0.1
Ou assim: ldap://127.0.0.1:389
Valeu.
@diterdepaula commented on GitHub (May 28, 2018):
Em tempo..
Could not parse LDAP URI(s)=127.0.0.1 (3)'
@rodrigomeneguet commented on GitHub (May 28, 2018):
@diterdepaula amigo eu utilizei neste formato:
LDAPSERVER=ldap://127.0.0.1:389
Lembrando que o 127,0,0,1 deve ser substituído pelo ip da interface, foi assim que funcionou para mim.