107N/Adefine suffix=dc=example,dc=com
107N/Adefine maildomain=example.com
107N/Adefine numusers=10001
107N/A
107N/Abranch: [suffix]
107N/A
107N/Abranch: ou=People,[suffix]
107N/AsubordinateTemplate: person:[numusers]
107N/A
107N/Atemplate: person
107N/ArdnAttr: uid
107N/AobjectClass: top
107N/AobjectClass: person
107N/AobjectClass: organizationalPerson
107N/AobjectClass: inetOrgPerson
107N/AgivenName: <first>
107N/Asn: <last>
107N/Acn: {givenName} {sn}
107N/Ainitials: {givenName:1}<random:chars:ABCDEFGHIJKLMNOPQRSTUVWXYZ:1>{sn:1}
107N/AemployeeNumber: <sequential:0>
107N/Auid: user.{employeeNumber}
107N/Amail: {uid}@[maildomain]
107N/AuserPassword: password
107N/AtelephoneNumber: <random:telephone>
107N/AhomePhone: <random:telephone>
107N/Apager: <random:telephone>
107N/Amobile: <random:telephone>
107N/Astreet: <random:numeric:5> <file:streets> Street
107N/Al: <file:cities>
107N/Ast: <file:states>
107N/ApostalCode: <random:numeric:5>
107N/ApostalAddress: {cn}${street}${l}, {st} {postalCode}
107N/Adescription: This is the description for {cn}.
107N/A