-
I created a working patch following these ideas and put it up under https://sourceforge.net/tracker/?func=detail&aid=2923411&group_id=197861&atid=963164.
2009-12-30 09:54:09 UTC by schlomoschapiro
-
This is an ugly hack to modify cntlm to authenticate against a webserver instead of a proxy. ntlmaps does this but is very slow and not multithreaded and I needed a faster alternative.
I took the ideas mentioned in https://sourceforge.net/tracker/?func=detail&aid=2640714&group_id=197861&atid=963165 and created a working patch for cntlm 0.35.1.
ATTENTION! This patch changes cntlm so that it...
2009-12-30 09:53:25 UTC by schlomoschapiro
-
Hi francisdb,
sorry, no. Think this has something to do with "white list" pages, that do not need auth, where these pages load then stuff from sources that are not white listed. not sure, just a thought.
2009-12-29 12:23:54 UTC by jimmik
-
I have the same problem, were you able to fix this?.
2009-12-29 09:43:52 UTC by francisdb
-
Hi,
rpmbuild --rebuild cntlm*.src.rpm fails unless called as root. This is due to the Makefile installing files as root.system:
install: $(NAME)
# AIX?
if [ -f /usr/bin/oslevel ]; then \
install -O root -G system -M 755 -S -f $(BINDIR) $(NAME); \
install -O root -G system -M 644 -f $(MANDIR)/man1 doc/$(NAME).1; \
install...
2009-12-21 15:17:10 UTC by schlomoschapiro
-
cntlm is working great.
After some time firefox pop up a window with "authentication needed"
And there as many boxes as "browser tabs" are used.
If I have 5 Tabs, I need to accept 5 times this authentication. Then nearly 5 min later, nothing done or clicked, the boxes come again and I need to enter authentication.
What can cause this trouble ?
And does anybody have an...
2009-10-30 13:22:26 UTC by jimmik
-
I've developed a patch to integrate cntlm with PAM. It uses shared memory for process communication and checks user's uid in /proc/net/tcp for authenticity (only works in linux). It's very simple: first user logs in, then my pam module generates all ntlm's hashes and saves it in the shared memory; second: cntlm is started (with a new flag: -Z) and looks for user's uid in /proc/net/tcp (through...
2009-10-26 14:14:26 UTC by https://www.google.com/accounts