summaryrefslogtreecommitdiff
path: root/WHATSNEW.txt
diff options
context:
space:
mode:
authorDavid Mulder <dmulder@samba.org>2023-03-15 13:46:58 -0600
committerAndrew Bartlett <abartlet@samba.org>2023-04-28 02:15:36 +0000
commitc80affe0f192db9f851b5ed0617586783a02a82d (patch)
tree2f3fcf538558e747d0f7db4cbc302eb2686fba7d /WHATSNEW.txt
parentee04bafc25c7b09e53fe2036c5188531b58526a8 (diff)
downloadsamba-c80affe0f192db9f851b5ed0617586783a02a82d.tar.gz
Add a WHATSNEW entry indicating libgpo py deprecation
BUG: https://bugzilla.samba.org/show_bug.cgi?id=15225 Signed-off-by: David Mulder <dmulder@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'WHATSNEW.txt')
-rw-r--r--WHATSNEW.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index d6b23b06f60..2b472aa0cdc 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -28,6 +28,14 @@ if needed, this is documented in the manpage.
Please check the smbget manpage or --help output.
+gpupdate changes
+----------------
+
+The libgpo.get_gpo_list function has been deprecated in favor of
+an implementation written in python. The new function can be imported via
+`import samba.gp`. The python implementation connects to Active Directory
+using the SamDB module, instead of ADS (which is what libgpo uses).
+
REMOVED FEATURES
================