Description of problem: Console needs to know the default paths for ldif_dir and bak_dir. Adding the paths to cn=config.
Created attachment 157653 [details] cvs diffs (ldapserver)
Created attachment 157660 [details] cvs commit message Reviewed by Nathan (Thank you!!) Checked in into HEAD.
Created attachment 157668 [details] cvs commit create_instance.c Sorry, I forgot to check this file (create_instance.c) in... Check-in done.
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