smbdotconf: mark "ldap user suffix" with constant="1"
authorRalph Boehme <slow@samba.org>
Mon, 4 Nov 2019 18:27:41 +0000 (19:27 +0100)
committerStefan Metzmacher <metze@samba.org>
Wed, 27 Nov 2019 10:25:37 +0000 (10:25 +0000)
commit6f618b7c95830b73ac636032e136b11c957139be
treec55dc29a65fddb1119fec4d3e535d2fbe28dcbad
parent9ed8292a7b2fa08e16e5d98147ecdbe859d85e77
smbdotconf: mark "ldap user 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>
docs-xml/smbdotconf/ldap/ldapusersuffix.xml
source3/param/loadparm.c