-
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