--- lib/A3C/Dispatcher.pm 2008/06/19 19:05:26 205 +++ lib/A3C/Dispatcher.pm 2008/06/19 21:24:26 208 @@ -31,8 +31,10 @@ my $o = $top->child( _('Organizations') => url => '/organizations' ); $o->child( _('New') => url => '/organizations/new' ); - $top->child( _('Sync') => url => '/sync' ); - $top->child( _('LDAP') => url => '/ldap' ); + my $ldap = $top->child( _('LDAP'), url => '/ldap/sync' ); # FIXME some kind of top-level ldap page? + $ldap->child( _('Sync') => url => '/ldap/sync' ); + $ldap->child( _('Dump') => url => '/ldap/dump' ); + my $strix = $top->child( _('Strix') => url => '/strix' ); $strix->child( _('Name differences') => url => '/strix/name_diff' ); $strix->child( _('SQL') => url => '/strix/sql' );