You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by de...@apache.org on 2018/06/14 18:05:31 UTC

[trafficcontrol] 19/20: add basic usage

This is an automated email from the ASF dual-hosted git repository.

dewrich pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git

commit 840d27e9a178567216da720c6e32c756b4b83e96
Author: Dan Kirkwood <da...@apache.org>
AuthorDate: Thu Jun 14 10:55:50 2018 -0600

    add basic usage
---
 infrastructure/cdn-in-a-box/traffic_ops/adduser.pl | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/infrastructure/cdn-in-a-box/traffic_ops/adduser.pl b/infrastructure/cdn-in-a-box/traffic_ops/adduser.pl
index 57e1722..91f66c9 100755
--- a/infrastructure/cdn-in-a-box/traffic_ops/adduser.pl
+++ b/infrastructure/cdn-in-a-box/traffic_ops/adduser.pl
@@ -16,6 +16,10 @@
 # specific language governing permissions and limitations
 # under the License.
 
+# adduser.pl creates the sql necessary to add a user to the database for traffic_ops login.
+# Usage:   adduser.pl <username> <password> <role>
+#  -- the password is encrypted appropriately to be compatible with Traffic Ops.
+#
 use strict;
 use Crypt::ScryptKDF qw{ scrypt_hash };
 

-- 
To stop receiving notification emails like this one, please contact
dewrich@apache.org.