Search found 23 matches
- Thu Oct 18, 2012 7:46 pm
- Forum: Webserver and configuration
- Topic: LDAP Fails To Work
- Replies: 31
- Views: 26533
Re: LDAP Fails To Work
Yes, using the test script I posted above I can login via PHP using LDAP with any user in my domain.
- Thu Oct 18, 2012 6:22 pm
- Forum: Webserver and configuration
- Topic: ReWrite Not Working
- Replies: 6
- Views: 6743
Re: ReWrite Not Working
Skype works, but I have no audio or video. Only text. I can also set up a mirror site so you can remote into the machine and have a look for yourself. Then we wouldn't be restricted on a specific time. Do you use any specific remote software?
- Thu Oct 18, 2012 6:09 pm
- Forum: Webserver and configuration
- Topic: How To Turn Off Debug?
- Replies: 2
- Views: 4633
Re: How To Turn Off Debug?
Excellent, thanks!
- Thu Oct 18, 2012 6:06 pm
- Forum: Webserver and configuration
- Topic: LDAP Fails To Work
- Replies: 31
- Views: 26533
Re: LDAP Fails To Work
Thanks very much Thorsen. Now, users from the OU "Users" can log in. However, I'm noticing a problem. Those are the ONLY users that can login. We have users in other OUs on the same root as Users and none of them can login. It says, "Wrong login name or password.". Even if I specify those OUs in the...
- Wed Oct 17, 2012 11:46 pm
- Forum: Webserver and configuration
- Topic: LDAP Fails To Work
- Replies: 31
- Views: 26533
Re: LDAP Fails To Work
I tried:
domain\user
user
user@domain.com
I've tried turning on/off the domain required variable in constants_ldap.php.
Nothing I've tried works.
Did you try my test script to make sure LDAP in PHP is working?
domain\user
user
user@domain.com
I've tried turning on/off the domain required variable in constants_ldap.php.
Nothing I've tried works.
Did you try my test script to make sure LDAP in PHP is working?
- Wed Oct 17, 2012 6:45 pm
- Forum: Webserver and configuration
- Topic: LDAP Fails To Work
- Replies: 31
- Views: 26533
LDAP Fails To Work
Active Directory via Windows Server 2012 using phpMyFAQ 2.8.0-alpha2 I already know LDAP works via PHP using a test script (I'll include it at the bottom). I turned on LDAP and created ldap.php: <?php // Main LDAP server $PMF_LDAP['ldap_server'] = '10.10.10.204'; $PMF_LDAP['ldap_port'] = 389; $PMF_L...
- Tue Oct 16, 2012 11:36 pm
- Forum: Webserver and configuration
- Topic: How To Turn Off Debug?
- Replies: 2
- Views: 4633
How To Turn Off Debug?
I'm running phpMyFAQ 2.8.0-alpha2. How do I turn off the debug stuff on the Admin backend? There's no debug on the front end, only the Admin section.
- Mon Oct 15, 2012 10:12 pm
- Forum: Webserver and configuration
- Topic: ReWrite Not Working
- Replies: 6
- Views: 6743
ReWrite Not Working
New install of phpMyFAQ 2.8.0-alpha2 on Windows Server 2012 (IIS8). I installed ISAPI_Rewrite3_0095_x64 from isapirewrite.com. I confirmed the DLLs are loaded into the sites ISAPI Filters. I renamed the httpd.ini file and checked Enable URL rewrite support in the backends Main Configuration. The sit...