/usr/share/doc/gnarwl/example.ldif is in gnarwl 3.6.dfsg-6.2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | #
# This is an example ldap entry for gnarwl
#
dn: uid=babs,ou=people,o=my_org
objectClass: top
objectClass: mailAccount
objectClass: account
objectClass: Vacation
uid: babs
userPassword: {crypt}kj8HsGwUBBMQA
maildropPlace: /var/mail/babs
mail: B.Jennings@my_org.com
description: This is an example mailAccount
vacationActive: TRUE
vacationInfo:: SGksCkknbSBjdXJyZW50bHkgb24gdmFjYXRpb24gKHNpbmNlICRiZWdpbikuIE
kgd29uJ3QgCmF0dGVuZCBteSBtYWlsYm94IHRpbGwgJGVuZC4=
vacationStart: christmas
vacationEnd: new years eve
vacationForward: J.Doe@my_org.com
|