summaryrefslogtreecommitdiff
path: root/docs-xml/smbdotconf
diff options
context:
space:
mode:
authorRalph Boehme <slow@samba.org>2019-11-05 09:46:21 +0100
committerStefan Metzmacher <metze@samba.org>2019-11-27 10:25:36 +0000
commitca2e49fe42087678f971bde26ca05c91fb6f95b3 (patch)
tree92a17ca2ba48afdf2a18eb2db9a52b0607b43f61 /docs-xml/smbdotconf
parent050c28364aa1b476d33ea726ecb6cbd9d26af5d8 (diff)
downloadsamba-ca2e49fe42087678f971bde26ca05c91fb6f95b3.tar.gz
smbdotconf: mark "ldap suffix" with constant="1"
Due to the use of append_ldap_suffix() where Globals.ldap_suffix was used directly in the dependent options like "ldap group suffix", we can just mark this option as const thereby removing substitution from "ldap suffix". Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'docs-xml/smbdotconf')
-rw-r--r--docs-xml/smbdotconf/ldap/ldapsuffix.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs-xml/smbdotconf/ldap/ldapsuffix.xml b/docs-xml/smbdotconf/ldap/ldapsuffix.xml
index aeff0dd6f9b..0ecb9c79222 100644
--- a/docs-xml/smbdotconf/ldap/ldapsuffix.xml
+++ b/docs-xml/smbdotconf/ldap/ldapsuffix.xml
@@ -1,6 +1,7 @@
<samba:parameter name="ldap suffix"
context="G"
type="string"
+ constant="1"
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
<para>Specifies the base for all ldap suffixes and for storing the sambaDomain object.</para>