OpenSIPS / opensips-cli

OpenSIPS CLI tool - an interactive command line tool that can be used to control and monitor OpenSIPS servers.
GNU General Public License v3.0
85 stars 48 forks source link

Add ability to create user #39

Closed sdwru closed 4 years ago

sdwru commented 4 years ago

/usr/sbin/opensipsdbctl create asked for the root password and then created opensips user with all the proper DB permissions. It appears opensips-cli -x database create does not duplicate that behavior, requiring me to create the opensips DB user and permissions manually. Using root user is not a good idea so it would be nice if the previous behavior were duplicated.

liviuchircu commented 4 years ago

Duplicate of #20, closing here. Coming up with a "behind-the-curtains" solution for this problem is now on the top my TODO list.