mirror of
https://github.com/samba-team/samba.git
synced 2025-01-20 14:03:59 +03:00
e1c52ac05a
If the message changes the sAMAccountName, we'll check dNSHostName and servicePrincipalName values against the new value of sAMAccountName, rather than the account's current value. Similarly, if the message changes the dNSHostName, we'll check servicePrincipalName values against the new dNSHostName. This allows setting more than one of these attributes simultaneously with validated write rights. We now pass 'struct ldb_val' to acl_validate_spn_value() instead of simple strings. Previously, we were relying on the data inside 'struct ldb_val' having a terminating zero byte, even though this is not guaranteed. BUG: https://bugzilla.samba.org/show_bug.cgi?id=14833 Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
# Files in this directory contain lists of regular expressions # matching the names of tests that are temporarily expected to fail. # # "make test" will not report failures for tests listed here and will consider # a successful run for any of these tests an error. # # Empty lines and lines beginning with '#' are ignored. # Please don't add tests to this README!