summaryrefslogtreecommitdiff
path: root/docs-xml/smbdotconf/ldap/ldapsuffix.xml
AgeCommit message (Collapse)AuthorFilesLines
2019-11-27docs-xml: remove explicit "constant"Ralph Boehme1-1/+0
The constant mark applied to types "string" and "ustring". The previous patches in this patchset already markes all string options as either constant or substituted, but it's still possible to add options or change existing ones to be neither constant nor substituted. In order to enforce strings to be either constant or substitued, remove the explicit constant marker. Instead, any option that is not marked as substituted is implicitly made constant. This patch doesn't change behaviour and all generated files are the same before and after this change. Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
2019-11-27smbdotconf: mark "ldap suffix" with constant="1"Ralph Boehme1-0/+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>
2015-07-31docs:smbdotconf: make formatting of headers uniform.Michael Adam1-1/+1
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
2015-05-02docs:smbdotconf: remove swat-specific flags.Michael Adam1-1/+0
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Ira Cooper <ira@samba.org>
2008-04-23Moving docs tree to docs-xml to make room for generated docs in the release ↵Gerald W. Carter1-0/+18
tarball. (This used to be commit 9f672c26d63955f613088489c6efbdc08b5b2d14)