|
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."
#
|