Description of problem: Based upon this fix -- 214733: be able to pass in all configurable paths to ds_newinst, ds_newinst side should handle the given sasl_path. File: admin/src/create_instance.c Changes: If sasl_path is set in [slapd] section in the inf file, it's put in dse.ldif like this: dn: cn=config [...] nsslapd-saslpath: /usr/local/lib If the inf file does not have the line, the default path <prefix>/usr/lib/<brand_ds>/sasl2 is put in dse.ldif on non-Linux platform.
Created attachment 140798 [details] cvs diff create_instance.c
Created attachment 140801 [details] cvs commit message Reviewed by Rich (Thank you!!). Checked in into HEAD.