Search found 23 matches

by JEmlay
Tue Apr 09, 2013 6:11 pm
Forum: Webserver and configuration
Topic: ReWrite Not Working
Replies: 6
Views: 10561

Re: ReWrite Not Working

Sure, that works. I'll keep my skype open.
by JEmlay
Fri Apr 05, 2013 5:33 pm
Forum: Webserver and configuration
Topic: ReWrite Not Working
Replies: 6
Views: 10561

Re: ReWrite Not Working

With the other issue out of the way...did you ever check this out with IIS8? I'm still open for a remote connection if you need it.
by JEmlay
Thu Apr 04, 2013 7:56 pm
Forum: Webserver and configuration
Topic: LDAP Fails To Work
Replies: 31
Views: 48746

Re: LDAP Fails To Work

Yes, it works.

But just FYI if I set that to true then the user can login without DOMAIN as well if the display name happens to match the SAMs account and only if they match.
by JEmlay
Thu Apr 04, 2013 6:52 pm
Forum: Webserver and configuration
Topic: LDAP Fails To Work
Replies: 31
Views: 48746

Re: LDAP Fails To Work

Setting that to false now allows everyone to login with just the account name regardless of the display name. So that's awesome!

However, I still don't understand the correlation with the display name at all. That's just odd.

At any rate, this is great. So just a straight "jemlay" works for login ...
by JEmlay
Thu Apr 04, 2013 5:21 pm
Forum: Webserver and configuration
Topic: LDAP Fails To Work
Replies: 31
Views: 48746

Re: LDAP Fails To Work

Maybe I didn't explain it well. Yes, you are checking against the account name however the "account name only" wont work unless the display name matches. Here, let me try again:

This user can only login in with "DOMAIN\jemlay":
DisplayName - JustinEmlay
AccountName - jemlay

This user can login ...
by JEmlay
Tue Mar 26, 2013 8:35 pm
Forum: Webserver and configuration
Topic: LDAP Fails To Work
Replies: 31
Views: 48746

Re: LDAP Fails To Work

I went ahead and installed RC3 to check it out since I'll be waiting anyway. Here are my findings:

I was able to have my users login with "DOMAIN\username". So right off the bat, at least something works. I'll have to figure out how to append DOMAIN\ when the user submits to login so they wont be ...
by JEmlay
Tue Mar 26, 2013 6:57 pm
Forum: Webserver and configuration
Topic: LDAP Fails To Work
Replies: 31
Views: 48746

Re: LDAP Fails To Work

Thank you very much for the notice!
by JEmlay
Tue Mar 26, 2013 5:49 pm
Forum: Webserver and configuration
Topic: LDAP Fails To Work
Replies: 31
Views: 48746

Re: LDAP Fails To Work

Have you been able to make any progress on Server 2012 and LDAP?
by JEmlay
Wed Nov 28, 2012 3:03 am
Forum: Webserver and configuration
Topic: LDAP Fails To Work
Replies: 31
Views: 48746

Re: LDAP Fails To Work

Ok, if you ever need to remote into any of my machines just let me know, I'll set something up.
by JEmlay
Mon Nov 26, 2012 10:45 pm
Forum: Webserver and configuration
Topic: LDAP Fails To Work
Replies: 31
Views: 48746

Re: LDAP Fails To Work

Were you able to find anything?
by JEmlay
Thu Oct 25, 2012 5:41 pm
Forum: Webserver and configuration
Topic: LDAP Fails To Work
Replies: 31
Views: 48746

Re: LDAP Fails To Work

Great, thanks. I appreciate it!
by JEmlay
Thu Oct 25, 2012 4:17 pm
Forum: Webserver and configuration
Topic: LDAP Fails To Work
Replies: 31
Views: 48746

Re: LDAP Fails To Work

Just checking in. Is there any other info can provide to help out?
by JEmlay
Sat Oct 20, 2012 8:07 pm
Forum: Webserver and configuration
Topic: LDAP Fails To Work
Replies: 31
Views: 48746

Re: LDAP Fails To Work

It has to be checking the displayName somewhere.

can not login:
displayName = hello1234
sAMAccountName = hello4321

can login:
displayName = hello4321
sAMAccountName = hello4321

can not login:
displayName = Justin Emlay
sAMAccountName = jemlay

can login:
displayName = jemlay
sAMAccountName ...
by JEmlay
Fri Oct 19, 2012 5:23 pm
Forum: Webserver and configuration
Topic: LDAP Fails To Work
Replies: 31
Views: 48746

Re: LDAP Fails To Work

Are you sure it's a white space issue? This user can't login:

displayName = hello1234
sAMAccountName = hello4321

There's no space. Those two fields must match each other. If I change either field to match then it works.
by JEmlay
Thu Oct 18, 2012 10:13 pm
Forum: Webserver and configuration
Topic: LDAP Fails To Work
Replies: 31
Views: 48746

Re: LDAP Fails To Work

So it all comes down to this. In order for any user to login the "displayName" much match the "sAMAccountName".

cn = thisis atest
name = thisis atest
givenName = thisis
sn = atest
userPrincipalName = hello5555@domain.com
displayName = hello1234
sAMAccountName = hello4321

That user can NOT log in ...