R: Problem with modify/replace function

2010-12-22 Thread LIBRIZZI FRANCESCO
(MPS-06286) Oggetto: Re: Problem with modify/replace function On 21 Dec 2010, at 09:13, LIBRIZZI FRANCESCO wrote: > Hello, > I wrote a script for updating the LDAP content. I want to modify the members > that belong to a group. > Therefore I used the modify function with the replace optio

Re: R: Problem with modify/replace function

2010-12-22 Thread Chris Ridd
On 22 Dec 2010, at 09:02, LIBRIZZI FRANCESCO wrote: > Hello Chris, > thank you for your answer :) > I replace all 300 members at once because I'm importing data in my LDAP > server from Active Directory Server. > I'm using SSL/TLS for all operations. > > I thought to use modify/add and modify

Re: Problem with modify/replace function

2010-12-21 Thread Chris Ridd
On 21 Dec 2010, at 09:13, LIBRIZZI FRANCESCO wrote: > Hello, > I wrote a script for updating the LDAP content. I want to modify the members > that belong to a group. > Therefore I used the modify function with the replace option. In this latter > I used as parameter the new member list. > When

Problem with modify/replace function

2010-12-21 Thread LIBRIZZI FRANCESCO
Hello, I wrote a script for updating the LDAP content. I want to modify the members that belong to a group. Therefore I used the modify function with the replace option. In this latter I used as parameter the new member list. When the group members number is lower than 300 the update works fine.