]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
WHATSNEW: update for policy hints
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Thu, 11 Dec 2025 01:47:26 +0000 (14:47 +1300)
committerDouglas Bagnall <dbagnall@samba.org>
Thu, 15 Jan 2026 01:48:37 +0000 (01:48 +0000)
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
WHATSNEW.txt

index 66be80f64f28d10ac6a3fa34418865ccef56703f..911dffa1e64843761652a07a766f2249faac8ddc 100644 (file)
@@ -50,6 +50,27 @@ to a higher value than 1 will allow Samba to shard the stream to more
 than one xattr. It has an artificial limit of 16 for a maximum stream
 length of 1MB.
 
+
+Support for remote password management (Entra ID SSPR, Keycloak)
+----------------------------------------------------------------
+
+When a system such as Entra ID or Keycloak wants to change a user's
+password in its own database as well as in AD, it will use a password
+reset, meaning it does not transmit the old password to the domain
+controller. Normally a password reset avoids password history and age
+checks, which would allow a cloud password change to bypass
+on-premises password policies. To address this, a password reset using
+the "policy hints" control should respect password policies, as if it
+were an ordinary password change. Both Entra ID and Keycloak use this,
+but until now Samba did not understand this control, and would reject
+these reset requests.
+
+Now Samba AD will recognise the policy hints control and enforce local
+policy. This allows Microsoft Entra self-service password reset (SSPR)
+to work, and for Keycloak to work with the "password policy hints
+enabled" option.
+
+
 REMOVED FEATURES
 ================