diff --git a/plugins/localdump/profiles/ldap.ini b/plugins/localdump/profiles/ldap.ini new file mode 100644 index 0000000000000000000000000000000000000000..fff0e6ba7e98eca42cfee65e387a05529152ad1d --- /dev/null +++ b/plugins/localdump/profiles/ldap.ini @@ -0,0 +1,24 @@ +# ====================================================================== +# +# LOCAL MYSQL INSTANCE +# +# ====================================================================== + +[detect] + +# process = 'slapd' +tcp = 636 +tcp-target = localhost +tcp-process = 'slapd' + + +[set] + +su = '' +dbuser = '' +dbpassword = '' + +params = '' +env = '' + +# ----------------------------------------------------------------------