Displaying 3 results from an estimated 3 matches for "chap_ms".
Did you mean:
chanms
2010 Sep 07
2
winbind and pptpd authentication failure
...iled.
CHAP authentication failed
sent [LCP TermReq id=0x2 "Failed to authenticate ourselves to peer"]
In other words, the ntlm-auth helper and AD server says OK, but the
hashes aren't equal, which causes ppp to say "mutual authentication
failed". I hacked the ppp sources (chap_ms.c) gently to output the two
hashes.
Immediately after the pppd authentication failure, wbinfo -a is
successful with the same username. I also tried
ntlm_auth --username xxxx
which comes back with
NT_STATUS_OK: Success (0x0)
but
ntlm_auth --username xxxxx --diagnostics
comes back with (af...
2007 Apr 18
7
[Bridge] (no subject)
Dear Sir,
I was trying to install bridge as we are installing
scps gateway in our testbed.This requires us to
install the bridge.
Our Linux version is 2.4.18 ~3 and we are using redhat
7.2
Please let me know which is the bridge I should
install and how to configure it.
Before configuring the bridge what I should check in
my configuration.
Thanks for your time,
Sincerely
Rama
=====
I hear
2007 Apr 18
0
[Bridge] BCP code ported to pppd 2.4.2
...kefile.linux Tue Apr 5 22:29:39 2005
@@ -10,7 +10,7 @@
TARGETS = pppd
-PPPDSRCS = main.c magic.c fsm.c lcp.c ipcp.c upap.c chap-new.c md5.c
ccp.c \
+PPPDSRCS = main.c magic.c fsm.c bcp.c lcp.c ipcp.c upap.c chap-new.c
md5.c ccp.c \
ecp.c ipxcp.c auth.c options.c sys-linux.c md4.c chap_ms.c \
demand.c utils.c tty.c eap.c chap-md5.c
@@ -19,7 +19,7 @@
upap.h eap.h
MANPAGES = pppd.8
-PPPDOBJS = main.o magic.o fsm.o lcp.o ipcp.o upap.o chap-new.o md5.o
ccp.o \
+PPPDOBJS = main.o magic.o fsm.o bcp.o lcp.o ipcp.o upap.o chap-new.o
md5.o ccp.o \
ecp.o auth.o opt...