netcmd: silo command uses more consistent naming for tgt args
authorRob van der Linde <rob@catalyst.net.nz>
Thu, 26 Oct 2023 02:12:39 +0000 (15:12 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 26 Oct 2023 23:32:34 +0000 (23:32 +0000)
commit156887c6d0b09795bae98564204e560919d0efa5
treef0d05cbde2d9df98933255561a3fa669eb42cb13
parent15fb8a5f2efec250acbd60b2855459c888859e20
netcmd: silo command uses more consistent naming for tgt args

The args --user-tgt-lifetime-mins, --service-tgt-lifetime-mins and
--computer-tgt-lifetime-mins suffixed with -mins to be consistent
with Windows tooling.

For these, the internal names don't need to change and neither do
the model fields, only the external cli interface has this.

Signed-off-by: Rob van der Linde <rob@catalyst.net.nz>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
docs-xml/manpages/samba-tool.8.xml
python/samba/netcmd/domain/auth/policy.py
python/samba/tests/samba_tool/domain_auth_policy.py