3112N/A# CDDL HEADER START
3112N/A#
3112N/A# The contents of this file are subject to the terms of the
3112N/A# Common Development and Distribution License, Version 1.0 only
3112N/A# (the "License"). You may not use this file except in compliance
3112N/A# with the License.
3112N/A#
3112N/A# You can obtain a copy of the license at
3112N/A# trunk/opends/resource/legal-notices/OpenDS.LICENSE
3112N/A# or https://OpenDS.dev.java.net/OpenDS.LICENSE.
3112N/A# See the License for the specific language governing permissions
3112N/A# and limitations under the License.
3112N/A#
3112N/A# When distributing Covered Code, include this CDDL HEADER in each
3112N/A# file and include the License file at
3112N/A# trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable,
3112N/A# add the following below this CDDL HEADER, with the fields enclosed
3112N/A# by brackets "[]" replaced with your own identifying information:
3112N/A# Portions Copyright [yyyy] [name of copyright owner]
3112N/A#
3112N/A# CDDL HEADER END
3112N/A#
4618N/A# Copyright 2007-2009 Sun Microsystems, Inc.
3112N/A#
3112N/A
1845N/Adn: dc=com
1845N/Aobjectclass: top
1845N/Aobjectclass: domain
1845N/Adc: com
1845N/A
1845N/Adn: dc=groups,dc=com
1845N/Aobjectclass: top
1845N/Aobjectclass: domain
1845N/Adc: groups
1845N/A
1845N/Adn: ou=static,dc=groups,dc=com
1845N/AobjectClass: top
1845N/AobjectClass: organizationalunit
1845N/Aou: static
1845N/A
1845N/Adn: ou=dynamic,dc=groups,dc=com
1845N/AobjectClass: top
1845N/AobjectClass: organizationalunit
1845N/Aou: dynamic
1845N/A
1845N/Adn: uid=my_application,dc=groups,dc=com
1845N/Auid: my_application
1845N/Aobjectclass: top
1845N/Aobjectclass: person
1845N/Aobjectclass: inetOrgPerson
1845N/Acn: my_application
1845N/Asn: sn of my_application
1845N/Adescription: this is the description of my_application
1845N/AuserPassword: pw_my_application
1845N/A
1845N/Adn: cn=my_staticgroup1,dc=groups,dc=com
1845N/Acn: my_staticgroup1
1845N/Aobjectclass: top
1845N/Aobjectclass: groupofuniquenames
1845N/Adescription: this is the description of my_staticgroup1
1845N/Auniquemember: uid=user_01,ou=static,dc=groups,dc=com
1845N/Auniquemember: uid=user_02,ou=static,dc=groups,dc=com
1845N/Auniquemember: uid=user_03,ou=static,dc=groups,dc=com
1845N/Auniquemember: uid=user_04,ou=static,dc=groups,dc=com
1845N/Auniquemember: uid=user_05,ou=static,dc=groups,dc=com
1845N/Auniquemember: uid=user_06,ou=static,dc=groups,dc=com
1845N/Auniquemember: uid=user_07,ou=static,dc=groups,dc=com
1845N/Auniquemember: uid=user_08,ou=static,dc=groups,dc=com
1845N/Auniquemember: uid=user_09,ou=static,dc=groups,dc=com
1845N/Auniquemember: uid=user_10,ou=static,dc=groups,dc=com
1845N/A
1845N/Adn: cn=my_staticgroup2,dc=groups,dc=com
1845N/Acn: my_staticgroup2
1845N/Aobjectclass: top
1845N/AobjectClass: groupOfNames
1845N/Adescription: this is the description of my_staticgroup2
1845N/Amember: uid=user_01,ou=static,dc=groups,dc=com
1845N/Amember: uid=user_02,ou=static,dc=groups,dc=com
1845N/Amember: uid=user_03,ou=static,dc=groups,dc=com
1845N/Amember: uid=user_04,ou=static,dc=groups,dc=com
1845N/Amember: uid=user_05,ou=static,dc=groups,dc=com
1845N/Amember: uid=user_06,ou=static,dc=groups,dc=com
1845N/Amember: uid=user_07,ou=static,dc=groups,dc=com
1845N/Amember: uid=user_08,ou=static,dc=groups,dc=com
1845N/Amember: uid=user_09,ou=static,dc=groups,dc=com
1845N/Amember: uid=user_10,ou=static,dc=groups,dc=com
1845N/A
3099N/Adn: cn=my_staticgroup3,dc=groups,dc=com
3099N/Acn: my_staticgroup3
3099N/Aobjectclass: top
3099N/AobjectClass: groupOfNames
3099N/Adescription: this is the description of my_staticgroup3
3099N/Amember: cn=my_staticgroup2,dc=groups,dc=com
3099N/A
1845N/Adn: cn=my_dynamicgroup1,dc=groups,dc=com
1845N/Acn: my_dynamicgroup1
1845N/Aobjectclass: top
1845N/Aobjectclass: groupofurls
1845N/Adescription: this is the description of my_dynamicgroup1
1845N/Amemberurl: ldap:///ou=dynamic,dc=groups,dc=com??sub?(&(objectclass=person)(uid=*2*))
1845N/A
1845N/Adn: cn=my_dynamicgroup2,dc=groups,dc=com
1845N/Acn: my_dynamicgroup2
1845N/Aobjectclass: top
1845N/Aobjectclass: groupofurls
1845N/Adescription: this is the description of my_dynamicgroup1
1845N/Amemberurl: ldap:///ou=dynamic,dc=groups,dc=com??sub?(&(objectclass=person)(uid=*3*))
1845N/A
1845N/Adn: cn=my_virtualstaticgroup,dc=groups,dc=com
1845N/AobjectClass: top
1845N/AobjectClass: groupOfUniqueNames
1845N/AobjectClass: ds-virtual-static-group
1845N/Acn: my_virtualstaticgroup
1845N/Ads-target-group-dn: cn=my_dynamicgroup1,dc=groups,dc=com
1845N/A
1845N/Adn: uid=user_00,ou=static,dc=groups,dc=com
1845N/Auid: user_00
1845N/Aobjectclass: top
1845N/Aobjectclass: person
1845N/Aobjectclass: inetOrgPerson
1845N/Acn: user_00
1845N/Asn: sn of user user_00
1845N/Adescription: this is the description of user_00
1845N/AuserPassword: pw_00
1845N/Al: TOWN_8
1845N/A
1845N/Adn: uid=user_01,ou=static,dc=groups,dc=com
1845N/Auid: user_01
1845N/Aobjectclass: top
1845N/Aobjectclass: person
1845N/Aobjectclass: inetOrgPerson
1845N/Acn: user_01
1845N/Asn: sn of user user_01
1845N/Adescription: this is the description of user_01
1845N/AuserPassword: pw_01
1845N/Al: TOWN_7
1845N/A
1845N/Adn: uid=user_02,ou=static,dc=groups,dc=com
1845N/Auid: user_02
1845N/Aobjectclass: top
1845N/Aobjectclass: person
1845N/Aobjectclass: inetOrgPerson
1845N/Acn: user_02
1845N/Asn: sn of user user_02
1845N/Adescription: this is the description of user_02
1845N/AuserPassword: pw_02
1845N/Al: TOWN_1
1845N/A
1845N/Adn: uid=user_03,ou=static,dc=groups,dc=com
1845N/Auid: user_03
1845N/Aobjectclass: top
1845N/Aobjectclass: person
1845N/Aobjectclass: inetOrgPerson
1845N/Acn: user_03
1845N/Asn: sn of user user_03
1845N/Adescription: this is the description of user_03
1845N/AuserPassword: pw_03
1845N/Al: TOWN_3
1845N/A
1845N/Adn: uid=user_04,ou=static,dc=groups,dc=com
1845N/Auid: user_04
1845N/Aobjectclass: top
1845N/Aobjectclass: person
1845N/Aobjectclass: inetOrgPerson
1845N/Acn: user_04
1845N/Asn: sn of user user_04
1845N/Adescription: this is the description of user_04
1845N/AuserPassword: pw_04
1845N/Al: TOWN_7
1845N/A
1845N/Adn: uid=user_05,ou=static,dc=groups,dc=com
1845N/Auid: user_05
1845N/Aobjectclass: top
1845N/Aobjectclass: person
1845N/Aobjectclass: inetOrgPerson
1845N/Acn: user_05
1845N/Asn: sn of user user_05
1845N/Adescription: this is the description of user_05
1845N/AuserPassword: pw_05
1845N/Al: TOWN_5
1845N/A
1845N/Adn: uid=user_06,ou=static,dc=groups,dc=com
1845N/Auid: user_06
1845N/Aobjectclass: top
1845N/Aobjectclass: person
1845N/Aobjectclass: inetOrgPerson
1845N/Acn: user_06
1845N/Asn: sn of user user_06
1845N/Adescription: this is the description of user_06
1845N/AuserPassword: pw_06
1845N/Al: TOWN_4
1845N/A
1845N/Adn: uid=user_07,ou=static,dc=groups,dc=com
1845N/Auid: user_07
1845N/Aobjectclass: top
1845N/Aobjectclass: person
1845N/Aobjectclass: inetOrgPerson
1845N/Acn: user_07
1845N/Asn: sn of user user_07
1845N/Adescription: this is the description of user_07
1845N/AuserPassword: pw_07
1845N/Al: TOWN_7
1845N/A
1845N/Adn: uid=user_08,ou=static,dc=groups,dc=com
1845N/Auid: user_08
1845N/Aobjectclass: top
1845N/Aobjectclass: person
1845N/Aobjectclass: inetOrgPerson
1845N/Acn: user_08
1845N/Asn: sn of user user_08
1845N/Adescription: this is the description of user_08
1845N/AuserPassword: pw_08
1845N/Al: TOWN_9
1845N/A
1845N/Adn: uid=user_09,ou=static,dc=groups,dc=com
1845N/Auid: user_09
1845N/Aobjectclass: top
1845N/Aobjectclass: person
1845N/Aobjectclass: inetOrgPerson
1845N/Acn: user_09
1845N/Asn: sn of user user_09
1845N/Adescription: this is the description of user_09
1845N/AuserPassword: pw_09
1845N/Al: TOWN_6
1845N/A
1845N/Adn: uid=user_10,ou=static,dc=groups,dc=com
1845N/Auid: user_10
1845N/Aobjectclass: top
1845N/Aobjectclass: person
1845N/Aobjectclass: inetOrgPerson
1845N/Acn: user_10
1845N/Asn: sn of user user_10
1845N/Adescription: this is the description of user_10
1845N/AuserPassword: pw_10
1845N/Al: TOWN_2
1845N/A
1845N/Adn: uid=user_11,ou=static,dc=groups,dc=com
1845N/Auid: user_11
1845N/Aobjectclass: top
1845N/Aobjectclass: person
1845N/Aobjectclass: inetOrgPerson
1845N/Acn: user_11
1845N/Asn: sn of user user_11
1845N/Adescription: this is the description of user_11
1845N/AuserPassword: pw_11
1845N/Al: TOWN_4
1845N/A
1845N/Adn: uid=user_12,ou=static,dc=groups,dc=com
1845N/Auid: user_12
1845N/Aobjectclass: top
1845N/Aobjectclass: person
1845N/Aobjectclass: inetOrgPerson
1845N/Acn: user_12
1845N/Asn: sn of user user_12
1845N/Adescription: this is the description of user_12
1845N/AuserPassword: pw_12
1845N/Al: TOWN_8
1845N/A
1845N/Adn: uid=user_13,ou=static,dc=groups,dc=com
1845N/Auid: user_13
1845N/Aobjectclass: top
1845N/Aobjectclass: person
1845N/Aobjectclass: inetOrgPerson
1845N/Acn: user_13
1845N/Asn: sn of user user_13
1845N/Adescription: this is the description of user_13
1845N/AuserPassword: pw_13
1845N/Al: TOWN_4
1845N/A
1845N/Adn: uid=user_14,ou=static,dc=groups,dc=com
1845N/Auid: user_14
1845N/Aobjectclass: top
1845N/Aobjectclass: person
1845N/Aobjectclass: inetOrgPerson
1845N/Acn: user_14
1845N/Asn: sn of user user_14
1845N/Adescription: this is the description of user_14
1845N/AuserPassword: pw_14
1845N/Al: TOWN_0
1845N/A
1845N/Adn: uid=user_15,ou=static,dc=groups,dc=com
1845N/Auid: user_15
1845N/Aobjectclass: top
1845N/Aobjectclass: person
1845N/Aobjectclass: inetOrgPerson
1845N/Acn: user_15
1845N/Asn: sn of user user_15
1845N/Adescription: this is the description of user_15
1845N/AuserPassword: pw_15
1845N/Al: TOWN_6
1845N/A
1845N/Adn: uid=user_16,ou=static,dc=groups,dc=com
1845N/Auid: user_16
1845N/Aobjectclass: top
1845N/Aobjectclass: person
1845N/Aobjectclass: inetOrgPerson
1845N/Acn: user_16
1845N/Asn: sn of user user_16
1845N/Adescription: this is the description of user_16
1845N/AuserPassword: pw_16
1845N/Al: TOWN_8
1845N/A
1845N/Adn: uid=user_17,ou=static,dc=groups,dc=com
1845N/Auid: user_17
1845N/Aobjectclass: top
1845N/Aobjectclass: person
1845N/Aobjectclass: inetOrgPerson
1845N/Acn: user_17
1845N/Asn: sn of user user_17
1845N/Adescription: this is the description of user_17
1845N/AuserPassword: pw_17
1845N/Al: TOWN_9
1845N/A
1845N/Adn: uid=user_18,ou=static,dc=groups,dc=com
1845N/Auid: user_18
1845N/Aobjectclass: top
1845N/Aobjectclass: person
1845N/Aobjectclass: inetOrgPerson
1845N/Acn: user_18
1845N/Asn: sn of user user_18
1845N/Adescription: this is the description of user_18
1845N/AuserPassword: pw_18
1845N/Al: TOWN_1
1845N/A
1845N/Adn: uid=user_19,ou=static,dc=groups,dc=com
1845N/Auid: user_19
1845N/Aobjectclass: top
1845N/Aobjectclass: person
1845N/Aobjectclass: inetOrgPerson
1845N/Acn: user_19
1845N/Asn: sn of user user_19
1845N/Adescription: this is the description of user_19
1845N/AuserPassword: pw_19
1845N/Al: TOWN_9
1845N/A
1845N/Adn: uid=user_20,ou=static,dc=groups,dc=com
1845N/Auid: user_20
1845N/Aobjectclass: top
1845N/Aobjectclass: person
1845N/Aobjectclass: inetOrgPerson
1845N/Acn: user_20
1845N/Asn: sn of user user_20
1845N/Adescription: this is the description of user_20
1845N/AuserPassword: pw_20
1845N/Al: TOWN_6
1845N/A
1845N/Adn: uid=user_00,ou=dynamic,dc=groups,dc=com
1845N/Auid: user_00
1845N/Aobjectclass: top
1845N/Aobjectclass: person
1845N/Aobjectclass: inetOrgPerson
1845N/Acn: user_00
1845N/Asn: sn of user user_00
1845N/Adescription: this is the description of user_00
1845N/AuserPassword: pw_00
1845N/Al: TOWN_8
1845N/A
1845N/Adn: uid=user_01,ou=dynamic,dc=groups,dc=com
1845N/Auid: user_01
1845N/Aobjectclass: top
1845N/Aobjectclass: person
1845N/Aobjectclass: inetOrgPerson
1845N/Acn: user_01
1845N/Asn: sn of user user_01
1845N/Adescription: this is the description of user_01
1845N/AuserPassword: pw_01
1845N/Al: TOWN_7
1845N/A
1845N/Adn: uid=user_02,ou=dynamic,dc=groups,dc=com
1845N/Auid: user_02
1845N/Aobjectclass: top
1845N/Aobjectclass: person
1845N/Aobjectclass: inetOrgPerson
1845N/Acn: user_02
1845N/Asn: sn of user user_02
1845N/Adescription: this is the description of user_02
1845N/AuserPassword: pw_02
1845N/Al: TOWN_1
1845N/A
1845N/Adn: uid=user_03,ou=dynamic,dc=groups,dc=com
1845N/Auid: user_03
1845N/Aobjectclass: top
1845N/Aobjectclass: person
1845N/Aobjectclass: inetOrgPerson
1845N/Acn: user_03
1845N/Asn: sn of user user_03
1845N/Adescription: this is the description of user_03
1845N/AuserPassword: pw_03
1845N/Al: TOWN_3
1845N/A
1845N/Adn: uid=user_04,ou=dynamic,dc=groups,dc=com
1845N/Auid: user_04
1845N/Aobjectclass: top
1845N/Aobjectclass: person
1845N/Aobjectclass: inetOrgPerson
1845N/Acn: user_04
1845N/Asn: sn of user user_04
1845N/Adescription: this is the description of user_04
1845N/AuserPassword: pw_04
1845N/Al: TOWN_7
1845N/A
1845N/Adn: uid=user_05,ou=dynamic,dc=groups,dc=com
1845N/Auid: user_05
1845N/Aobjectclass: top
1845N/Aobjectclass: person
1845N/Aobjectclass: inetOrgPerson
1845N/Acn: user_05
1845N/Asn: sn of user user_05
1845N/Adescription: this is the description of user_05
1845N/AuserPassword: pw_05
1845N/Al: TOWN_5
1845N/A
1845N/Adn: uid=user_06,ou=dynamic,dc=groups,dc=com
1845N/Auid: user_06
1845N/Aobjectclass: top
1845N/Aobjectclass: person
1845N/Aobjectclass: inetOrgPerson
1845N/Acn: user_06
1845N/Asn: sn of user user_06
1845N/Adescription: this is the description of user_06
1845N/AuserPassword: pw_06
1845N/Al: TOWN_4
1845N/A
1845N/Adn: uid=user_07,ou=dynamic,dc=groups,dc=com
1845N/Auid: user_07
1845N/Aobjectclass: top
1845N/Aobjectclass: person
1845N/Aobjectclass: inetOrgPerson
1845N/Acn: user_07
1845N/Asn: sn of user user_07
1845N/Adescription: this is the description of user_07
1845N/AuserPassword: pw_07
1845N/Al: TOWN_7
1845N/A
1845N/Adn: uid=user_08,ou=dynamic,dc=groups,dc=com
1845N/Auid: user_08
1845N/Aobjectclass: top
1845N/Aobjectclass: person
1845N/Aobjectclass: inetOrgPerson
1845N/Acn: user_08
1845N/Asn: sn of user user_08
1845N/Adescription: this is the description of user_08
1845N/AuserPassword: pw_08
1845N/Al: TOWN_9
1845N/A
1845N/Adn: uid=user_09,ou=dynamic,dc=groups,dc=com
1845N/Auid: user_09
1845N/Aobjectclass: top
1845N/Aobjectclass: person
1845N/Aobjectclass: inetOrgPerson
1845N/Acn: user_09
1845N/Asn: sn of user user_09
1845N/Adescription: this is the description of user_09
1845N/AuserPassword: pw_09
1845N/Al: TOWN_6
1845N/A
1845N/Adn: uid=user_10,ou=dynamic,dc=groups,dc=com
1845N/Auid: user_10
1845N/Aobjectclass: top
1845N/Aobjectclass: person
1845N/Aobjectclass: inetOrgPerson
1845N/Acn: user_10
1845N/Asn: sn of user user_10
1845N/Adescription: this is the description of user_10
1845N/AuserPassword: pw_10
1845N/Al: TOWN_2
1845N/A
1845N/Adn: uid=user_11,ou=dynamic,dc=groups,dc=com
1845N/Auid: user_11
1845N/Aobjectclass: top
1845N/Aobjectclass: person
1845N/Aobjectclass: inetOrgPerson
1845N/Acn: user_11
1845N/Asn: sn of user user_11
1845N/Adescription: this is the description of user_11
1845N/AuserPassword: pw_11
1845N/Al: TOWN_4
1845N/A
1845N/Adn: uid=user_12,ou=dynamic,dc=groups,dc=com
1845N/Auid: user_12
1845N/Aobjectclass: top
1845N/Aobjectclass: person
1845N/Aobjectclass: inetOrgPerson
1845N/Acn: user_12
1845N/Asn: sn of user user_12
1845N/Adescription: this is the description of user_12
1845N/AuserPassword: pw_12
1845N/Al: TOWN_8
1845N/A
1845N/Adn: uid=user_13,ou=dynamic,dc=groups,dc=com
1845N/Auid: user_13
1845N/Aobjectclass: top
1845N/Aobjectclass: person
1845N/Aobjectclass: inetOrgPerson
1845N/Acn: user_13
1845N/Asn: sn of user user_13
1845N/Adescription: this is the description of user_13
1845N/AuserPassword: pw_13
1845N/Al: TOWN_4
1845N/A
1845N/Adn: uid=user_14,ou=dynamic,dc=groups,dc=com
1845N/Auid: user_14
1845N/Aobjectclass: top
1845N/Aobjectclass: person
1845N/Aobjectclass: inetOrgPerson
1845N/Acn: user_14
1845N/Asn: sn of user user_14
1845N/Adescription: this is the description of user_14
1845N/AuserPassword: pw_14
1845N/Al: TOWN_0
1845N/A
1845N/Adn: uid=user_15,ou=dynamic,dc=groups,dc=com
1845N/Auid: user_15
1845N/Aobjectclass: top
1845N/Aobjectclass: person
1845N/Aobjectclass: inetOrgPerson
1845N/Acn: user_15
1845N/Asn: sn of user user_15
1845N/Adescription: this is the description of user_15
1845N/AuserPassword: pw_15
1845N/Al: TOWN_6
1845N/A
1845N/Adn: uid=user_16,ou=dynamic,dc=groups,dc=com
1845N/Auid: user_16
1845N/Aobjectclass: top
1845N/Aobjectclass: person
1845N/Aobjectclass: inetOrgPerson
1845N/Acn: user_16
1845N/Asn: sn of user user_16
1845N/Adescription: this is the description of user_16
1845N/AuserPassword: pw_16
1845N/Al: TOWN_8
1845N/A
1845N/Adn: uid=user_17,ou=dynamic,dc=groups,dc=com
1845N/Auid: user_17
1845N/Aobjectclass: top
1845N/Aobjectclass: person
1845N/Aobjectclass: inetOrgPerson
1845N/Acn: user_17
1845N/Asn: sn of user user_17
1845N/Adescription: this is the description of user_17
1845N/AuserPassword: pw_17
1845N/Al: TOWN_9
1845N/A
1845N/Adn: uid=user_18,ou=dynamic,dc=groups,dc=com
1845N/Auid: user_18
1845N/Aobjectclass: top
1845N/Aobjectclass: person
1845N/Aobjectclass: inetOrgPerson
1845N/Acn: user_18
1845N/Asn: sn of user user_18
1845N/Adescription: this is the description of user_18
1845N/AuserPassword: pw_18
1845N/Al: TOWN_1
1845N/A
1845N/Adn: uid=user_19,ou=dynamic,dc=groups,dc=com
1845N/Auid: user_19
1845N/Aobjectclass: top
1845N/Aobjectclass: person
1845N/Aobjectclass: inetOrgPerson
1845N/Acn: user_19
1845N/Asn: sn of user user_19
1845N/Adescription: this is the description of user_19
1845N/AuserPassword: pw_19
1845N/Al: TOWN_9
1845N/A
1845N/Adn: uid=user_20,ou=dynamic,dc=groups,dc=com
1845N/Auid: user_20
1845N/Aobjectclass: top
1845N/Aobjectclass: person
1845N/Aobjectclass: inetOrgPerson
1845N/Acn: user_20
1845N/Asn: sn of user user_20
1845N/Adescription: this is the description of user_20
1845N/AuserPassword: pw_20
1845N/Al: TOWN_6
1845N/A
1845N/A