in reply to Re: can't access dn within ldif file
in thread can't access dn within ldif file
print "\n\n" . "this is the nycbidcreatedon: " . $entry->{'attrs'} +{'idcreatedon'} . "\n\n"; print "\n\n" . "this is the nycbfriendlyid: " . $entry->{'attrs'}{ +'friendlyid'} . "\n\n"; print "\n\n" . "this is the DN!! " . $entry->{'asn'}{'objectName'} + . "\n\n"; # Dumper shows this exists
strange.while( not $ldif->eof ( ) ) { #loop print $entry->get_value("IdCreatedOn")."\n"; print $entry->get_value("FriendlyId")."\n";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: can't access dn within ldif file
by NetWallah (Canon) on Dec 27, 2017 at 18:10 UTC |