1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/python/samba
Kacper Boström bb12f19e4f samba-tool: Fix for inability to delete GPOs containing GPWL policies
GPOs containing GPWL (Wireless/Wired Protocol Extension) policies could not be deleted with samba-tool
as those policies were stored as subentries of the GPO and only the main root was deleted.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=15387
RN: Fix for inability to delete GPOs containing GPWL policies using samba-tool

Signed-off-by: Kacper Boström <kacper@kacper.se>
Reviewed-by: David Mulder <dmulder@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>

Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org>
Autobuild-Date(master): Tue Sep 24 17:11:53 UTC 2024 on atb-devel-224
2024-09-24 17:11:52 +00:00
..
domain python: models: add get_primary_group method to User model 2024-05-10 00:26:35 +00:00
emulate py:emulate: remove py2 str/bytes workaround in traffic_packets 2024-06-12 08:14:34 +00:00
gp python: Fix NtVer check for site_dn_for_machine() 2024-04-17 19:32:11 +00:00
gp_parse python: use python3 style super statements 2023-12-15 02:54:34 +00:00
kcc python: pep257: docstring should use double quotes 2023-12-15 02:54:34 +00:00
netcmd samba-tool: Fix for inability to delete GPOs containing GPWL policies 2024-09-24 17:11:52 +00:00
provision python:provision: Do not suppress errors produced setting up BIND database 2024-08-04 00:32:39 +00:00
samba3 python:samba:samba3: Fix code spelling 2023-06-23 13:44:31 +00:00
subunit python: use python3 style super statements 2023-12-15 02:54:34 +00:00
tests tests: Improve the error message for bad format chars 2024-09-10 21:54:36 +00:00
__init__.py python: remove string_to_byte_array() 2024-06-12 09:16:39 +00:00
auth_util.py
colour.py python:colour: Fix exception message 2023-10-13 03:50:31 +00:00
common.py python/common: remove verbiage about old python versions 2024-05-31 00:25:33 +00:00
dbchecker.py python/samba/samdb: Only do caching of well known DNs in dbcheck 2024-02-27 01:11:37 +00:00
descriptor.py CVE-2018-14628: python:descriptor: let samba-tool dbcheck fix the nTSecurityDescriptor on CN=Deleted Objects containers 2023-10-16 14:39:33 +00:00
dnsresolver.py
dnsserver.py python: use python3 style super statements 2023-12-15 02:54:34 +00:00
domain_update.py provision: Match Windows 2022 and set msDS-ExpirePasswordsOnSmartCardOnlyAccounts by default 2024-06-10 04:27:31 +00:00
drs_utils.py python: use python3 style super statements 2023-12-15 02:54:34 +00:00
forest_update.py python: Remove unused imports 2023-08-30 02:15:29 +00:00
functional_level.py python: Remove unnecessary f‐strings 2023-10-25 22:23:37 +00:00
getopt.py python/samba/getopt: don't prompt for a password for --use-krb5-ccache=... 2024-04-23 14:17:32 +00:00
gkdi.py python:gkdi: Add helper methods returning previous and next GKIDs 2024-04-24 05:16:29 +00:00
graph.py python: Fix invalid escape sequences 2023-08-30 02:15:29 +00:00
hostconfig.py
idmap.py python: use python3 style super statements 2023-12-15 02:54:34 +00:00
join.py python:join: avoid useless use of py2-compat string_to_byte_array 2024-06-12 08:14:34 +00:00
logger.py python: use python3 style super statements 2023-12-15 02:54:34 +00:00
lsa_utils.py python:lsa_utils: avoid useless use of py2-compat string_to_byte_array 2024-06-12 08:14:34 +00:00
mdb_util.py python: Remove unused imports 2023-08-30 02:15:29 +00:00
ms_display_specifiers.py
ms_forest_updates_markdown.py python:samba: Fix code spelling 2023-06-23 14:51:14 +00:00
ms_schema_markdown.py
ms_schema.py
ndr.py
nt_time.py python: Reformat code 2024-04-21 22:10:36 +00:00
ntacls.py python: pep257: docstring should use double quotes 2023-12-15 02:54:34 +00:00
policies.py python: pep257: docstring should use double quotes 2023-12-15 02:54:34 +00:00
remove_dc.py python: Fix spelling 2023-08-30 02:15:29 +00:00
safe_tarfile.py python: Remove unused imports 2023-08-30 02:15:29 +00:00
samdb.py python: Move get_admin_sid() to SamDB 2024-04-24 05:16:29 +00:00
schema.py
sd_utils.py python: sd_utils: pep8 import sorting 2024-03-01 04:45:36 +00:00
sites.py
subnets.py
tdb_util.py
upgrade.py python:upgrade/upgradeprovision: use dn.copy to align ldbs 2024-04-10 05:13:32 +00:00
upgradehelpers.py python:upgrade/upgradeprovision: use dn.copy to align ldbs 2024-04-10 05:13:32 +00:00
uptodateness.py
xattr.py