You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vcl.apache.org by jf...@apache.org on 2012/11/01 13:30:45 UTC

svn commit: r1404559 - /vcl/site/trunk/content/docs/localaccounts.mdtext

Author: jfthomps
Date: Thu Nov  1 12:30:44 2012
New Revision: 1404559

URL: http://svn.apache.org/viewvc?rev=1404559&view=rev
Log:
initial add of local accounts page

Added:
    vcl/site/trunk/content/docs/localaccounts.mdtext   (with props)

Added: vcl/site/trunk/content/docs/localaccounts.mdtext
URL: http://svn.apache.org/viewvc/vcl/site/trunk/content/docs/localaccounts.mdtext?rev=1404559&view=auto
==============================================================================
--- vcl/site/trunk/content/docs/localaccounts.mdtext (added)
+++ vcl/site/trunk/content/docs/localaccounts.mdtext Thu Nov  1 12:30:44 2012
@@ -0,0 +1,65 @@
+Title:Adding Local VCL Accounts
+Notice:    Licensed to the Apache Software Foundation (ASF) under one
+           or more contributor license agreements.  See the NOTICE file
+           distributed with this work for additional information
+           regarding copyright ownership.  The ASF licenses this file
+           to you under the Apache License, Version 2.0 (the
+           "License"); you may not use this file except in compliance
+           with the License.  You may obtain a copy of the License at
+           .
+             http://www.apache.org/licenses/LICENSE-2.0
+           .
+           Unless required by applicable law or agreed to in writing,
+           software distributed under the License is distributed on an
+           "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+           KIND, either express or implied.  See the License for the
+           specific language governing permissions and limitations
+           under the License.
+
+Local VCL accounts are contained within the VCL database. The admin 
+account is a local VCL account. Additional local accounts can be added 
+after the backend management node component has been installed by 
+executing the vcld file with the -setup argument:
+
+    /usr/local/vcl/bin/vcld -setup
+
+    It is safe to run vcld -setup while the normal vcld daemon process 
+    is running on a management node. Running vcld -setup will not 
+    affect it.
+
+You will see a menu. Enter the number next to the VCL Base Module entry:
+
+    [root@mgt-node]# /usr/local/vcl/bin/vcld -setup
+    VCL Management Node Setup
+    ----------------------------------------------------------------------------
+    Select a module to configure:
+    1. VCL Base Module
+    2. VCL Image State Module
+    3. Windows OS Module
+    
+    [vcld]
+    Make a selection (1-3, 'c' to cancel): 1
+
+Enter the number next to the Add Local VCL User Account entry:
+
+    ----------------------------------------------------------------------------
+    Choose an operation:
+    1. Add Local VCL User Account
+
+    [vcld/User Accounts]
+    Make a selection (1, 'c' to cancel): 1
+
+Enter the requested information:
+
+    Enter the user login name ('c' to cancel): localuser
+    
+    Enter the first name ('c' to cancel): Local
+    
+    Enter the last name ('c' to cancel): User
+    
+    Enter the email address [not set]: localuser@example.com
+    
+    Enter the password ('c' to cancel): ******
+
+After adding the local user account, you can continue to navigate the 
+menus or press Ctrl-C to exit.
\ No newline at end of file

Propchange: vcl/site/trunk/content/docs/localaccounts.mdtext
------------------------------------------------------------------------------
    svn:eol-style = native