canaille-globuzma/demo/ldif/bootstrap-data.ldif

106 lines
2.7 KiB
Text
Raw Normal View History

2020-08-14 11:18:08 +00:00
dn: ou=users,dc=mydomain,dc=tld
objectclass: organizationalUnit
ou: users
2020-09-17 07:44:45 +00:00
dn: ou=groups,dc=mydomain,dc=tld
2020-08-31 11:54:33 +00:00
objectclass: organizationalUnit
ou: groups
dn: uid=admin,ou=users,dc=mydomain,dc=tld
2020-09-23 15:15:25 +00:00
objectclass: top
objectclass: inetOrgPerson
2020-08-14 11:18:08 +00:00
cn: Jane Doe
2020-09-25 12:20:09 +00:00
gn: Jane
2020-08-14 11:18:08 +00:00
sn: Doe
2020-08-19 14:56:04 +00:00
uid: admin
2020-09-23 15:15:25 +00:00
mail: admin@mydomain.tld
2020-09-25 12:20:09 +00:00
telephoneNumber: 555-000-000
employeeNumber: 1000
2020-10-22 15:37:01 +00:00
userPassword: {SSHA}7zQVLckaEc6cJEsS0ylVipvb2PAR/4tS
2020-08-14 11:18:08 +00:00
dn: uid=moderator,ou=users,dc=mydomain,dc=tld
2020-11-02 11:13:03 +00:00
objectclass: top
objectclass: inetOrgPerson
cn: Jack Doe
gn: Jack
sn: Doe
uid: moderator
mail: moderator@mydomain.tld
telephoneNumber: 555-000-002
employeeNumber: 1002
2020-11-02 11:13:03 +00:00
userPassword: {SSHA}+eHyxWqajMHsOWnhONC2vbtfNZzKTkag
dn: uid=user,ou=users,dc=mydomain,dc=tld
2020-09-23 15:15:25 +00:00
objectclass: top
objectclass: inetOrgPerson
2020-08-14 11:18:08 +00:00
cn: John Doe
2020-09-25 12:20:09 +00:00
gn: John
2020-08-14 11:18:08 +00:00
sn: Doe
2020-08-19 14:56:04 +00:00
uid: user
2020-09-23 15:15:25 +00:00
mail: user@mydomain.tld
2020-09-25 12:20:09 +00:00
telephoneNumber: 555-000-001
employeeNumber: 1001
2020-10-22 15:37:01 +00:00
userPassword: {SSHA}Yr1ZxSljRsKyaTB30suY2iZ1KRTStF1X
dn: uid=james,ou=users,dc=mydomain,dc=tld
objectclass: top
objectclass: inetOrgPerson
cn: James Doe
gn: James
sn: Doe
uid: james
mail: james@mydomain.tld
telephoneNumber: 555-000-003
2021-10-28 13:34:20 +00:00
dn: cn=users,ou=groups,dc=mydomain,dc=tld
objectclass: groupOfNames
cn: users
member: uid=admin,ou=users,dc=mydomain,dc=tld
member: uid=user,ou=users,dc=mydomain,dc=tld
2021-10-28 13:34:20 +00:00
dn: cn=admins,ou=groups,dc=mydomain,dc=tld
objectclass: groupOfNames
cn: admins
member: uid=admin,ou=users,dc=mydomain,dc=tld
2021-10-28 13:34:20 +00:00
dn: cn=moderators,ou=groups,dc=mydomain,dc=tld
objectclass: groupOfNames
cn: moderators
member: uid=moderator,ou=users,dc=mydomain,dc=tld
dn: oauthClientID=1JGkkzCbeHpGtlqgI5EENByf,ou=clients,ou=oauth,dc=mydomain,dc=tld
objectclass: oauthClient
oauthClientID: 1JGkkzCbeHpGtlqgI5EENByf
oauthClientSecret: 2xYPSReTQRmGG1yppMVZQ0ASXwFejPyirvuPbKhNa6TmKC5x
oauthClientName: Client1
oauthClientContact: admin@mydomain.tld
oauthClientURI: http://localhost:5001
oauthRedirectURIs: http://localhost:5001/authorize
oauthGrantType: authorization_code
oauthGrantType: refresh_token
oauthScope: openid
oauthScope: profile
oauthScope: email
2021-06-03 15:24:36 +00:00
oauthScope: groups
oauthResponseType: code
oauthResponseType: id_token
oauthTokenEndpointAuthMethod: client_secret_basic
dn: oauthClientID=gn4yFN7GDykL7QP8v8gS9YfV,ou=clients,ou=oauth,dc=mydomain,dc=tld
objectclass: oauthClient
oauthClientID: gn4yFN7GDykL7QP8v8gS9YfV
oauthClientSecret: ouFJE5WpICt6hxTyf8icXPeeklMektMY4gV0Rmf3aY60VElA
oauthClientName: Client2
oauthClientContact: admin@mydomain.tld
oauthClientURI: http://localhost:5002
oauthRedirectURIs: http://localhost:5002/authorize
oauthGrantType: authorization_code
oauthGrantType: refresh_token
oauthScope: openid
oauthScope: profile
oauthScope: email
2021-06-03 15:24:36 +00:00
oauthScope: groups
oauthResponseType: code
oauthResponseType: id_token
oauthTokenEndpointAuthMethod: client_secret_basic