-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtvdldap_custom.template.conf
38 lines (35 loc) · 2.6 KB
/
tvdldap_custom.template.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# ------------------------------------------------------------------------------
# OraDBA - Oracle Database Infrastructur and Security, 5630 Muri, Switzerland
# ------------------------------------------------------------------------------
# Name.......: tvdldap_custom.template.conf
# Author.....: Stefan Oehrli (oes) [email protected]
# Editor.....: Stefan Oehrli
# Date.......: 2023.05.04
# Revision...:
# Purpose....: TVD-LDAP custom configuration file template. Just copy the file
# to $etc/tvdldap_custom.conf and adjust the values.
# Notes......: --
# Reference..: --
# License....: Apache License Version 2.0, January 2004 as shown
# at http://www.apache.org/licenses/
# ------------------------------------------------------------------------------
# export TVDLDAP_LDAPHOST="localhost" # Default LDAP host. If omitted, it is derived from ldap.ora
# export TVDLDAP_LDAPPORT=389 # Default LDAP port. If omitted, it is derived from ldap.ora
# export TVDLDAP_BASEDN="" # Default base DN used for the LDAP tools
# export TVDLDAP_BINDDN="" # Default Bind DN to used for the LDAP tools
# export TVDLDAP_BINDDN_PWDASK="FALSE" # Flag to enable interactiv Password e.g. -W
# export TVDLDAP_BINDDN_PWD="" # Bind Password, possible but not a good idea to store it here
# export TVDLDAP_BINDDN_PWDFILE="" # Path to password file
# export TVDLDAP_SQL_USER="system" # Default SQL Plus user used test connect strings
# export TVDLDAP_SQL_PWD="" # SQL Plus password, to test connect strings. It is possible but not a good idea to store it here
# export TVDLDAP_SQL_PWDASK="FALSE" # Flag to enable interactiv Password e.g. -W
# export TVDLDAP_SQL_PWDFILE="" # Path to password file for SQL Plus tests
# export TVDLDAP_KEEP_LOG_DAYS=14 # amount of days to keep the logfiles
# export TVDLDAP_LDAPTOOLS="" # define default LDAP utilities. Will be overwritten by check_ldap_tools
# export TVDLDAP_VERBOSE="FALSE" # enable verbose mode
# export TVDLDAP_DEBUG="FALSE" # enable debug mode
# export TVDLDAP_QUIET="FALSE" # enable quiet mode
# export TVDLDAP_FORCE="FALSE" # enable force mode to overwrite existing entries
# export TVDLDAP_DRYRUN="FALSE" # enable dry run mode to show what would be done but do not actually do it
# export TVDLDAP_TIMEMOUT=1 # define default timeout for testing
# --- EOF ----------------------------------------------------------------------