- or download this
database shell
search /var/pg2ldap/backend.pl
- or download this
create view ldap as select agency as objectclass,
(agency || '-' || folderid) as dnqualifier,
...
comment as description
from userspool
where state = 'ACTIVE'
- or download this
use strict;
use Parse::RecDescent;
...
my $parser = new Parse::RecDescent($grammar) or die "Bad grammar!\
+n";
return $parser->translate($filter);
}