A plugin is already planned. I just need to find time for coding^^
Any updates on this ?
A plugin is already planned. I just need to find time for coding^^
Any updates on this ?
Furthermore, starting with MySQL >= 5.7.6, we will use thepassword_option provided by CREATE USER to set password expiration which is not available in GRANT statement
Thx for the info.
May i then suggest making use of IF NOT EXISTS like subscribed in the CREATE USER article provided by you? and combine it with ALTER USER if it exists
Actually the error came up using your version 1.2.11. i think during a update but got to recheck it. Will do that tomorrow
By reviewing the code to implement multiple servers i noticed some warnings of users that could not be created ( because they already existed )
In all the install codes you added a piece of code to always try to create a user. Now a better solution ( also widely accepted with mysql and mariadb ) is to add a IDENTIFIED BY inside de GRANT function.
Example of a change i made in my fork:
https://github.com/GuardMoony/…e815859dd82819da4a04e7a06
Yeah i understand that
I just hope you guys make a multi server support in like version 1.5 or 2.0 or something :p
Love the work you done so far.
Sorry but we cannot start to hack the code for you You're trying to link two servers on the same i-MSCP installation but the current design doesn't allows doing such thing. Many layers are involved and too much changes in the current code would lead to unexpected problems. The 1.2.x serie is frozen and not open for such changes. Only small ehancements bug patches and CS fixes are accepted.
Am i allowed to fork the github. And try to hack some code in ?
Ok, i'm checking the code for imscp-net-interfaces-mngr.
I was wondering if it would be possible to add a value 'dontadd' or something similar.
So we can change the query on line 50 to:
In short i'm looking for a way to add ip's but they don't get added to physical device.
Edit:
Dit some testing on my server. And this does seem to work. Don't think it alters any other mechanics
OT: Exotic configuration
Very ill post a alfa version of the guide soon. It still needs loads of testing. But the basics seem to work. ( Wishfully hoping they will add some parts to a later version )
I'm talking about the imscp_network ( not imscp_deamon )
ok thx. Is there anything else the imscp_network deamon does ? is it save to disable this ?