LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   ntlm-authentication domain=[] (https://www.linuxquestions.org/questions/linux-server-73/ntlm-authentication-domain%3D%5B%5D-621310/)

t0bias 02-15-2008 04:40 AM

ntlm-authentication domain=[]
 
hi,

i'm trying to do a ntlm-authentication using apache 1.3.
it seems to work, but there is one problem, the error
log shows
Code:

[2008/02/15 11:16:37, 3] utils/ntlm_auth.c:winbind_pw_check(429)
  Login for user []\[Administrator]@[] failed due to [No such user]

how can i specify the realm? of course [] cannot be found, so
[]\[Administrator] will fail..

this is my apache config:

Code:

<Directory />
Options FollowSymLinks Multiviews Indexes
AllowOverride All
AuthName "Authentication"
NTLMAuth on
NTLMAuthHelper "/usr/bin/ntlm_auth --helper-protocol=squid-2.5-ntlmssp"
NTLMBasicAuthoritative on
AuthType NTLM
require valid-user
</Directory>

thanks,

toby


All times are GMT -5. The time now is 05:09 PM.