OpenSolaris

Printable Version Enter a New Search
Bug ID 6561249
Synopsis idsconfig prints out incorrect information for VLV indexing when run against DS5.2 & 6.0
State 10-Fix Delivered (Fix available in build)
Category:Subcategory ldap:tools
Keywords ds5.2 | ds6.0 | duckwater | idsconfig | indexing | vlv | vlvindex
Responsible Engineer Tomas Heran
Reported Against s10
Duplicate Of
Introduced In solaris_9
Commit to Fix snv_93
Fixed In snv_93
Release Fixed solaris_nevada(snv_93) , solaris_10u6(s10u6_06) (Bug ID:2164622)
Related Bugs 6462597 , 6712098
Submit Date 23-May-2007
Last Update Date 16-July-2008
Description
When the /usr/lib/ldap/idsconfig script is run against the Directory Server 5.2 or 6.0 it prints out incorrect VLV indexing information. The script prompts you to run:
   
    directoryserver -s <server-instance> vlvindex -n userRoot -T <domainname>.getgrent
    directoryserver -s <server-instance> vlvindex -n userRoot -T <domainname>.gethostent
    directoryserver -s <server-instance> vlvindex -n userRoot -T <domainname>.getnetent
    ..
    ..
    ..   
That is fine for DS5.1 but not for DS5.2 or DS6.0.

5.2 uses the syntax of:

example domain netadm.com.

    <DS install path><serverRoot>/vlvindex -n userRoot -T netadm.com.getgrent
    <DS install path><serverRoot>/vlvindex -n userRoot -T netadm.com.gethostent
    <DS install path><serverRoot>/vlvindex -n userRoot -T netadm.com.getnetent.
    ..
    ..

6.0 uses the syntax of:

example domain netadm.com.

<DS install path>/bin/dsadm reindex -l -t netadm.com.getgrent /var/opt/SUNWdsee/netadm.6.db dc=netadm,dc=com
<DS install path>/bin/dsadm reindex -l -t netadm.com.gethostent /var/opt/SUNWdsee/netadm.6.db dc=netadm,dc=com
<DS install path>/bin/dsadm reindex -l -t netadm.com.getnetent /var/opt/SUNWdsee/netadm.6.db dc=netadm,dc=com
Work Around
N/A
Comments
N/A