OpenSolaris

Printable Version Enter a New Search
Bug ID 6717753
Synopsis default profile name can't be set by idsconfig.
State 1-Dispatched (Default State)
Category:Subcategory ldap:switch
Keywords oss-bite-size
Sponsor
Submitter
Reported Against 6.next
Duplicate Of
Introduced In
Commit to Fix
Fixed In
Release Fixed
Related Bugs
Submit Date 23-June-2008
Last Update Date 29-January-2009
Description
default profile name can't be set by idsconfig, but only can be useed as "default"
The issue rather seems to be that idsconfig fails to re-write the profile.
Work Around
Modify idsconfig as such:

# diff -c /usr/lib/ldap/idsconfig.ref /usr/lib/ldap/idsconfig
*** /usr/lib/ldap/idsconfig.ref Thu Jun 26 14:16:50 2008
--- /usr/lib/ldap/idsconfig     Thu Jun 26 14:17:38 2008
***************
*** 1692,1697 ****
--- 1692,1698 ----
            get_confirm_nodef "Are you sure you want to overwire profile cn=${ANS}?"
            if [ $? -eq 1 ]; then
                DEL_OLD_PROFILE=1
+               LDAP_PROFILE_NAME=$ANS
                return 0  # Replace old profile name.
            else
                ${ECHO} "Please re-enter a new profile name."
#
Comments
N/A