sasl authentication using multiple realms

2006-06-19 Thread Schaefer, Dirk Alexander
dear all, i'v got openldap 2.3.19 installed on fedora core 5 via yum. all the things i wanted to be set up are working fine even the replication. but one thing i'm not able to get to work the way i want it to work. i'm talking about sasl authentication using different realms. i want to be able to

Fwd: Can't auth on shell

2006-06-19 Thread Leandro Melo de Sales
# ldapsearch -D "cn=Manager,dc=embedded,dc=mydomain,dc=com" -W -x Enter LDAP Password: ldap_bind: Invalid credentials (49) What's up? 2006/6/17, Kurt D. Zeilenga <[EMAIL PROTECTED]>: At 01:27 PM 6/17/2006, Leandro Melo de Sales wrote: >I setup openldap and when I try to make a ldapsearch I got:

Re: syncrepl missing/ignoring {md5} passwords?

2006-06-19 Thread Andreas Hasenack
On Mon, Jun 19, 2006 at 06:31:39PM +0100, Ade Fewings wrote: > Dear all > > We are setting up an OpenLDAP 2.3.34 directory server structure and I > have started using syncrepl to produce replica servers. Everything is > going OK, except that userPassword's crypt'd using {MD5} rather than > {cr

Re: Access Control between two domains.

2006-06-19 Thread Kurt D. Zeilenga
At 12:38 AM 6/19/2006, Manilal K M wrote: >On 18/06/06, Kurt D. Zeilenga <[EMAIL PROTECTED]> wrote: >>At 10:33 PM 6/16/2006, Manilal K M wrote: >>>Hello all, >>> I have an openldap implementation with a number of domains. Now I >>>need to grant access permission to the Global Address Book of two

syncrepl missing/ignoring {md5} passwords?

2006-06-19 Thread Ade Fewings
Dear all We are setting up an OpenLDAP 2.3.34 directory server structure and I have started using syncrepl to produce replica servers. Everything is going OK, except that userPassword's crypt'd using {MD5} rather than {crypt} do not find their way to the slave servers. The {crypt} passwords

Re: How to make binding on downward referral possible.

2006-06-19 Thread Sandeep A.S
If you know how your client should rebind, I suggest you write your own tool, or modify OpenLDAP's, to work according to your needs. Otherwise, if you want the server to do that for you, i.e. no referral gets back to the client, but the server directly chases the referral, you need to use the

Re: Access Control between two domains.

2006-06-19 Thread Manilal K M
On 18/06/06, Kurt D. Zeilenga <[EMAIL PROTECTED]> wrote: At 10:33 PM 6/16/2006, Manilal K M wrote: >Hello all, > I have an openldap implementation with a number of domains. Now I >need to grant access permission to the Global Address Book of two >domains. For example my first domain is alpha an

unbind problem in some versions of openldap client

2006-06-19 Thread Savitha R
Hi, I have an application which creates mutliple handles to the LDAP server. When the application exits, it tries to do an unbind on all the handles created. But the application hangs while doing the unbind. The first unbind goes through successfully. But hangs in one of the subsequent unbinds.