Results 1 to 3 of 3
I have a RHEL 4 server that is running an in house app that essentially maps our network and gives (almost) real time latency reports on our major circuits. We ...
- 06-08-2010 #1
NTLM on RHEL4
I have a RHEL 4 server that is running an in house app that essentially maps our network and gives (almost) real time latency reports on our major circuits. We are getting ready to role it out to our work group, but need to have some form of authentication to AD. NTLMv2 seems to fit the bill; problem being I cannot find any information on how to configure this and I have 0 knowledge in this department.
That being said, I am unsure which questions I need to be asking so I will start with this one, is there anywhere that anyone knows of that I can get a quick start primer on the above request?
Does anyone know what packages are required to get this installed correctly? And where to get knowledge on those(I will prly be able to google most of this but I am in a rush so I thought I would go straight to the tomes of wisdom for this one)
More questions will come as I become more familiar with what I am working with.
Thanks in advance,
Jason
- 06-08-2010 #2
SO after compiling the module mod_ntlm2-0.1, I get the following output.
apxs -c -o mod_ntlm.so -Wc,-shared mod_ntlm.c
/bin/sh /usr/lib64/apr/build/libtool --silent --mode=compile gcc -prefer-pic -O2 -g -pipe -m64 -DAP_HAVE_DESIGNATED_INITIALIZER -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -pthread -I/usr/include/apr-0 -I/usr/include/httpd -shared -c -o mod_ntlm.lo mod_ntlm.c && touch mod_ntlm.slo
mod_ntlm.c:44: warning: conflicting types for built-in function 'log'
mod_ntlm.c: In function `get_ntlm_header':
mod_ntlm.c:435: warning: cast from pointer to integer of different size
mod_ntlm.c:439: warning: cast from pointer to integer of different size
mod_ntlm.c: In function `send_ntlm_challenge':
mod_ntlm.c:477: warning: cast from pointer to integer of different size
mod_ntlm.c: In function `ntlm_check_response':
mod_ntlm.c:514: warning: cast from pointer to integer of different size
mod_ntlm.c:521: warning: cast from pointer to integer of different size
mod_ntlm.c:531: warning: cast from pointer to integer of different size
mod_ntlm.c:544: warning: cast from pointer to integer of different size
mod_ntlm.c:555: warning: cast from pointer to integer of different size
mod_ntlm.c: In function `authenticate_ntlm_user':
mod_ntlm.c:687: warning: cast from pointer to integer of different size
mod_ntlm.c:697: warning: cast from pointer to integer of different size
mod_ntlm.c:709: warning: cast from pointer to integer of different size
/bin/sh /usr/lib64/apr/build/libtool --silent --mode=link gcc -o mod_ntlm.so -shared -Wc,-shared -rpath /usr/lib64/httpd/modules -module -avoid-version mod_ntlm.lo
I dont think that it installed correctly, could anyone verify by the output?
- 06-09-2010 #3


Reply With Quote