cancel
Showing results for 
Search instead for 
Did you mean: 

NTLM problem

mcasanket
Champ on-the-rise
Champ on-the-rise
Hi All,
   I have to integrate NTLM in my alfresco project. NTLM is new for me. The requirement is when the user logs in windows, he could be able to login in alfresco automatically when he hit the server or try to login.

I have put the following line in the alfresco-global.properties file.
authentication.chain=alfrescoNtlm1:alfrescoNtlm,ldap1:ldap


Please help me out.
Thanking you!
Smiley Very Happy
1 REPLY 1

bchevallereau
Champ in-the-making
Champ in-the-making
Hi,

alfrescoNtlm is the subsystem configured by default in the Alfresco Authentication Chain. It performs authentication based on user and password information stored in the Alfresco repository.
But for your example, you can use these links:
http://wiki.alfresco.com/wiki/Alfresco_Authentication_Subsystems#Example_1:_Advanced_AD_Chain
http://wiki.alfresco.com/wiki/Configuring_NTLM#NTLM_Passthru_Authentication

Ben