Bug 245407

Summary: Add config attributes to cn=config to support Console
Product: [Retired] 389 Reporter: Noriko Hosoi <nhosoi>
Component: AdminAssignee: Noriko Hosoi <nhosoi>
Status: CLOSED CURRENTRELEASE QA Contact: Viktor Ashirov <vashirov>
Severity: low Docs Contact:
Priority: low    
Version: 1.0.4   
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:50:16 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 diffs (ldapserver)
none
cvs commit message
none
cvs commit create_instance.c none

Description Noriko Hosoi 2007-06-22 21:32:03 UTC
Description of problem:
Console needs to know the default paths for ldif_dir and bak_dir.
Adding the paths to cn=config.

Comment 1 Noriko Hosoi 2007-06-22 21:32:03 UTC
Created attachment 157653 [details]
cvs diffs (ldapserver)

Comment 2 Noriko Hosoi 2007-06-22 21:55:54 UTC
Created attachment 157660 [details]
cvs commit message

Reviewed by Nathan (Thank you!!)

Checked in into HEAD.

Comment 3 Noriko Hosoi 2007-06-22 23:17:06 UTC
Created attachment 157668 [details]
cvs commit create_instance.c

Sorry, I forgot to check this file (create_instance.c) in...

Check-in done.

Comment 4 Yi Zhang 2007-11-28 23:12:51 UTC
Verified. Pass
Test machine: neo.dsdev.sjc.redhat.com

Test:
1> Install DS on neo
2> verity the two added attribute are in dse.ldif, and also under "cn=config"
[root@neo slapd-neo]# grep nsslapd-ldifdir dse.ldif
nsslapd-ldifdir: /var/lib/dirsrv/slapd-neo/ldif
[root@neo slapd-neo]# grep nsslapd-bakdir dse.ldif
nsslapd-bakdir: /var/lib/dirsrv/slapd-neo/bak


dn: cn=config
cn: config
objectClass: top
objectClass: extensibleObject
objectClass: nsslapdConfig
nsslapd-schemadir: /etc/dirsrv/slapd-neo/schema
nsslapd-lockdir: /var/lock/dirsrv/slapd-neo
nsslapd-tmpdir: /tmp
nsslapd-certdir: /etc/dirsrv/slapd-neo
nsslapd-ldifdir: /var/lib/dirsrv/slapd-neo/ldif
nsslapd-bakdir: /var/lib/dirsrv/slapd-neo/bak