Help for this page

Select Code to Download


  1. or download this
     use strict;  # Always a good idea
    
    ...
     foreach my $entry ($mesg->entries) {
        $entry->dump;
     }
    
  2. or download this
       filter => "(&(objectCategory=group)(cn=Domain Users))",