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
Douglas Bagnall 914226bf52 python: wrap 'import dckeytab' in an explanatory function
The samba.dckeytab module has magic effects on samba.net, but never
appears to be used. That can be confusing, both to people and to
linters. Here we wrap that confusion up into a well-commented
function, so we never again have to wonder why the unused import is
there.

Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Andreas Schneider <asn@samba.org>
Reviewed-by: David Mulder <dmulder@samba.org>
2020-07-17 07:17:40 +00:00
..
__init__.py samba-tool: fetch "no such subcommand" error and print error message 2020-04-29 08:08:21 +00:00
common.py samba-tool user edit: avoid base64 encoded strings in editable ldif if possible 2019-07-04 02:07:20 +00:00
computer.py samba-tool: add -b/--base-dn option to computer list command 2020-01-21 14:38:45 +00:00
contact.py samba-tool: add -b/--base-dn option to contacts list command 2020-01-21 14:38:45 +00:00
dbcheck.py dbcheck: don't check expired tombstone objects by default anymore 2019-03-14 03:12:27 +00:00
delegation.py PEP8: fix E711: comparison to None should be 'if cond is not None:' 2018-08-24 07:49:30 +02:00
dns.py samba-tool dns query --help: Someone forgot 'PTR' from the list of record types 2020-06-11 04:37:37 +00:00
domain_backup.py Make sure backup temp directory gets deleted on exception 2019-11-10 21:03:32 +00:00
domain.py python: wrap 'import dckeytab' in an explanatory function 2020-07-17 07:17:40 +00:00
drs.py python: use raw string for regex with escape 2020-02-07 10:37:37 +00:00
dsacl.py python: use raw string for regex with escape 2020-02-07 10:37:37 +00:00
forest.py PEP8: fix E302: expected 2 blank lines, found 1 2018-08-24 07:49:29 +02:00
fsmo.py samba-tool: add 'import samba.drs_utils' to fsmo.py 2019-05-30 08:27:24 +00:00
gpo.py samba-tool: add command for installing gpo samba admx 2020-06-23 16:32:30 +00:00
group.py samba-tool group show: only shows global security groups, this patch makes it show all groups. 2020-04-02 15:27:53 +00:00
ldapcmp.py python: use raw string for regex with escape 2020-02-07 10:37:37 +00:00
main.py samba-tool: implement contact management commands 2019-07-04 02:07:21 +00:00
nettime.py python/samba: Fix py2/3 relative module import issue 2018-09-03 03:22:20 +02:00
ntacl.py samba-tool ntacl: remove unused imports and variables 2020-07-17 07:17:40 +00:00
ou.py samba-tool: add -b/--base-dn option to OUs list command 2020-01-21 14:38:45 +00:00
processes.py spelling of associated 2019-02-13 04:15:14 +01:00
pso.py python/samba/netcmd: PY3 fix test samba.tests.samba_tool.passwordsettings 2018-09-15 15:18:26 +02:00
rodc.py samba-tool rodc: remove unused variable 2018-11-01 05:08:14 +01:00
schema.py samba-tool: fix format of command description (help messages) 2019-07-04 02:07:20 +00:00
sites.py PEP8: fix E302: expected 2 blank lines, found 1 2018-08-24 07:49:29 +02:00
spn.py samba-tool spn: remove unused variables 2018-11-01 05:08:14 +01:00
testparm.py python/loadparm: check for AD DC required VFS modules 2020-01-03 22:19:47 +00:00
user.py python: Fix userPrincipalName in GetPasswordCommand.get_account_attributes() 2020-03-05 16:27:50 +00:00
visualize.py samba-tool: fix some typos 2019-03-30 22:21:27 +00:00