Help for this page

Select Code to Download


  1. or download this
        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
    
  2. or download this
    while( not $ldif->eof ( ) ) { #loop
             print $entry->get_value("IdCreatedOn")."\n";
             print $entry->get_value("FriendlyId")."\n";