[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: (ITS#7272) Implement hasSubordinates in back-ldif



 michael@stroeder.com wrote:
> It would be handy to have operational attribute 'hasSubordinates'
> returned for entries under cn=config.

 If so, that can hopefully be done in back-config.

 It'd be a bit costly in back-ldif - one stat() per read_entry,
 plus an attempted rmdir(parent dir) in delete/modifyDN so that
 read_entry can assume there are subordinates if the dir exists.

 Hallvard