Alfresco Ntlm configuration

cancel
Showing results for 
Search instead for 
Did you mean: 
kzala7
Active Member II

Alfresco Ntlm configuration

i made few changes in alfresco-global.properties 

ntlm.authentication.sso.enabled=true
ntlm.authentication.mapUnknownUserToGuest=false
alfresco.authentication.allowGuestLogin=false
ntlm.authentication.browser.ticketLogons=true
alfresco.authentication.authenticateCIFS=false

but i can't do connection with my active directory

1 Reply
afaust
Master

Re: Alfresco Ntlm configuration

Did you also configure the passthru authentication subsystem to be active at all? Just setting these properties will not magically make Active Directory authentication work unless you configure and activate passthru authentication. Also, just as a reminder: Using NTLM authentication is extremely obsolete and considered insecure. You should really look into setting up Kerberos / SPNEGO, CAS or SAML authentication instead (SAML is only available for Enterprise).