mirror of
https://github.com/stalwartlabs/stalwart.git
synced 2026-08-19 08:01:08 +00:00
72 lines
1.6 KiB
Plaintext
72 lines
1.6 KiB
Plaintext
dn: ou=users,dc=stalwart,dc=test
|
|
objectClass: organizationalUnit
|
|
ou: users
|
|
|
|
dn: uid=john.doe,ou=users,dc=stalwart,dc=test
|
|
objectClass: inetOrgPerson
|
|
objectClass: posixAccount
|
|
objectClass: shadowAccount
|
|
objectClass: extensibleObject
|
|
uid: john.doe
|
|
cn: John Doe
|
|
sn: Doe
|
|
givenName: John
|
|
mail: john.doe@example.org
|
|
mailAlias: john@example.org
|
|
userPassword: this is John's LDAP password
|
|
shadowLastChange: 19723
|
|
uidNumber: 10001
|
|
gidNumber: 10001
|
|
homeDirectory: /home/john.doe
|
|
loginShell: /bin/bash
|
|
|
|
dn: uid=jane.smith,ou=users,dc=stalwart,dc=test
|
|
objectClass: inetOrgPerson
|
|
objectClass: posixAccount
|
|
objectClass: shadowAccount
|
|
uid: jane.smith
|
|
cn: Jane Smith
|
|
sn: Smith
|
|
givenName: Jane
|
|
mail: jane.smith@example.org
|
|
userPassword: this is Jane's LDAP password
|
|
shadowLastChange: 19724
|
|
uidNumber: 10002
|
|
gidNumber: 10002
|
|
homeDirectory: /home/jane.smith
|
|
loginShell: /bin/bash
|
|
|
|
dn: uid=multi.mail,ou=users,dc=stalwart,dc=test
|
|
objectClass: inetOrgPerson
|
|
objectClass: posixAccount
|
|
objectClass: shadowAccount
|
|
uid: multi.mail
|
|
cn: Multi Mail
|
|
sn: Mail
|
|
givenName: Multi
|
|
mail: multi.mail@example.org
|
|
mail: multi@example.org
|
|
mail: mm@example.org
|
|
userPassword: this is Multi's LDAP password
|
|
uidNumber: 10004
|
|
gidNumber: 10004
|
|
homeDirectory: /home/multi.mail
|
|
loginShell: /bin/bash
|
|
|
|
dn: uid=bill.foobar,ou=users,dc=stalwart,dc=test
|
|
objectClass: inetOrgPerson
|
|
objectClass: posixAccount
|
|
objectClass: shadowAccount
|
|
objectClass: extensibleObject
|
|
uid: bill.foobar
|
|
cn: Bill Foobar
|
|
sn: Foobar
|
|
givenName: Bill
|
|
mail: bill.foobar@example.org
|
|
mailAlias: bill@example.org
|
|
userPassword: this is Bill's LDAP password
|
|
uidNumber: 10003
|
|
gidNumber: 10003
|
|
homeDirectory: /home/bill.foobar
|
|
loginShell: /bin/bash
|