Tell me more ×
SharePoint Stack Exchange is a question and answer site for SharePoint enthusiasts. It's 100% free, no registration required.

When I set up sharePoint 2013 web application I use this line of script

Add-DnsServerResourceRecordCName -HostNameAlias spdev.dev.com -Name portal -ZoneName dev.com
  • spdev - name of pc
  • dev.com - domain
  • portal - site adress

now I have 2 sites

  • CA - http:/spdev:8080
  • Team site - http:/portal

If I use IE all works fine, but in firefox I cannot log in to the team site. I see authentication form, I put correct credentials, then click log in button and see authentication form again.

How can I solve this issue?

share|improve this question

1 Answer

Can you possibly enable NTLM authentication with Firefox core configuration. You can give this article a try.

It should work.

share|improve this answer
Yes, it doesn't work in my case ( – Alexander Dec 3 '12 at 13:32

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.