Merge branch 'group_sync_dn_error_checking' into 'master'
Gracefully handle malformed DNs in LDAP group sync Customer reported an emergency because group sync was blowing up with 'Badly formed DN'. It turns out their LDAP system inserts a blank member entry at the beginning of each LDAP group. When we try to parse this DN, group sync explodes. Obviously we should handle this error gracefully. This merge request catches the error, logs it, and moves on (skipping that entry). See merge request !392
Showing
Please register or sign in to comment