Questions tagged [chap]

4 questions
0
votes
0 answers

Error when using MSCHAO Module --- Reading winbind reply failed

In the MSCHAP module it says "Note that you MUST have "winbindd" and "nmbd" running on the local machine for ntlm_auth to work. See the ntlm_auth program documentation for details." Does it mean you must have it installed and configured? Or do I…
Jeff
  • 1
0
votes
0 answers

Linux iSCSI - how to change CHAP alg from MD5

I've setup a iSCSI target server (using tgt) and inititator (open-iscsi) both running on Ubuntu 22.04 LTS. Mutual CHAP authentication works like a charm, but have hit a snag with the session auth algo. Default is MD5 (oof) but based on the initiator…
0
votes
2 answers

Where do I get the password in Radius MSCHAPv2 in Golang?

I can't sort out how to edit this Radius MSCHAPv2 example and get the password from the radius client. The go library I'm using is https://github.com/layeh/radius. Does MSCHAPv2 send the username with the password? How do I get the password from the…
Chemdream
  • 618
  • 2
  • 9
  • 25
0
votes
2 answers

Is CHAP authentication really useful over a secure https connection?

I have a website that used to work only over http, so since the connection was not secure, I used a CHAP authentication scheme to make logins more secure (even if the passwords were hashed, those hashes would have been sent in the clear otherwise,…
OMA
  • 3,442
  • 2
  • 32
  • 39