mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
a3b14871ba
This change means we only check the filters for the existence of placeholders that cannot be replaced at startup. We then utilized cached results of that lookup for subsequent replacements.
68 lines
1.9 KiB
Plaintext
68 lines
1.9 KiB
Plaintext
dn: ou=groups,dc=example,dc=com
|
|
objectClass: organizationalUnit
|
|
objectClass: top
|
|
ou: groups
|
|
|
|
dn: ou=users,dc=example,dc=com
|
|
objectClass: organizationalUnit
|
|
objectClass: top
|
|
ou: users
|
|
|
|
dn: cn=dev,ou=groups,dc=example,dc=com
|
|
cn: dev
|
|
member: uid=john,ou=users,dc=example,dc=com
|
|
member: uid=bob,ou=users,dc=example,dc=com
|
|
objectClass: groupOfNames
|
|
objectClass: top
|
|
|
|
dn: cn=admins,ou=groups,dc=example,dc=com
|
|
cn: admins
|
|
member: uid=john,ou=users,dc=example,dc=com
|
|
objectClass: groupOfNames
|
|
objectClass: top
|
|
|
|
dn: uid=john,ou=users,dc=example,dc=com
|
|
uid: john
|
|
cn: john
|
|
objectClass: inetOrgPerson
|
|
objectClass: top
|
|
mail: john.doe@authelia.com
|
|
sn: John Doe
|
|
userPassword: {CRYPT}$6$rounds=500000$jgiCMRyGXzoqpxS3$w2pJeZnnH8bwW3zzvoMWtTRfQYsHbWbD/hquuQ5vUeIyl9gdwBIt6RWk2S6afBA0DPakbeWgD/4SZPiS0hYtU/
|
|
|
|
dn: uid=harry,ou=users,dc=example,dc=com
|
|
uid: harry
|
|
cn: harry
|
|
objectClass: inetOrgPerson
|
|
objectClass: top
|
|
mail: harry.potter@authelia.com
|
|
sn: Harry Potter
|
|
userPassword: {CRYPT}$6$rounds=500000$jgiCMRyGXzoqpxS3$w2pJeZnnH8bwW3zzvoMWtTRfQYsHbWbD/hquuQ5vUeIyl9gdwBIt6RWk2S6afBA0DPakbeWgD/4SZPiS0hYtU/
|
|
|
|
dn: uid=bob,ou=users,dc=example,dc=com
|
|
uid: bob
|
|
cn: bob
|
|
objectClass: inetOrgPerson
|
|
objectClass: top
|
|
mail: bob.dylan@authelia.com
|
|
sn: Bob Dylan
|
|
userPassword: {CRYPT}$6$rounds=500000$jgiCMRyGXzoqpxS3$w2pJeZnnH8bwW3zzvoMWtTRfQYsHbWbD/hquuQ5vUeIyl9gdwBIt6RWk2S6afBA0DPakbeWgD/4SZPiS0hYtU/
|
|
|
|
dn: uid=james,ou=users,dc=example,dc=com
|
|
uid: james
|
|
cn: james
|
|
objectClass: inetOrgPerson
|
|
objectClass: top
|
|
mail: james.dean@authelia.com
|
|
sn: James Dean
|
|
userPassword: {CRYPT}$6$rounds=500000$jgiCMRyGXzoqpxS3$w2pJeZnnH8bwW3zzvoMWtTRfQYsHbWbD/hquuQ5vUeIyl9gdwBIt6RWk2S6afBA0DPakbeWgD/4SZPiS0hYtU/
|
|
|
|
dn: uid=blackhat,ou=users,dc=example,dc=com
|
|
uid: blackhat
|
|
cn: blackhat
|
|
objectClass: inetOrgPerson
|
|
objectClass: top
|
|
mail: billy.blackhat@authelia.com
|
|
sn: Billy BlackHat
|
|
userPassword: {CRYPT}$6$rounds=500000$jgiCMRyGXzoqpxS3$w2pJeZnnH8bwW3zzvoMWtTRfQYsHbWbD/hquuQ5vUeIyl9gdwBIt6RWk2S6afBA0DPakbeWgD/4SZPiS0hYtU/
|