Re: [ADMIN] implement ldap authentication in PostgreSQL

2009-07-22 Thread Andreas Wenk
mitra nazemian schrieb: Excuse me, I have another question. should I run ldapserver in linux for using ldap autentication in PostgreSQL? Thanks most likely http://en.wikipedia.org/wiki/Ldap is your friend to get some basic info ... this could also be of interest: http://www.openldap.org/ O

Re: [ADMIN] implement ldap authentication in PostgreSQL

2009-07-22 Thread mitra nazemian
Excuse me, I have another question. should I run ldapserver in linux for using ldap autentication in PostgreSQL? Thanks On Wed, Jul 22, 2009 at 8:47 AM, mitra nazemian wrote: > > Oh. ok, thanks. > but can you suggest me a book to get some info about LDAP and how to use > it. I am in hurry. > I am

Re: [ADMIN] implement ldap authentication in PostgreSQL

2009-07-22 Thread mitra nazemian
Oh. ok, thanks. but can you suggest me a book to get some info about LDAP and how to use it. I am in hurry. I am in a hurry for it. Thanks -Mitra On Wed, Jul 22, 2009 at 8:39 AM, Andreas Wenk < a.w...@netzmeister-st-pauli.de> wrote: > mitra nazemian schrieb: > >> hi, >> thanks. I know that I sho

Re: [ADMIN] implement ldap authentication in PostgreSQL

2009-07-22 Thread Andreas Wenk
mitra nazemian schrieb: hi, thanks. I know that I shoud use it hostall all 127.0.0.1/32 ldap / ldap:// your.domain.com/dc=company,dc=com;uid=

Re: [ADMIN] implement ldap authentication in PostgreSQL

2009-07-22 Thread mitra nazemian
hi, thanks. I know that I shoud use it hostall all 127.0.0.1/32 ldap / ldap:// your.domain.com/dc=company,dc=com;uid=;,ou=employees,dc=company,dc=com in pg_hba.conf. I have a basic problem. I am new in PostgreSQL and linux. I dont know where I shoud define dc, ou and

Re: [ADMIN] implement ldap authentication in PostgreSQL

2009-07-21 Thread Andreas Wenk
Andreas Wenk schrieb: mitra nazemian schrieb: thanks but I has read them. I dont understand where I shoud spacify the cn, dn in postgresql too use them in pg_hba.conf. please help me On Mon, Jul 20, 2009 at 11:50 AM, Andreas Wenk > wrote: mitra n

Re: [ADMIN] implement ldap authentication in PostgreSQL

2009-07-21 Thread Andreas Wenk
mitra nazemian schrieb: thanks but I has read them. I dont understand where I shoud spacify the cn, dn in postgresql too use them in pg_hba.conf. please help me On Mon, Jul 20, 2009 at 11:50 AM, Andreas Wenk mailto:a.w...@netzmeister-st-pauli.de>> wrote: mitra nazemian schrieb:

Re: [ADMIN] implement ldap authentication in PostgreSQL

2009-07-20 Thread Andreas Wenk
mitra nazemian schrieb: hi, I want too implement ldap authentication in PostgreSQL in linux, but I cant. Please help me... Tanx Hi, first you should understand the basics of authentication in postgresql. http://www.postgresql.org/docs/current/static/client-authentication.html Then jump to thi