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