Issue #680 has been updated by Clément OUDOT.

Status changed from Assigned to Closed
% Done changed from 0 to 100


----------------------------------------
Bug #680: OpenLDAP init script - backup() and restore() adjustment
http://tools.lsc-project.org/issues/680

Author: Gare Calhoun
Status: Closed
Priority: Low
Assigned to: Clément OUDOT
Category: OpenLDAP init script
Target version: openldap-initscript-2.0


In the case where DATA_PATH is not set to auto, the dbsufs variable is not 
being populated in backup().

The value of $dbsufs in its initial call by the backup() function is being 
initialized as "", then is being evaluated later on, and failing every time 
when DATA_PATH is not set to auto. 


I added these 2 lines and it works fine:
       get_confvalues "suffix"
       dbsufs=$RETVAL

and removed the dbsufs=""

Same issue for the restore() function.  

A patch file is attached for your consideration.


-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
http://tools.lsc-project.org/my/account
_______________________________________________
ltb-dev mailing list
[email protected]
http://lists.ltb-project.org/listinfo/ltb-dev

Reply via email to