template-monorepo/deploy/openldap/bootstrap/10-people.ldif

32 lines
707 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 本機 k6 測試用使用者(密碼皆為 Password1!
# Base DNdc=gateway,dc=local由 LDAP_DOMAIN=gateway.local 建立)
dn: ou=people,dc=gateway,dc=local
objectClass: top
objectClass: organizationalUnit
ou: people
dn: uid=alice,ou=people,dc=gateway,dc=local
objectClass: top
objectClass: person
objectClass: organizationalPerson
objectClass: inetOrgPerson
cn: Alice Dev
sn: Dev
givenName: Alice
uid: alice
mail: alice@gateway.local
userPassword: Password1!
dn: uid=bob,ou=people,dc=gateway,dc=local
objectClass: top
objectClass: person
objectClass: organizationalPerson
objectClass: inetOrgPerson
cn: Bob Dev
sn: Dev
givenName: Bob
uid: bob
mail: bob@gateway.local
userPassword: Password1!