Bug 214840

Summary: modify sasl_path to accept the string set in the inf file
Product: [Retired] 389 Reporter: Noriko Hosoi <nhosoi>
Component: Install/UninstallAssignee: Noriko Hosoi <nhosoi>
Status: CLOSED CURRENTRELEASE QA Contact: Viktor Ashirov <vashirov>
Severity: medium Docs Contact:
Priority: medium    
Version: 1.0.2CC: nkinder, rmeggins
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-12-07 16:49:23 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 152373, 240316, 427409    
Attachments:
Description Flags
cvs diff create_instance.c
none
cvs commit message none

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.