24 Aug
2012
24 Aug
'12
2:34 p.m.
Hi,
Okay new related question. I have these working:
ldap ldap1 { ... } ldap ldap2 { ... } ldap ldap3 { ... }
Is there an $INCLUDE syntax for modules (is it perhaps just $INCLUDE ./file) that will load ./file in the current context that I can use so that ldap1, ldap2, and ldap3 can share all of their common settings? At the moment, I just have them all duplicated, which works, but doesn't scale well.
$INCLUDE ldap-common-settings.txt within the ldap ldapX {} stanza ? alan