Closed pmbuko closed 9 years ago
Good catch !
However I think this should not fail, that's why I didn't catch this error.
Looks like you are bound to AD, but get an output we can't apply this regex on. Can you try to run dscl /Search read /Users/[user]
on your Mac ?
For me, we should either modify the regex or catch this another way. Don't you think ?
The regex matches [username]@[sub.domain.com], where username can have dot or dash. I am bound to AD, but the AuthenticationAuthority portion that included my domain is does. It appear in the search unless the domain is reachable.
-- Peter (from phone)
On Nov 3, 2015, at 5:38 AM, Francois Levaux-Tiffreau notifications@github.com wrote:
Good catch ! However I think this should not fail, that's why I didn't catch this error. Looks like you are bound to AD, but get an output we can't apply this regex on. Can you try to run dscl /Search read /Users/[user] on your Mac ?
For me, we should either modify the regex or catch this another way. Don't you think ?
— Reply to this email directly or view it on GitHub.
Current coverage is
46.25%