Skip to content

Commit

Permalink
Add user with umlaut to ldif
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverguenther committed Mar 21, 2024
1 parent b62a74b commit 2f7601f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions modules/ldap_groups/lib/tasks/ldap_groups.rake
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ namespace :ldap_groups do
uid=aa729,ou=people,dc=example,dc=com (Password: smada)
uid=bb459,ou=people,dc=example,dc=com (Password: niwdlab)
uid=cc414,ou=people,dc=example,dc=com (Password: retneprac)
uid=bölle,ou=people,dc=example,dc=com (Password: smada)
--------------------------------------------------------
Expand Down
14 changes: 14 additions & 0 deletions spec/fixtures/ldap/users.ldif
Original file line number Diff line number Diff line change
Expand Up @@ -182,3 +182,17 @@ mail: [email protected]
uid: xx396
userpassword:: e1NIQX1ZYzJFbjJSL3NiZGpsRU9pdGtMbGt3WTRqQVk9

dn: uid=bölle,ou=people,dc=example,dc=com
objectClass: inetOrgPerson
objectClass: simulatedMicrosoftSecurityPrincipal
objectClass: organizationalPerson
objectClass: person
objectClass: top
cn: Bölle Büllendorf
sn: Büllendorf
givenName: Bölle
mail: [email protected]
uid: bölle
samAccountName: bölle
# Password is "smada"
userpassword:: e1NIQX10Nk1mdHRLRG5HSm1xZnRqRUVEeEpLZ2ZjNEE9Cg==

0 comments on commit 2f7601f

Please sign in to comment.