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:36 +0000 |
commit | 71e9c6e48b57f568b04eb829511492aff41745b9 (patch) | |
tree | 264192b998b76191f77866a20f0bca3c5bcfa4ea /docs-xml | |
parent | ca2e49fe42087678f971bde26ca05c91fb6f95b3 (diff) | |
download | samba-71e9c6e48b57f568b04eb829511492aff41745b9.tar.gz |
smbdotconf: mark "ldap group 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/ldapgroupsuffix.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs-xml/smbdotconf/ldap/ldapgroupsuffix.xml b/docs-xml/smbdotconf/ldap/ldapgroupsuffix.xml index 7de0fac169e..adcf471a333 100644 --- a/docs-xml/smbdotconf/ldap/ldapgroupsuffix.xml +++ b/docs-xml/smbdotconf/ldap/ldapgroupsuffix.xml @@ -2,6 +2,7 @@ context="G" type="string" function="_ldap_group_suffix" + constant="1" xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> <description> <para>This parameter specifies the suffix that is |