mongodb / winkerberos

A native Kerberos client implementation for Python on Windows
Apache License 2.0
54 stars 15 forks source link

Spelling mistake in function name #25

Closed gr-harryc closed 5 years ago

gr-harryc commented 6 years ago

Comparing these two functions: https://github.com/apple/ccs-pykerberos/blob/master/src/kerberos.c#L385 https://github.com/mongodb-labs/winkerberos/blob/master/src/winkerberos.c#L739

it looks like this implementation's authGSSClientUsername should be spelled authGSSClientUserName

behackett commented 6 years ago

Thanks for pointing this out. I'll fix it in the next release. Luckily we're still pre-1.0 so I think it's safe to make a minor breaking change.