Skip to content

Commit

Permalink
added test file with an ldif escape char in DN / CN
Browse files Browse the repository at this point in the history
  • Loading branch information
kgoins committed Mar 23, 2021
1 parent 53781e1 commit 7b17c19
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.DS_Store
testdata/
ldsview
.vscode/
release/
Expand Down
20 changes: 20 additions & 0 deletions testdata/test_user_escape_char.ldif
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

0 comments on commit 7b17c19

Please sign in to comment.