1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-22 22:04:08 +03:00
Ralph Boehme ca2e49fe42 smbdotconf: mark "ldap suffix" with constant="1"
Due to the use of append_ldap_suffix() where Globals.ldap_suffix was used
directly in the dependent options like "ldap group suffix", we can just mark
this option as const thereby removing substitution from "ldap suffix".

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
2019-11-27 10:25:36 +00:00

19 lines
770 B
XML

<samba:parameter name="ldap suffix"
context="G"
type="string"
constant="1"
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
<para>Specifies the base for all ldap suffixes and for storing the sambaDomain object.</para>
<para>
The ldap suffix will be appended to the values specified for the <smbconfoption name="ldap user suffix"/>,
<smbconfoption name="ldap group suffix"/>, <smbconfoption name="ldap machine suffix"/>, and the
<smbconfoption name="ldap idmap suffix"/>. Each of these should be given only a DN relative to the
<smbconfoption name ="ldap suffix"/>.
</para>
</description>
<value type="default"></value>
<value type="example">dc=samba,dc=org</value>
</samba:parameter>