Help for this page

Select Code to Download


  1. or download this
    sub parseGroupDescription
    {    my $groupObj=shift;   # my problem $groupObj is always undef / $g
    +roupObj is Net::LDAP:Entry
    ...
        
        return $response;
    }    # sub parseGroupDescription
    
  2. or download this
    my $data=$zbdbObj->fetchData($ldapConn,$serviceFilter,$groupFilter,sub
    + {parseGroupDescription});
    
  3. or download this
    sub fetchData
    {    my $selfObj=shift;
    ...
            $serviceDataObj->{"groups"}->{$groupName}=$groupName;
        }    # foreach my $group ($allGroups->entries)
    }    # sub fetchData