mirror of
https://github.com/samba-team/samba.git
synced 2025-12-17 04:23:50 +03:00
python:samba: Fix code spelling
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org> Autobuild-Date(master): Fri Jun 23 14:51:14 UTC 2023 on atb-devel-224
This commit is contained in:
committed by
Andreas Schneider
parent
d4798967c0
commit
c837ecf442
@@ -2477,7 +2477,7 @@ newSuperior: %s""" % (str(from_dn), str(to_rdn), str(to_base)))
|
||||
if attrname.lower() == 'objectclass':
|
||||
normalised = self.samdb.dsdb_normalise_attributes(self.samdb_schema, attrname, obj[attrname])
|
||||
# Do not consider the attribute incorrect if:
|
||||
# - The sorted (alphabetically) list is the same, inclding case
|
||||
# - The sorted (alphabetically) list is the same, including case
|
||||
# - The first and last elements are the same
|
||||
#
|
||||
# This avoids triggering an error due to
|
||||
|
||||
Reference in New Issue
Block a user