Issue #680 has been reported by Gare Calhoun.
----------------------------------------
Bug #680: OpenLDAP init script - backup() and restore() adjustment
http://tools.lsc-project.org/issues/680
Author: Gare Calhoun
Status: New
Priority: Low
Assigned to:
Category: LDAP Scripts
Target version: openldap-initscript-?
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