smbdotconf: mark "ldap idmap 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)
commitb48d30e0e12a2ddf52429b69599850c670e68160
treed80d005bde8ce22eb09292ce4947cf54becf9fb1
parent71e9c6e48b57f568b04eb829511492aff41745b9
smbdotconf: mark "ldap idmap 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/ldapidmapsuffix.xml
source3/param/loadparm.c