Le 08/06/15 23:24, brock samson a écrit :
> i am running apacheds2-M19 as embedded with some custom interceptors. up to
> this point, i have been using SingleFileLdifPartition to load my config.ldif
> file. since it loads the config.ldif before DefaultDirectoryService.start(),
> i am also able to manually set the interceptors via
> DefaultDirectoryService.setInterceptors() before the start as well. what i do
> not like about it is that it requires the config.ldif file to be on the disk
> in clear text, which is a security risk in my opinion.
Encrypt your disk. This is way safer than using anything like JDBM,
which is not crypted anyway.