Re: Modifying value with MDB_WRITEMAP outside of mdb_cursor_put

2021-08-05 Thread Howard Chu
mnunb...@haskalah.org wrote: I'm trying to plug LMDB into a system where the user first modifies the value, and only afterwards notifies me that the value has been changed. In LMDB I've been simply passing the value pointer received from mdb_cursor_get (db opened with MDB_WRITEMAP), and if the

Re: Modify memberOf olcAttributetype in schema

2021-08-05 Thread Quanah Gibson-Mount
--On Thursday, August 5, 2021 7:55 AM + shekhar.shriniva...@gmail.com wrote: Hi Howard, Please ignore my earlier question. I was able to get the memberof.c changed, built and installed successfully. Thank you ! This is not the correct solution. The application is broken, you need t

Re: Antw: [EXT] Re: Modify memberOf olcAttributetype in schema

2021-08-05 Thread Quanah Gibson-Mount
--On Thursday, August 5, 2021 8:45 AM +0200 Ulrich Windl wrote: So "X-ORIGIN 'iPlanet Delegated Administrator'" is part of the built-in schema? Yes, it documents the ORIGIN of the attribute. --Quanah -- Quanah Gibson-Mount Product Architect Symas Corporation Packaged, certified, and

Modifying value with MDB_WRITEMAP outside of mdb_cursor_put

2021-08-05 Thread mnunberg
I'm trying to plug LMDB into a system where the user first modifies the value, and only afterwards notifies me that the value has been changed. In LMDB I've been simply passing the value pointer received from mdb_cursor_get (db opened with MDB_WRITEMAP), and if the user notifies me that the valu

Re: Modify memberOf olcAttributetype in schema

2021-08-05 Thread shekhar . shrinivasan
Hi Howard, Please ignore my earlier question. I was able to get the memberof.c changed, built and installed successfully. Thank you ! Best Regards Shekhar S

Re: Modify memberOf olcAttributetype in schema

2021-08-05 Thread shekhar . shrinivasan
Hi Howard, A quick follow up question - can we just remove the 'USAGE dSAOperation' from the struct definition inside the memberof.c code and will that make it a userApplication attribute by default ? Also, is it required to rebuild everything after changing the memberof.c code or can we just

Antw: [EXT] Re: Modify memberOf olcAttributetype in schema

2021-08-05 Thread Ulrich Windl
>>> Howard Chu schrieb am 04.08.2021 um 17:35 in Nachricht <8e871ea0-09f6-b6ce-359f-3891d27a8...@symas.com>: > shekhar.shriniva...@gmail.com wrote: >> Hi, There is a specific requirement where the client needs the memberOf > attribute to be returned by default. As per the current design the membe