Ubuntu 14.04 client ldap authentication to 389DS - ldap

Im already stuck into the configuration of ldap client in ubuntu 14.04 to authenticate on my Ubuntu 14.04 389DS. Does anyone here can give the procedure for ubuntu 14.04 in setting up ldap client?
Thanks,

Related

How Install NGINX + Varnish 6.1.0 with SSL on Ubuntu 18.04???

I'm using VPS in Digital Ocean and I wanna install varnish 6.1.0 with SSL + NGINX in Ubuntu 18.04 and install PHP 7.2
But I don't know if this Varnish version is compatible with ubuntu 18.04 version in SSL and I don't know how install and setting this.
Please, can help me? ( Please sorry my english )
6.1 isn't an LTS version, I would recommend 6.0, it's in the packagecloud repo: https://packagecloud.io/varnishcache/varnish60
Varnish doesn't handle SSL itself, so you can indeed use NGINX to terminate SSL, but I would personally go for hitch. For documentation, you can use this: https://docs.varnish-software.com/varnish-cache-plus/features/client-ssl/ , just install hitch instead of varnish-plus-addon-ssl.
Also, your english is fine, don't worry about it :-)

Ambari host registration is failing.

I have installed and configured ambari-server as root user and ambari agents as a non root user.
Also
SSH Passwordless authentication is setup and working fine.
ntp is installed and running
Hostname is updated in /etc/hostname /etc/hosts and
/etc/syscongig/network
Anaconda python 2.7.13 is installed as the python environment and
package manager
Restarted the service systemctl restart systemd.hostnamed as well
Add all the sudoer entries as per documentation
At the host configuration page. It is not able to register the hosts
Getting the information message as below and it eventually times out.
BSHostStatusCollector:55 - Request directory /var/run/ambari-server/bootstrap/6
Since I did a non root installation for ambari client. I had to chose the option manual registration instead of automated registration and after that it worked.

imap with php7.0 no working

I have installed on an Ubuntu 16.04 with Apache 2.4 and PHP 7.0 the imap extension via:
sudo apt-get install php7.0-imap
then did apache restart. But I still cant call functions like imap_search(), I get error
Attempted to call function "imap_search" from namespace "PhpImap"
phpinfo() says about imap:
Protocols dict, file, ftp, ftps, gopher, http, https, imap, imaps,
ldap, ldaps, pop3, pop3s, rtmp, rtsp, smb, smbs, smtp, smtps, telnet,
tftp
IMAP Rex Logan, Mark Musone, Brian Wang, Kaj-Michael Lang, Antoni
Pamies Olive, Rasmus Lerdorf, Andrew Skalski, Chuck Hagenbuch, Daniel
R Kalowsky
Have you tried:
a2enmod imap
I'm not certain that's the exact command for Ubuntu.
Here is the documentation:
http://manpages.ubuntu.com/manpages/xenial/man8/a2enmod.8.html
I suspect you have to enable it though.

Accessing a Guest Machine's IIS (Installed on VmWare) From Host Browser

I have a Windows Server 2008 R2 installed on VmWare Workstation 10 hosting on Windows 7 OS. I have enabled the IIS on Guest machine and I have some applications running there which are accessible through localhost on guest server.
I have run the netstat -na on the guest machine and I have these local address
Now my question is can I access the above address through my host commuter?
thanks

Installing httpd-2.4.3 in RHEL 5.3

I have installed httpd-2.4.3 on RHEL 5.3. I followed the basic installation which later then it runs on
/usr/local/bin/apachectl restart -f /usr/local/conf/httpd.conf
I can access locally (just use telnet localhost 80) , but i cannot access from remote using my browser or telnet port 80 from other server.
adding port 80 to IPtables, - done
httpd services is running - checked
Thanks for the reply.
Check your /etc/selinux/config is enable or not.