# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# Notes: to use to dual ldap servers backend for Samba, you must patch
# Samba with the dual-head patch from IDEALX. If not using this patch
# just use the same server for slaveLDAP and masterLDAP.
# Those two servers declarations can also be used when you have
#. one master LDAP server where all writing operations must be done
#. one slave LDAP server where all reading operations must be done
# (typically a replication directory)
# Slave LDAP server
# Ex: slaveLDAP=127.0.0.1
# If not defined, parameter is set to «127.0.0.1»=«127.0.0.1»
# Slave LDAP port
# If not defined, parameter is set to «389»=«389»
# Master LDAP server: needed for write operations
# Ex: masterLDAP=127.0.0.1
# If not defined, parameter is set to «127.0.0.1»=«127.0.0.1»
# Master LDAP port
# If not defined, parameter is set to «389»
# masterPort=«389»=«389»
# Use TLS for LDAP
# If set to 1, this option will use start_tls for connection
# (you should also used the port 389)
# If not defined, parameter is set to «0»=«0»
# Use SSL for LDAP
# If set to 1, this option will use SSL for connection
# (standard port for ldaps is 636)
# If not defined, parameter is set to «0»=«0»
# How to verify the server's certificate (none, optional or require)
# see «man Net :: LDAP» in start_tls section for more details=«require»
# CA certificate
# see «man Net :: LDAP» in start_tls section for more details=«/ etc / smbldap-tools / ca.pem»
# certificate to use to connect to the ldap server
# see «man Net :: LDAP» in start_tls section for more details=«/ etc / smbldap-tools / smbldap-tools.pem»
# key certificate to use to connect to the ldap server
# see «man Net :: LDAP» in start_tls section for more details=«/ etc / smbldap-tools / smbldap-tools.key»
# LDAP Suffix
# Ex: suffix=dc=IDEALX, dc=ORG=«dc=ldap»
# Where are stored Users
# Ex: usersdn=«ou=Users, dc=IDEALX, dc=ORG»
# Warning: if «suffix» is not set here, you must set the full dn for usersdn=«ou=people, $ {suffix}»
# Where are stored Computers
# Ex: computersdn=«ou=Computers, dc=IDEALX, dc=ORG»
# Warning: if «suffix» is not set here, you must set the full dn for computersdn=«ou=computer, $ {suffix}»
# Where are stored Groups
# Ex: groupsdn=«ou=Groups, dc=IDEALX, dc=ORG»
# Warning: if «suffix» i...