Help for this page

Select Code to Download


  1. or download this
      
    ###  BEGIN code added to the paged callback sub
    foreach my $var (@attr_list) {
    ...
          } ### if $var matches range pattern
    
    ###  END code added to the paged callback sub
    
  2. or download this
    foreach my $line (@supp_srch) {
         chomp($line);
    ...
         my $mesg = LDAP_PageSearch ( $ldap, "(&(objectclass=group)(!(obje
    +ctclass=computer)))", $attributes , "$dn" );
    }