/[A3C]/lib/A3C/Action/SyncOrganization.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /lib/A3C/Action/SyncOrganization.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 58 by dpavlin, Tue Apr 1 19:59:50 2008 UTC revision 66 by dpavlin, Wed Apr 9 23:14:47 2008 UTC
# Line 49  sub take_action { Line 49  sub take_action {
49                  $organization->load_by_cols( cn => $cn ) or die "can't load organization";                  $organization->load_by_cols( cn => $cn ) or die "can't load organization";
50    
51                  my $ldap = A3C::LDAP->new;                  my $ldap = A3C::LDAP->new;
52                  my $coll = $ldap->collection( 'User', filter => "(HrEduPersonHomeOrg=$cn)" );                  my $coll = $ldap->collection( 'Person', filter => "(HrEduPersonHomeOrg=$cn)" );
53    
54                  $self->result->content( 'synced-users' => $coll );                  $self->result->content( 'synced-users' => $coll );
55    

Legend:
Removed from v.58  
changed lines
  Added in v.66

  ViewVC Help
Powered by ViewVC 1.1.26