docs-xml: remove explicit "constant"
authorRalph Boehme <slow@samba.org>
Tue, 19 Nov 2019 10:53:50 +0000 (11:53 +0100)
committerStefan Metzmacher <metze@samba.org>
Wed, 27 Nov 2019 10:25:37 +0000 (10:25 +0000)
commit24905ba82d2f1b9e01df7a6e03d853c5138bc148
tree5dfec989bd670f101680d1517c456ada1d4292a9
parent3e81d9460bf4f0640ef7c679cd539e614929343e
docs-xml: remove explicit "constant"

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>
60 files changed:
docs-xml/smbdotconf/base/doscharset.xml
docs-xml/smbdotconf/base/netbiosname.xml
docs-xml/smbdotconf/base/netbiosscope.xml
docs-xml/smbdotconf/base/realm.xml
docs-xml/smbdotconf/base/sharebackend.xml
docs-xml/smbdotconf/base/unixcharset.xml
docs-xml/smbdotconf/base/workgroup.xml
docs-xml/smbdotconf/filename/manglingmethod.xml
docs-xml/smbdotconf/ldap/ldapadmindn.xml
docs-xml/smbdotconf/ldap/ldapgroupsuffix.xml
docs-xml/smbdotconf/ldap/ldapidmapsuffix.xml
docs-xml/smbdotconf/ldap/ldapmachinesuffix.xml
docs-xml/smbdotconf/ldap/ldapsuffix.xml
docs-xml/smbdotconf/ldap/ldapusersuffix.xml
docs-xml/smbdotconf/logon/logondrive.xml
docs-xml/smbdotconf/logon/logonhome.xml
docs-xml/smbdotconf/logon/logonpath.xml
docs-xml/smbdotconf/logon/logonscript.xml
docs-xml/smbdotconf/misc/afsusernamemap.xml
docs-xml/smbdotconf/misc/cachedirectory.xml
docs-xml/smbdotconf/misc/ctdbdsocket.xml
docs-xml/smbdotconf/misc/fstype.xml
docs-xml/smbdotconf/misc/lockdirectory.xml
docs-xml/smbdotconf/misc/nbtclientsocketaddress.xml
docs-xml/smbdotconf/misc/ncalrpcdir.xml
docs-xml/smbdotconf/misc/piddirectory.xml
docs-xml/smbdotconf/misc/statedirectory.xml
docs-xml/smbdotconf/misc/usersharetemplateshare.xml
docs-xml/smbdotconf/misc/utmpdirectory.xml
docs-xml/smbdotconf/misc/wtmpdirectory.xml
docs-xml/smbdotconf/printing/lppausecommand.xml
docs-xml/smbdotconf/printing/lpqcommand.xml
docs-xml/smbdotconf/printing/lpresumecommand.xml
docs-xml/smbdotconf/printing/lprmcommand.xml
docs-xml/smbdotconf/printing/printcapname.xml
docs-xml/smbdotconf/printing/printcommand.xml
docs-xml/smbdotconf/printing/printjobusername.xml
docs-xml/smbdotconf/printing/queuepausecommand.xml
docs-xml/smbdotconf/printing/queueresumecommand.xml
docs-xml/smbdotconf/rpc/rpcserverdynamicportrange.xml
docs-xml/smbdotconf/security/binddnsdir.xml
docs-xml/smbdotconf/security/dedicatedkeytabfile.xml
docs-xml/smbdotconf/security/guestaccount.xml
docs-xml/smbdotconf/security/ntpsigndsocketdirectory.xml
docs-xml/smbdotconf/security/passdbbackend.xml
docs-xml/smbdotconf/security/passwordserver.xml
docs-xml/smbdotconf/security/privatedir.xml
docs-xml/smbdotconf/security/smbpasswdfile.xml
docs-xml/smbdotconf/security/tlscafile.xml
docs-xml/smbdotconf/security/tlscertfile.xml
docs-xml/smbdotconf/security/tlscrlfile.xml
docs-xml/smbdotconf/security/tlsdhparamsfile.xml
docs-xml/smbdotconf/security/tlskeyfile.xml
docs-xml/smbdotconf/security/tlspriority.xml
docs-xml/smbdotconf/tuning/socketoptions.xml
docs-xml/smbdotconf/winbind/templatehomedir.xml
docs-xml/smbdotconf/winbind/templateshell.xml
docs-xml/smbdotconf/winbind/winbinddsocketdirectory.xml
docs-xml/smbdotconf/winbind/winbindseparator.xml
script/generate_param.py