summaryrefslogtreecommitdiff
path: root/docs-xml/smbdotconf/logon/logonscript.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>
2016-12-02logon script: clarify usage for different Samba rolesAlexander Bokovoy1-1/+5
'logon script' is only used when Samba runs as a logon server in the classical domain controller role. And even there 'ldapsam' passdb backend will override it. For Samba AD setup 'logon script' is not used at all. Signed-off-by: Alexander Bokovoy <ab@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
2016-01-22docs:smbdotconf: fix tabs/space mixup in logon parameter metadataMichael 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>
2014-02-02docs: insert meta data into logon script parameterGarming Sam1-0/+1
Signed-off-by: Garming Sam <garming@catalyst.net.nz> Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
2008-04-23Moving docs tree to docs-xml to make room for generated docs in the release ↵Gerald W. Carter1-0/+51
tarball. (This used to be commit 9f672c26d63955f613088489c6efbdc08b5b2d14)