Changeset - 4c5f1593c786
[Not reviewed]
0 1 1
Branko Majic (branko) - 9 years ago 2015-08-30 19:22:46
branko@majic.rs
MAR-19: Make the ldap client configuration optional.
2 files changed with 4 insertions and 1 deletions:
0 comments (0 inline, 0 general)
docs/rolereference.rst
Show inline comments
 
@@ -339,13 +339,13 @@ The role implements the following:
 
* Sets-up global configuration file for OpenLDAP clients at /etc/ldap/ldap.conf.
 

	
 

	
 
Parameters
 
~~~~~~~~~~
 

	
 
**ldap_client_config** (list, mandatory)
 
**ldap_client_config** (list, optional, ``[]``)
 
  A list of configuration options that should be put into the LDAP configuration
 
  file. Each item is a dictionary with the following options defining the
 
  configuration parameter:
 

	
 
  **comment** (string, mandatory)
 
    Comment that will be shown in the file just above the configuration option.
roles/ldap_client/defaults/main.yml
Show inline comments
 
new file 100644
 
---
 

	
 
ldap_client_config: []
 
\ No newline at end of file
0 comments (0 inline, 0 general)