1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-08 21:18:16 +03:00

s4:dsdb: Fix code spelling

Signed-off-by: Jo Sutton <josutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Jo Sutton 2024-04-29 17:02:06 +12:00 committed by Andrew Bartlett
parent cbebffd56d
commit f5cbe49789

View File

@ -651,7 +651,7 @@ static int extended_dn_in_fix(struct ldb_module *module, struct ldb_request *req
/*
prioritise the GUID - we have had instances of
duplicate SIDs in the database in the
ForeignSecurityPrinciples due to provision errors
ForeignSecurityPrincipals due to provision errors
*/
if (guid_val) {
dsdb_flags |= DSDB_SEARCH_SEARCH_ALL_PARTITIONS;