Skip to content

Commit ac66bcf

Browse files
committed
389/migrate-ldif-389-ds-1.4.awk: minor text changes
1 parent 2598db2 commit ac66bcf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

389/migrate-ldif-389-ds-1.4.awk

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
#
55
# migrate-ldif-389-ds-1.4.awk v1.0.0
66
#
7-
# Awk script to migrate an LDIF from RFC 2307 to RFC 2307bis in addition to
8-
# the other schema changes I found with our particular data when upgrading
9-
# from 389-ds 1.3.x (CentOS 7) to 1.4.x (CentOS Stream 8).
7+
# Awk script to migrate an LDIF from RFC 2307 schema to RFC 2307bis in addition
8+
# to some other changes to attributes that I found with our particular data when
9+
# upgrading from 389-ds 1.3.x (CentOS 7) to 1.4.x (CentOS Stream 8).
1010
#
1111
# To use this script, stop your 389-ds 1.3.x instance and export an LDIF:
1212
#
@@ -51,7 +51,7 @@ BEGIN {}
5151
print;
5252
break;
5353
# givenName is not allowed. Note we also check for base64 encoded
54-
# attribu tes with a double colon here.
54+
# attributes with a double colon here.
5555
case /^givenName:+ .*/:
5656
sub(/^givenName:+ .*/, "#&");
5757
print;

0 commit comments

Comments
 (0)