diff options
author | Ralph Boehme <slow@samba.org> | 2019-11-04 19:27:41 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2019-11-27 10:25:37 +0000 |
commit | 9ed8292a7b2fa08e16e5d98147ecdbe859d85e77 (patch) | |
tree | f9e67e19189733ecb800735f163e9ad5faa22534 /docs-xml | |
parent | b48d30e0e12a2ddf52429b69599850c670e68160 (diff) | |
download | samba-9ed8292a7b2fa08e16e5d98147ecdbe859d85e77.tar.gz |
smbdotconf: mark "ldap machine suffix" with constant="1"
Due to the use of append_ldap_suffix() where Globals.ldap_suffix is returned
directly, variable substitution isn't supported anyway, so we can just mark this
const.
Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'docs-xml')
-rw-r--r-- | docs-xml/smbdotconf/ldap/ldapmachinesuffix.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs-xml/smbdotconf/ldap/ldapmachinesuffix.xml b/docs-xml/smbdotconf/ldap/ldapmachinesuffix.xml index e82675b1e4f..22f66a8a0eb 100644 --- a/docs-xml/smbdotconf/ldap/ldapmachinesuffix.xml +++ b/docs-xml/smbdotconf/ldap/ldapmachinesuffix.xml @@ -2,6 +2,7 @@ context="G" type="string" function="_ldap_machine_suffix" + constant="1" xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> <description> |