mirror of
https://github.com/lucascbeyeler/zmbackup.git
synced 2026-04-25 07:05:55 +03:00
[PR #137] [MERGED] Use .ldif extension for LDIF files #189
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#189
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?
📋 Pull Request Information
Original PR: https://github.com/lucascbeyeler/zmbackup/pull/137
Author: @coudot
Created: 1/16/2020
Status: ✅ Merged
Merged: 2/20/2020
Merged by: @lucascbeyeler
Base:
1.2-version← Head:rename-ldiff-to-ldif📝 Commits (1)
3e7b46dUse .ldif extension for LDIF files📊 Changes
4 files changed (+6 additions, -6 deletions)
View changed files
📝
README.md(+1 -1)📝
project/lib/bash/NotifyAction.sh(+1 -1)📝
project/lib/bash/ParallelAction.sh(+3 -3)📝
project/lib/bash/SessionAction.sh(+1 -1)📄 Description
The file extension currently used is
.ldiff, and should be.ldifas the file format is LDIF (see https://en.wikipedia.org/wiki/LDAP_Data_Interchange_Format)This is a very minor issue but can annoy people working with LDAP all the day, like me ;)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.