Re: postgreSQL users = LDAP users?

From: "Daniel Seichter" <daniel(at)dseichter(dot)de>
To: pgsql-admin(at)postgresql(dot)org
Subject: Re: postgreSQL users = LDAP users?
Date: 2003-07-01 16:08:56
Message-ID: bdsbln$6ht$1@main.gmane.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hello,
thank you for you links, I will take a look to it.

Daniel
--
postgreSQL on Netware - the red elephant
http://postgresql.dseichter.org

-- you wrote ---
Look at this
http://www.mandrakesecure.net/en/docs/samba-ldap-advanced.php
http://www.mandrakesecure.net/en/docs/ldap-auth2.php
if you only want to sync users, and not any information regarding them. If
you would want more then:
You'll have to use the ODBC based sql backend for ldap (VERY SLOW ), and
connect using postgres, or whatever your database superuser is. You will
need to create some tables and views, tables containing ldap specific
things, see: http://www.samse.fr/GPL/ldap_pg/HOWTO/
and views which unify the former with pg_shadow information.

I wish you the best luck in succeeding this !

Best Regards

Geza Gemes

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Pedro Salazar 2003-07-01 18:38:52 embed postgresql installation : tuning size/performance [off-topic]
Previous Message weigelt 2003-07-01 16:00:51 Re: replication/redundancy