-
Notifications
You must be signed in to change notification settings - Fork 78
/
Copy pathusers.ldif
47 lines (43 loc) · 1.01 KB
/
users.ldif
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
dn: cn=admin,dc=user_saml_gitpod
objectClass: simpleSecurityObject
objectClass: organizationalRole
cn: admin
userPassword: password
description: LDAP administrator
dn: uid=test1,ou=People,dc=user_saml_gitpod
objectClass: organizationalPerson
objectClass: person
objectClass: top
objectClass: inetOrgPerson
givenName: Test
uid: test1
sn: Person 1
cn: test person 1
mail: [email protected]/
userPassword: test1password
dn: uid=test2,ou=People,dc=user_saml_gitpod
objectClass: organizationalPerson
objectClass: person
objectClass: top
objectClass: inetOrgPerson
givenName: Test
uid: test2
sn: Person 2
cn: test person 2
mail: [email protected]/
userPassword: test2password
dn: cn=Bender Bending Rodriguez,ou=People,dc=user_saml_gitpod
objectClass: inetOrgPerson
objectClass: organizationalPerson
objectClass: person
objectClass: top
cn: Bender Bending Rodriguez
description: Robot
displayName: Bender
employeeType: Ship's Robot
givenName: Bender
mail: [email protected]
ou: People
uid: bender
userPassword: bender
sn: Rodriguez