hagman

Results 3 issues of hagman

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...

Testing the code against the _jQuery Migrate Plugin_ (current version: 3.4.1) reveals a few deprecated functions. Accordingly, - replace `.someUiEvent(func)` with `.on('someUiEvent', func)` - replace `.someUiEvent()` with `.trigger('someUiEvent')` - replace...

The "canonical" and "windows" format for MAC addresses with six hex fields separated by colon or dash allow single digit fields (the corresponding regular expressions explicitly use `{1,2}` to allow...