Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Binding OpenLDAP and PostgreSQL with Perl

by dfaure (Chaplain)
on May 20, 2004 at 00:25 UTC ( [id://354795]=CUFP: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


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

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: CUFP [id://354795]
Approved by valdez
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (7)
As of 2024-04-19 16:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found