Re: [Mono-list] Trying to authenticate users against Active Directory from Mono

2016-06-23 Thread Martin Thwaites
I think you'll struggle with this. Authenticating with a 403 challenge (as in NTLM) may not work on the linux. You may be able to try doing the concurrent bind about the domain with the credentials, but I doubt you'll get it in the same way as windows authentication works in IIS. A better option

[Mono-list] Trying to authenticate users against Active Directory from Mono

2016-06-23 Thread James Allsopp
Hello, I'm trying to authenticate users of an Asp.Net MVC4 site against an Active Directory Server. The site's going to be running on CentOS 7 running nginx. I've managed to use the Novell.Directory.LDAP code to successfully query a OpenDS LDAP test server, and I've used LDAPAdmin to connect to th