basic-master.template revision da97433d5cd26e422a370d186f98659383c06721
0N/A# Common Development and Distribution License, Version 1.0 only
0N/A# (the "License"). You may not use this file except in compliance
0N/A# with the License.
0N/A#
0N/A# You can obtain a copy of the license at
157N/A# trunk/opends/resource/legal-notices/OpenDS.LICENSE
0N/A# or https://OpenDS.dev.java.net/OpenDS.LICENSE.
0N/A# See the License for the specific language governing permissions
0N/A# and limitations under the License.
0N/A#
157N/A# When distributing Covered Code, include this CDDL HEADER in each
0N/A# file and include the License file at
157N/A# trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable,
0N/A# add the following below this CDDL HEADER, with the fields enclosed
0N/A# by brackets "[]" replaced with your own identifying information:
0N/A# Portions Copyright [yyyy] [name of copyright owner]
0N/A#
0N/A# CDDL HEADER END
0N/A#
0N/A# Copyright 2009 Sun Microsystems, Inc.
0N/A#
0N/A
0N/Adefine suffix=o=example
0N/Adefine maildomain=example.com
157N/Adefine numusers=50
157N/A
157N/Abranch: [suffix]
0N/A
0N/Abranch: ou=People,[suffix]
0N/AsubordinateTemplate: person:[numusers]
0N/A
0N/Atemplate: person
0N/ArdnAttr: uid
0N/AobjectClass: top
0N/AobjectClass: person
0N/AobjectClass: organizationalPerson
0N/AobjectClass: inetOrgPerson
0N/AgivenName: <first>
0N/Asn: <last>
0N/Acn: {givenName} {sn}
0N/Ainitials: {givenName:1}<random:chars:ABCDEFGHIJKLMNOPQRSTUVWXYZ:1>{sn:1}
0N/AemployeeNumber: <sequential:0>
0N/Auid: user.{employeeNumber}
0N/Amail: {uid}@[maildomain]
0N/AuserPassword: password
0N/AtelephoneNumber: <random:telephone>
0N/Apager: <random:telephone>
0N/Amobile: <random:telephone>
0N/Astreet: <random:numeric:5> <file:streets> Street
0N/Al: <file:cities>
0N/Ast: <file:states>
0N/ApostalCode: <random:numeric:5>
0N/ApostalAddress: {cn} - {street} - {l}, {st} {postalCode}
0N/Adescription: This is the description for {cn}.
jpegPhoto:: <random:base64:1000>