-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Environment variable substitution into injected LDIF
Text in injected LDIF files of the form %%SOME_VARIABLE%% will be replaced with the value from the environment variable SOME_VARIABLE before the LDIF is executed. The form %%_SOME_VARIABLE_FILE%% will be replaced with the contents of the file pointed to by the environment variable SOME_VARIABLE.
- Loading branch information
Showing
1 changed file
with
32 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters