# extended LDIF # # LDAPv3 # base with scope subtree # filter: (|(Id1=*)(Id2=*)) # requesting: dn FriendlyId CreatedOn # # userid, help, perlmonks.com dn: uid=userid,ou=help,dc=perl,dc=monks FriendlyId: Pizza IdCreatedOn: 27-02-2099 00:00:00 data dumper displays the dn's in its output via data dumper: $VAR1 = bless( { 'attrs' => { 'friendlyid' => [ 'Pizza' ], 'idcreatedon' => [ '27-02-2099 00:00:00' ] }, 'changes' => [], 'asn' => { 'objectName' => 'uid=userid,ou=help,dc=perl,dc=monks',