Import upstream v0.16.22, stripped
Upstream commit: 474dd0229cb20cf513036619781ed97bd8073c3f Enterprise-only files removed or emptied: 63 Enterprise-only snippets removed: 117 in 50 files Dangling module declarations removed: 5 Cargo edits turning enterprise off: 14 Verification: clean Enterprise feature gates left for rebuilt features: 19 in 18 files Produced by tools/fork/strip.py. The full report is in docs/fork/strip-reports/ on main.
This commit is contained in:
@@ -0,0 +1,71 @@
|
||||
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: [email protected]
|
||||
mailAlias: [email protected]
|
||||
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: [email protected]
|
||||
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: [email protected]
|
||||
mail: [email protected]
|
||||
mail: [email protected]
|
||||
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: [email protected]
|
||||
mailAlias: [email protected]
|
||||
userPassword: this is Bill's LDAP password
|
||||
uidNumber: 10003
|
||||
gidNumber: 10003
|
||||
homeDirectory: /home/bill.foobar
|
||||
loginShell: /bin/bash
|
||||
Reference in New Issue
Block a user