Re: fix ldapd/ldapctl data directory handling

2020-03-04 Thread Martijn van Duren
rk/execs itself but the directory command line argument is >>> not given to the execvp call which then uses the default data >>> directory. >>> >>> ldapctl has a thinko/typo which causes the data_db to be always >>> opened in the default directory fo

Re: fix ldapd/ldapctl data directory handling

2020-03-04 Thread Martijn van Duren
o/typo which causes the data_db to be always >>> opened in the default directory for indexing. >>> >>> The patch below removes the command line argument and corresponding >>> global variable and instead uses a configuration file directive >>> "datadir".

Re: fix ldapd/ldapctl data directory handling

2020-03-04 Thread Robert Klein
ir". Incidentally removes the global 'datadir' variable used > > before. > > > > Best regards > > Robert > > > > > > --- > > commit 6a71c90c19b5dc5850305c15696af3f14d26c168 (master)

Re: fix ldapd/ldapctl data directory handling

2020-03-03 Thread Martijn van Duren
moves the global 'datadir' variable used > before. > > Best regards > Robert > > > --- > commit 6a71c90c19b5dc5850305c15696af3f14d26c168 (master) > from: Robert Klein > date: Mon Mar 2 18:50:12 2020 UTC > > fix ldapd/ldapctl data directory

fix ldapd/ldapctl data directory handling

2020-03-02 Thread Robert Klein
d before. Best regards Robert --- commit 6a71c90c19b5dc5850305c15696af3f14d26c168 (master) from: Robert Klein date: Mon Mar 2 18:50:12 2020 UTC fix ldapd/ldapctl data directory handling -r directive didn't work as intended in both ldapd and ldapctl. this patch replaces