df5b545 Bug 561575 - setup-ds-admin fails to supply nsds5ReplicaName when configuring via ConfigFile

Authored and Committed by rmeggins 13 years ago
    Bug 561575 - setup-ds-admin fails to supply nsds5ReplicaName when configuring via ConfigFile
    
    https://bugzilla.redhat.com/show_bug.cgi?id=561575
    Resolves: bug 561575
    Bug Description: setup-ds-admin fails to supply nsds5ReplicaName when configuring via ConfigFile
    Reviewed by: nhosoi (Thanks!)
    Branch: Directory_Server_8_2_Branch
    Fix Description: The main problem was that the mod val was a berval, so we
    needed |LDAP_MOD_BVALUES for the mod_op.  The other problem is that the
    mod and values were being used out of scope.  While this seems to work, it's
    better to make sure all of the values are in scope.
    Platforms tested: RHEL5 x86_64
    Flag Day: no
    Doc impact: no
    (cherry picked from commit 4b520bfed95c10ecf9239f7a42f3fb38b673d203)