Search found 5 matches

by faqn00b
Fri Aug 23, 2013 7:04 am
Forum: Webserver and configuration
Topic: IIS / PHP 5.4 / LDAP / SSO Problem
Replies: 21
Views: 27322

Re: IIS / PHP 5.4 / LDAP / SSO Problem

Ok i fixed it. I worked out the problem was in the REMOTE_USER as it contains the DOMAIN\user which isn't correct it should be just the username. So the SSO.php is trying to compare the remote_user (DOMAIN\username) against username so its always false. I changed the SSo.php $ruser = explode("\...
by faqn00b
Thu Aug 22, 2013 12:34 pm
Forum: Webserver and configuration
Topic: IIS / PHP 5.4 / LDAP / SSO Problem
Replies: 21
Views: 27322

Re: IIS / PHP 5.4 / LDAP / SSO Problem

Yep the AD connect is correct, confirmed with SSO disabled but LDAP enabled. With LDAP enabled i'm able to use my AD credentials to login to phpmyfaq. It shouldn't ask for a password but once SSO is enabled all i get is the login box and i can't seem to do anything because even though we know LDAP a...
by faqn00b
Wed Aug 21, 2013 11:03 pm
Forum: Webserver and configuration
Topic: IIS / PHP 5.4 / LDAP / SSO Problem
Replies: 21
Views: 27322

Re: IIS / PHP 5.4 / LDAP / SSO Problem

Yeah no problem. I turned debug to true in the bootstrap.php but i didn't see any extra messages when I refresh the page, i can see the debug messages after i enable SSO in the admin section. I can see the service account hitting Active Directory but the web interface just states wrong user name and...
by faqn00b
Wed Aug 21, 2013 9:44 am
Forum: General discussions
Topic: How to get the full WYSIWYG editor in the frontend
Replies: 4
Views: 4144

Re: How to get the full WYSIWYG editor in the frontend

I get what this user is saying.

There appear to be two different editors.

The front end editor doesn't have all the features of the backend editor.

Someone already has a feature request in for this.
by faqn00b
Wed Aug 21, 2013 9:39 am
Forum: Webserver and configuration
Topic: IIS / PHP 5.4 / LDAP / SSO Problem
Replies: 21
Views: 27322

Re: IIS / PHP 5.4 / LDAP / SSO Problem

I can confirm i'm having the same problem with IIS / LDAP and SSO.

I'm able to login to AD but once i enable SSO in the phpmyfaq config page it does not let me login.