nebulousAD icon indicating copy to clipboard operation
nebulousAD copied to clipboard

Problems with special characters (umlauts) in user names

Open hagman opened this issue 5 years ago • 0 comments

Users with non-ASCII characters in their name (apparently the CN attribute, not the SamAccountName) produce an error message like the following:

@] Error while processing row for user Möller, Max [@] 'ascii' codec can't encode character u'\xf6' in position 15: ordinal not in range(128)

Presumably these users are also excluded from the password hash check itself

hagman avatar Feb 07 '20 10:02 hagman