Hello...
ando@sys-net.it wrote:
You pointed out a misalignment between documentation and code, which was the result of a continuous evolution of both in an attempt to make dynlist as general as possible while letting it keep contradictory configurations under control. The checks currently implemented resulted too strict, so I relaxed them. Maybe they are now too relaxed (you just get a warning if you do something odd, but then the oddest thing you could do would result at most in slowing down the DSA you admin). Please check if the current code satisfies your requirements so that the change can be released ASAP.
I checked out CVS "HEAD" code, if that is, what
cvs -z3 co -P openldap
with
CVSROOT=:pserver:anonymous@cvs.OpenLDAP.org:/repo/OpenLDAP
does, configured and built it. I might have used a slightly different configuration than my current production environment, but after building I was able to run slapd without even a warning about the following configuration:
overlay dynlist dynlist-attrset posixGroup memberURL dynlist-attrset groupOfURLs memberURL owner
So, the relaxation of the config checking seems to be successful.
Thanks for your fast reaction to my issue report.
bye Christian