1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/python/samba/netcmd/domain
Rob van der Linde b6fda29fc7 netcmd: domain: claims: use consistent naming for options
The name of the option should be the same as the attribute name.

You can still tell where it's being used (display_name), especially
now with the model layer:

    ClaimType.get(ldb, display_name=name)

The silo commands tend to use the `cn` field, while the claims
commands use the `displayName` field, but the option is always called
`name` for consistency.

Signed-off-by: Rob van der Linde <rob@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Joseph Sutton <josephsutton@catalyst.net.nz>
2023-06-25 23:29:32 +00:00
..
auth netcmd: domain: add authentication silo commands 2023-06-25 23:29:32 +00:00
claim netcmd: domain: claims: use consistent naming for options 2023-06-25 23:29:32 +00:00
models netcmd: add domain models and basic model layer 2023-06-25 23:29:32 +00:00
__init__.py netcmd: domain: add authentication silo commands 2023-06-25 23:29:32 +00:00
backup.py python:samba:netcmd: Fix code spelling 2023-06-23 13:44:31 +00:00
classicupgrade.py python:samba:netcmd: Fix code spelling 2023-06-23 13:44:31 +00:00
common.py python: Move helper functions for functional levels into a new file 2023-05-16 23:29:32 +00:00
dcpromo.py samba-tool domain: Remove unused variables 2023-05-18 01:03:37 +00:00
demote.py samba-tool domain: Remove unused variables 2023-05-18 01:03:37 +00:00
functional_prep.py python: Move helper functions for functional levels into a new file 2023-05-16 23:29:32 +00:00
info.py netcmd: domain: move info command to domain/info.py 2023-03-31 07:25:32 +00:00
join.py netcmd: domain: move join command to domain/join.py 2023-03-31 07:25:32 +00:00
keytab.py netcmd: domain: move keytab command to domain/keytab.py 2023-03-31 07:25:32 +00:00
leave.py netcmd: domain: move leave command to domain/leave.py 2023-03-31 07:25:32 +00:00
level.py samba-tool: let 'domain level raise' call check_and_update_fl() in a transaction 2023-06-21 19:08:37 +00:00
passwordsettings.py netcmd: domain: move paswordsettings command to domain/passwordsettings.py 2023-03-31 07:25:32 +00:00
provision.py python:samba:netcmd: Fix code spelling 2023-06-23 13:44:31 +00:00
samba3upgrade.py netcmd: domain: move samba3upgrade command to domain/samba3upgrade.py 2023-03-31 07:25:32 +00:00
schemaupgrade.py netcmd: domain: move schemaupgrade command to domain/schemaupgrade.py 2023-03-31 07:25:32 +00:00
tombstones.py netcmd: domain: move tombstones command to domain/tombstones.py 2023-03-31 07:25:32 +00:00
trust.py python:samba:netcmd: Fix code spelling 2023-06-23 13:44:31 +00:00