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 | b48d30e0e12a2ddf52429b69599850c670e68160 (patch) | |
tree | d80d005bde8ce22eb09292ce4947cf54becf9fb1 /docs-xml | |
parent | 71e9c6e48b57f568b04eb829511492aff41745b9 (diff) | |
download | samba-b48d30e0e12a2ddf52429b69599850c670e68160.tar.gz |
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>
Diffstat (limited to 'docs-xml')
-rw-r--r-- | docs-xml/smbdotconf/ldap/ldapidmapsuffix.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs-xml/smbdotconf/ldap/ldapidmapsuffix.xml b/docs-xml/smbdotconf/ldap/ldapidmapsuffix.xml index 1fe7e8ae388..2690af83779 100644 --- a/docs-xml/smbdotconf/ldap/ldapidmapsuffix.xml +++ b/docs-xml/smbdotconf/ldap/ldapidmapsuffix.xml @@ -2,6 +2,7 @@ context="G" type="string" function="_ldap_idmap_suffix" + constant="1" xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> <description> <para> |