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