Displaying 2 results from an estimated 2 matches for "bojara".
Did you mean:
boara
2016 Aug 01
2
Centos 7 & ntlm
Hihi
So I have a really strange problem. I am running Centos 7 with Samba purely
for ntlm_auth against winbind services (squid/radius auth etc). Its been
working fine till we found a strange bug with the ntlm_auth executable.
If the username has a "w" at the end it throws out a syntax error
see below test:
# ./ntlm_auth --username=lblaauw
username must be specified!
Usage:
2016 Aug 02
0
Centos 7 & ntlm
...sAMAccountName
dc209:~# ntlm_auth --username=mdufresne
Password:
NT_STATUS_NO_SUCH_USER: No such user (0xc0000064)
# Test with new username where "w" was added at end:
dc209:~# ntlm_auth --username=mdufresnew
Password:
NT_STATUS_OK: Success (0x0)
dc209:~#
2016-08-01 20:53 GMT+02:00 Mark Bojara <mark at apex.co.za>:
> Hihi
>
> So I have a really strange problem. I am running Centos 7 with Samba purely
> for ntlm_auth against winbind services (squid/radius auth etc). Its been
> working fine till we found a strange bug with the ntlm_auth executable.
>
> If the us...