-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added test file with an ldif escape char in DN / CN
- Loading branch information
Showing
2 changed files
with
20 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
.DS_Store | ||
testdata/ | ||
ldsview | ||
.vscode/ | ||
release/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Last\2CFirst(myuser), Accounts_User, Corp, corp.com | ||
dn: CN=Last\,First(myuser),OU=Accounts_User,DC=Corp,DC=com | ||
objectClass: top | ||
objectClass: person | ||
objectClass: organizationalPerson | ||
objectClass: user | ||
cn: Last,First(myuser) | ||
c: US | ||
description: Test user with escape char in DN | ||
telephoneNumber: +1 (800) 8675309 | ||
givenName: First | ||
distinguishedName: CN=Last\,First(myuser),OU=Accounts_User,DC=Corp,DC=com | ||
instanceType: 4 | ||
whenCreated: 20210303191154.0Z | ||
whenChanged: 20210303191154.0Z | ||
displayName: First Last | ||
sAMAccountName: myuser | ||
sAMAccountType: 805306368 | ||
uSNChanged: 1987214053 | ||
co: UNITED STATES |