Re: Configuring LDAP with OFBiz

2010-12-02 Thread Adrian Crum
ed on the user mailing list. -Adrian --- On Fri, 11/26/10, Naveen Bahatam< naveen.baha...@whishworks.com wrote: From: Naveen Bahatam Subject: Configuring LDAP with OFBiz To: dev@ofbiz.apache.org Date: Friday, November 26, 2010, 2:27 AM > Hi, I have understood

Re: Configuring LDAP with OFBiz

2010-12-02 Thread Naveen Kumar B V
; > >>> > >> > You have to modify createCustomer events in CustomerEvents.xml to >>> > store >>> > >> > user >>> > >> > details in LDAP when user gets registered. >>> > >> > >>> > >> >

Re: Configuring LDAP with OFBiz

2010-11-28 Thread Jacques Le Roux
tell me how can it be done.??. Is it possible > with > >> the > >> > > current implementation in OFBiz, or should we write a service to > >> perform > >> > > such an operation. > >> > > And yes, i will make sure to post these questions

Re: Configuring LDAP with OFBiz

2010-11-28 Thread Abhishake Agarwal
whishworks.com> wrote: > > >> > > > >> > > Hi Adrian, > > >> > > > > >> > >Thanks for your reply. If at all the users data is to be stored > > in > > >> > LDAP, > > >> > > when the user is ge

Re: Configuring LDAP with OFBiz

2010-11-28 Thread Naveen Kumar B V
> when the user is getting registered, or for password > >> > > updations, can you tell me how can it be done.??. Is it possible > with > >> the > >> > > current implementation in OFBiz, or should we write a service to > >> perform > >> > > su

Re: Configuring LDAP with OFBiz

2010-11-27 Thread Abhishake Agarwal
ent implementation in OFBiz, or should we write a service to >> perform >> > > such an operation. >> > > And yes, i will make sure to post these questions on user mailing >> list. >> > > Thank you once again. >> > > >> > >

Re: Configuring LDAP with OFBiz

2010-11-27 Thread Abhishake Agarwal
t; > > > > > > > > > > > > On 26 November 2010 21:20, Adrian Crum wrote: > > > > > > > The current LDAP integration is used for authentication only. User > data > > > is > > > > not stored in LDAP. > > > >

Re: Configuring LDAP with OFBiz

2010-11-27 Thread Naveen Kumar B V
> > By the way, this type of question should be posted on the user mailing > > > list. > > > > > > -Adrian > > > > > > --- On Fri, 11/26/10, Naveen Bahatam > > > wrote: > > > > > > > From: Naveen Bahatam > > > >

Re: Configuring LDAP with OFBiz

2010-11-27 Thread Abhishake Agarwal
gt; is > > not stored in LDAP. > > > > By the way, this type of question should be posted on the user mailing > > list. > > > > -Adrian > > > > --- On Fri, 11/26/10, Naveen Bahatam > > wrote: > > > > > From: Naveen Bahatam > >

Re: Configuring LDAP with OFBiz

2010-11-27 Thread Naveen Bahatam
; By the way, this type of question should be posted on the user mailing > list. > > -Adrian > > --- On Fri, 11/26/10, Naveen Bahatam > wrote: > > > From: Naveen Bahatam > > Subject: Configuring LDAP with OFBiz > > To: dev@ofbiz.apache.org > > Date: Frida

Re: Configuring LDAP with OFBiz

2010-11-26 Thread Adrian Crum
The current LDAP integration is used for authentication only. User data is not stored in LDAP. By the way, this type of question should be posted on the user mailing list. -Adrian --- On Fri, 11/26/10, Naveen Bahatam wrote: > From: Naveen Bahatam > Subject: Configuring LDAP with OFBi

Configuring LDAP with OFBiz

2010-11-26 Thread Naveen Bahatam
Hi, I have understood configuring LDAP with OFBiz by editing two properties file as below: *jndiLdap.properties file:* * * # OFBiz LDAP Authentication Settings # JNDI LDAP settings. Change the following line to # point to your LDAP server. java.naming.provider.url=ldap://localhost:389