This repository was archived by the owner on Jul 14, 2019. It is now read-only.

File tree

3 files changed

+24
-0
lines changed

3 files changed

+24
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,18 @@ docker run --privileged -d -p 389:389 gitea/test-openldap
5050
| ---------------- | ---------------- |
5151
| cn=admin,dc=planetexpress,dc=com | GoodNewsEveryone |
5252

53+
### ou=service,dc=planetexpress,dc=com
54+
55+
#### uid=gitea,ou=service,dc=planetexpress,dc=com
56+
57+
| Attribute | Value |
58+
| ---------------- | ---------------- |
59+
| objectClass | account |
60+
| description | Service account for integration with Gitea |
61+
62+
| uid | gitea |
63+
| userPassword | password |
64+
5365
### ou=people,dc=planetexpress,dc=com
5466

5567
#### cn=Hubert J. Farnsworth,ou=people,dc=planetexpress,dc=com
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
dn: ou=service,dc=planetexpress,dc=com
2+
objectClass: top
3+
objectClass: organizationalUnit
4+
description: Planet Express service accounts
5+
ou: service
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
dn: uid=gitea,ou=service,dc=planetexpress,dc=com
2+
objectClass: top
3+
objectClass: account
4+
objectClass: simpleSecurityObject
5+
description: Service account for integration with Gitea
6+
uid: gitea
7+
userPassword:: e1NTSEF9Um0zVzF3UE51QUdkTEhmTm9NeGhEb3VuMEdZMEV0RHc=

0 commit comments

Comments
 (0)