icarnr
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Redirecting / couldn’t log inForum: Fixing WordPress
In reply to: Dashboard says 4.4.2 is the latest versionYes, You can upgrade core from wp command line.
https://wp-cli.org/it/You can edit php.ini under /etc and work fine….
Forum: Fixing WordPress
In reply to: Redirecting / couldn’t log inDisable Login LockDown and try again.
Connect through FTP client and delete the plugin.Forum: Fixing WordPress
In reply to: PHP Warning: mysql_connect()risolto
yum install -y php71 php71-php-mysqlnd
yum install -y php71-php-devel php71-php-gd php71-php-json php71-php-mcrypt php71-php-mbstring php71-php-opcache php71-php-pear php71-php-pecl-apcu php71-php-pecl-geoip php71-php-pecl-imagick php71-php-pecl-json-post php71-php-pecl-memcache php71-php-pecl-xmldiff php71-php-pecl-zip php71-php-pspell php71-php-soap php71-php-tidy php71-php-xml php71-php-xmlrpc
scl enable php71 ‘php -v’
yum install php71w php71w-common
yum-config-manager –enable remi-php71
Forum: Fixing WordPress
In reply to: PHP Warning: mysql_connect()# yum install php-mysqlnd
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: mi.mirror.garr.it
* epel: fr2.rpmfind.net
* extras: mi.mirror.garr.it
* updates: mi.mirror.garr.it
Resolving Dependencies
–> Running transaction check
—> Package php-mysqlnd.x86_64 0:5.4.16-42.el7 will be installed
–> Processing Conflict: php-mysql-5.4.16-42.el7.x86_64 conflicts php-mysqlnd
–> Finished Dependency Resolution
Error: php-mysql conflicts with php-mysqlnd-5.4.16-42.el7.x86_64
You could try using –skip-broken to work around the problem
You could try running: rpm -Va –nofiles –nodigestForum: Fixing WordPress
In reply to: PHP Warning: mysql_connect()php -v
PHP 5.4.16 (cli) (built: Nov 6 2016 00:29:02)
Copyright (c) 1997-2013 The PHP Group
Zend Engine v2.4.0, Copyright (c) 1998-2013 Zend TechnologiesForum: Fixing WordPress
In reply to: PHP Warning: mysql_connect()php -v
PHP 5.4.16 (cli) (built: Nov 6 2016 00:29:02)
Copyright (c) 1997-2013 The PHP Group
Zend Engine v2.4.0, Copyright (c) 1998-2013 Zend TechnologiesForum: Fixing WordPress
In reply to: PHP Warning: mysql_connect()Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 1608
Server version: 5.6.35 MySQL Community Server (GPL)Copyright (c) 2000, 2016, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.Type ‘help;’ or ‘\h’ for help. Type ‘\c’ to clear the current input statement.
mysql>
Forum: Fixing WordPress
In reply to: PHP Warning: mysql_connect()O.S. CentOS
Linux 3.10.0-514.6.1.el7.x86_64 #1 SMP Wed Jan 18 13:06:36 UTC 2017 x86_64 x86_64 x86_64 GNU/LinuxWordPress Ver.
4.7.1SLQ Ver.
mysql -V
mysql Ver 14.14 Distrib 5.6.35, for Linux (x86_64) using EditLine wrapperForum: Plugins
In reply to: [wpDirAuth] LDAP TLSI also have a service user to be set before I can run query from my wp to my ldap.
Is it possible to enter the service account inside plugin settings?
V.Forum: Plugins
In reply to: [Active Directory Integration / LDAP Integration] LDAP uid errorAfter the latest release version, the plugin work very FINE with TLS so!!!
Thz, VincenzoForum: Plugins
In reply to: [Active Directory Integration / LDAP Integration] LDAP uid errorThe LDAP Start TLS operation is used in LDAP to initiate TLS negotiation. All OpenLDAP command line tools support a -Z and -ZZ flag to indicate whether a Start TLS operation is to be issued.
https://www.openldap.org/doc/admin24/tls.html#Client Certificates
Forum: Plugins
In reply to: [Active Directory Integration / LDAP Integration] LDAP uid errorStartTLS is the name of the standard LDAP operation for initiating TLS/SSL. TLS/SSL is initiated upon successful completion of this LDAP operation. No alternative port is necessary. It is sometimes referred to as the TLS upgrade operation, as it upgrades a normal LDAP connection to one protected by TLS/SSL.
Forum: Plugins
In reply to: [Active Directory Integration / LDAP Integration] LDAP uid errorI understand the problem
My connection with my ldap server is ok
my ldap search work very fine! So
ldapsearch -Z -D “cn=LoginAccess,ou=account,o=cnr,c=it” -w ********** -p 389 -h hostingservice.src.cnr.it -b “ou=ICAR,ou=account,o=cnr,c=it” -s sub “(&(objectClass=cnrPerson)(uid=vincenzo.errichiello))”
# ERRICHIELLO VINCENZO, dipendenti, ICAR, account, cnr, it
dn: cn=ERRICHIELLO VINCENZO,ou=dipendenti,ou=ICAR,ou=account,o=cnr,c=it
mail: [email protected]
uid: vincenzo.errichiello
departmentNumber: 221410
objectClass: top
objectClass: person
objectClass: inetOrgPerson
objectClass: qmailUser
objectClass: radiusprofile
objectClass: cnrPerson
objectClass: eduPerson
objectClass: Vacation
cnrcognome: ERRICHIELLO
cnrnome: VINCENZO
cn: ERRICHIELLO VINCENZO
cnrapp8: si
matricola: 17131
accountStatus: Active
mailForwardingAddress: [email protected]# search result
search: 3
result: 0 Success# numResponses: 2
# numEntries: 1
[root@intranet ~]#the problem is -Z that instructs ldapsearch to use my TLS certificate.
But your plugin don’t use it ad is alway red…..
Immagine incorporata 2
Can you solve the problem?
Vincenzo