I have an ldap server I wish to use to authenticate logon. How do i do it? I've tried editing and renaming the ldap-authentication-context.xml.sample with the server address and dropping it into extension folder but no use. what am I doing wrong??
Hi Andy, I have since realised that NTLM authentication would suit me best. I have 2 NTLM servers that I wish to chain but when I do this I cannot login successfully. The thing is if I put either one of these servers in the ntlm-authentication-context.xml in the extrension folder I can login successfully. I have updated the chaining-authentication-context.xml and placed it in the extension folder, it is listed below. Can you tell me what else I must configure for NTLM chaining to work.
thanks a million, Stuart.
Here is my chaining-authentication-context.xml file……
Rather than using a chaining auth component have you tried using the NTLM passthru auth with a Servers value of 'IESERVER,USSERVER'. The passthru auth component will load balance the requests across all of the servers in the list.
Are the problems when logging in via the web client or CIFS client ?.
Hi Gary, I have but that doesn't work! The authentication details are not replicated on both servers. Therefore when a user attempts to login they will be denied access but on their second attempt they are successful. Alfresco picks a server attempts to login but does not try the next on the list if a failure occurs.