Bug 214840 - modify sasl_path to accept the string set in the inf file
Summary: modify sasl_path to accept the string set in the inf file
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: 389
Classification: Retired
Component: Install/Uninstall
Version: 1.0.2
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Noriko Hosoi
QA Contact: Viktor Ashirov
URL:
Whiteboard:
Depends On:
Blocks: 152373 240316 FDS1.1.0
TreeView+ depends on / blocked
 
Reported: 2006-11-09 18:06 UTC by Noriko Hosoi
Modified: 2015-12-07 16:49 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2015-12-07 16:49:23 UTC
Embargoed:


Attachments (Terms of Use)
cvs diff create_instance.c (2.56 KB, patch)
2006-11-09 18:06 UTC, Noriko Hosoi
no flags Details | Diff
cvs commit message (735 bytes, text/plain)
2006-11-09 18:25 UTC, Noriko Hosoi
no flags Details

Description Noriko Hosoi 2006-11-09 18:06:32 UTC
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.

Comment 1 Noriko Hosoi 2006-11-09 18:06:33 UTC
Created attachment 140798 [details]
cvs diff create_instance.c

Comment 2 Noriko Hosoi 2006-11-09 18:25:53 UTC
Created attachment 140801 [details]
cvs commit message

Reviewed by Rich (Thank you!!).

Checked in into HEAD.


Note You need to log in before you can comment on or make changes to this bug.