p.caton-outpost.coop
Forum Replies Created
-
Forum: Localhost Installs
In reply to: Changed WordPress URLs – can't login nowThank you.
I figured out my problem.
The code has to be
<?php
update_option(‘siteurl’,’http://mysite.com/site’);
update_option(‘home’,’http://mysite.com/site’);in the functions.php.
Once I got the format right, I was able to log back in.
FYI.
My password had characters in it that were not recognized by PostMan. Changing the password fixed the problem. The problem character was “%”.
Forum: Plugins
In reply to: [Active Directory Integration] AD Integration Stopped WorkingFirst, I meant to say that I added TLS_REQCERT never to the ldap.conf file.
Second, I restarted both the DCs and the WordPress server.
TLS seems to be working again.
Forum: Plugins
In reply to: [Active Directory Integration] AD Integration Stopped WorkingI think I know the problem. I installed a Certificate Authority on a domain controller in order to get AD integration working with a Sonicwall.
So if I disable TLS, AD authentication works again.
I see there is an FAQ on this:
Is it possible to use TLS with a self-signed certificate on the AD server?
Yes, this works. But you have to add the line TLS_REQCERT never to your ldap.conf on your web server. If yout don’t already have one create it. On Windows systems the path should be c:\openldap\sysconf\ldap.conf. Another and even simpler way is to add LDAPTLS_REQCERT=never to your environment settings.
I am using WordPress on a Windows 2012 R2 server. I have created a folder/file in c:\openldap\sysconf\ldap.conf and added a line, LDAPTLS_REQCERT=never to this file. I then restarted IIS. Still isn’t working.
Any other ideas?
I am not exactly sure why this worked, but when I used a very generic key, I was able to proceed. I will try changing them to a more secure key in wp-config.php.