@@ -57,9 +57,9 @@ The API is simple and provides four functions.
57
57
Diff compares two LDIF strings (sourceStr and targetStr) and outputs the
58
58
differences as a LDIF string. An array of attributes can be supplied.
59
59
These attributes will be ignored when comparing the LDIF strings. The
60
- output is a string, a valid LDIF, and can be added to the "target"
60
+ output is a string, a valid LDIF, and can be added to the _ target _
61
61
database (the one that created targetStr) in order to make it equal to
62
- the * source * database (the one that created sourceStr). In case of
62
+ the _ source _ database (the one that created sourceStr). In case of
63
63
failure, an error is provided.
64
64
65
65
@@ -69,8 +69,8 @@ DiffFromFiles compares two LDIF files (sourceFile and targetFile) and
69
69
outputs the differences as a LDIF string. An array of attributes can be
70
70
supplied. These attributes will be ignored when comparing the LDIF
71
71
strings. The output is a string, a valid LDIF, and can be added to the
72
- "target" database (the one that created targetFile) in order to make it
73
- equal to the * source * database (the one that created sourceFile). In
72
+ _ target _ database (the one that created targetFile) in order to make it
73
+ equal to the _ source _ database (the one that created sourceFile). In
74
74
case of failure, an error is provided.
75
75
76
76
``` func ListDiffDn(sourceStr, targetStr string, ignoreAttr []string) ([]string, error) ```
0 commit comments