Skip to content
Snippets Groups Projects
Commit b186bf70 authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

TMSS-138: and TMSS-142: gave test user a more friendly description

parent 5789ef15
Branches
Tags
1 merge request!97Resolve TMSS-138
......@@ -91,9 +91,9 @@ class TestLDAPServer():
'dn': 'cn=%s,ou=users,o=lofar,c=eu' % self.dbcreds.user,
'attributes': {'cn': self.dbcreds.user,
'userPassword': self.dbcreds.password,
'mail': 'gen@eric.nl',
'givenName': 'Gen',
'sn': 'Eric'}},
'mail': '%s@lofar.test' % self.dbcreds.user,
'givenName': self.dbcreds.user,
'sn': 'lofar_test'}},
{'objectclass': 'organizationUnit',
'dn': 'ou=Roles,o=lofar,c=eu',
'attributes': {'ou': 'Roles'}},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment