Skip to content

Update NoMADUser.swift to normalize usernames to lowercase.

Michael Nickels requested to merge michaeljnickels/NoMAD:patch-1 into 120

Currently, the localPasswordSyncOnMatchOnly setting only works if the AD user and local user match case. (User1 and User1 will sync, but User1 and user1 will not).

Merge request reports