mirror of
https://github.com/samba-team/samba.git
synced 2025-08-03 04:22:09 +03:00
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>
This commit is contained in:
committed by
Andrew Bartlett
parent
15fb8a5f2e
commit
156887c6d0
@ -712,7 +712,7 @@
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>--user-tgt-lifetime</term>
|
||||
<term>--user-tgt-lifetime-mins</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Ticket-Granting-Ticket lifetime for user accounts.
|
||||
@ -757,7 +757,7 @@
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>--service-tgt-lifetime</term>
|
||||
<term>--service-tgt-lifetime-mins</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Ticket-Granting-Ticket lifetime for service accounts.
|
||||
@ -802,7 +802,7 @@
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>--computer-tgt-lifetime</term>
|
||||
<term>--computer-tgt-lifetime-mins</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Ticket-Granting-Ticket lifetime for computer accounts.
|
||||
@ -901,7 +901,7 @@
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>--user-tgt-lifetime</term>
|
||||
<term>--user-tgt-lifetime-mins</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Ticket-Granting-Ticket lifetime for user accounts.
|
||||
@ -946,7 +946,7 @@
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>--service-tgt-lifetime</term>
|
||||
<term>--service-tgt-lifetime-mins</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Ticket-Granting-Ticket lifetime for service accounts.
|
||||
@ -991,7 +991,7 @@
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>--computer-tgt-lifetime</term>
|
||||
<term>--computer-tgt-lifetime-mins</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Ticket-Granting-Ticket lifetime for computer accounts.
|
||||
|
Reference in New Issue
Block a user