Add new users to ICP - ibm-cloud-private

I have v2.1 CE of ICP installed using Vagrant on my Macbook Pro. I would like to install a chart as a different user. Is there a way to add a new user without having to connect to LDAP?

No, in 2.1.0, you must configure LDAP (or Active Directory)

Related

HP thin client T610 freeRDP old authentication

We are using HP Thin Clients type F5A52AA#UUZ (Linux HPThinPro) to connect to a Windows 2016 Terminal Server.
Connection works - but in our environment we use the old RDP authentication (we now the possible DoS problem based on such a configuration) and based on that we don't need the supported pro login of freeRDP.
Is there a simple configuration to hide/turn off the pre login provided by freeRDP?
Sugestions welcome.
Found a solution using custom connection with command line:
xfreerdp -authentication:off /:IPAddress ...

Install Magento 2.1 with MariaDB

Current system installed is using MySQL, going forward we decided to move from MySQL to MariaDB. MySQL service has been stopped and created new DB using HeidiSQL which comes after MariaDB installation.
Now while installing Magento 2.1, I am facing below error.
How do I install Magento 2.1 with MariaDB ? Currently I am using WAMPP server.
try using localhost as the hostname in the configuration
also, try creating a new user for your database with host %
You probably need to set-up your firewall settings and open up ports for MariaDB (SQL during installation does that for you, so you didn't have to do it manually). Also add another user with privileges you need, it's never smart to use root for all of your access.
You can follow some steps on this link, for configuring remote access. It should be the same for the local configuration, at least the same ports.

How to migrate SonarQube to new host

Need to migrate my SonarQube to a new server (not the remote DB, just the application). Is there any special tool offered by Sonar to do so? is it just a matter of pointing this new installation (if possible) to the old DB?
Sonar v5.2
MySQL 5.x
Thanks!
I do this regularly as the servers I run on are only provisioned for 30 days. You don't specify the operating system, but for windows it's as simple as:
Stop "old" service
Copy folder from old machine to new machine
Install the windows service with the java wrapper
Start the service
In my case I change the DNS alias after the service is running

Does the new Database 4.1.0 adapter of GSA don't need connector manager?

Does the new Database 4.1.0 adapter of GSA don't need connector manager?
I tried installing it but I wasn't able to see the instance in the GSA admin console.
I used this --> https://github.com/googlegsa/database/releases/download/v4.1.0/database-install-4.1.0.exe from http://googlegsa.github.io/adaptor/index.html
Is the 4.1.0 adapter administrated from the property file and no UI?
If you have experience with these topics please share your knowledge. Thank you for reading my question.
There is no connector manager with the 4.x adaptors. Everything is configured via the configuration file. If you install using the Windows installer there is a psuedo front end to configuration but configuring with the adaptor.properties file is very easy.
There is a simple UI for confirming the adaptor is running and seeing the active configuration (no edit capabilities).

LDAP on AWS EC2

I am planning to install a LDAP server on an EC2 instance. The requirement is to have the admin console to be accessible for users in our intranet. Please suggest the best open source product.
Thanks in advance,
Kotesh
I have been using ApacheDS on EC2. It has ApacheDS Studio which is eclipse like application which has extensive features and tools to manage the LDAP. I have ApacheDS running on EC2 while the studio is installed on my local machine and it works great.
BTW, ApacheDs is Java based LDAP.

Resources