Skip to content

Commit

Permalink
Add service user for settings service
Browse files Browse the repository at this point in the history
This is a quick workaround to make the settings service work with idm
after b7c934b. We need to to provide a better solution for service
users like that (they shouldn't need to be present in ldap)
  • Loading branch information
rhafer committed Mar 16, 2022
1 parent 40074c3 commit ec4c92a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions idm/ldif/base.ldif.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,18 @@ uid: {{ .Name }}
userPassword:: {{ .Password }}

{{ end -}}

## Service user for the settings service
dn: uid=95cb8724-03b2-11eb-a0a6-c33ef8ef53ad,ou=users,o=libregraph-idm
objectClass: inetOrgPerson
objectClass: organizationalPerson
objectClass: ownCloud
objectClass: person
objectClass: top
uid: 95cb8724-03b2-11eb-a0a6-c33ef8ef53ad
givenName: 95cb8724-03b2-11eb-a0a6-c33ef8ef53ad
sn: 95cb8724-03b2-11eb-a0a6-c33ef8ef53ad
cn: 95cb8724-03b2-11eb-a0a6-c33ef8ef53ad
displayName: 95cb8724-03b2-11eb-a0a6-c33ef8ef53ad
ownCloudUUID: 95cb8724-03b2-11eb-a0a6-c33ef8ef53ad

0 comments on commit ec4c92a

Please sign in to comment.