Monitoring, Management & Location Tracking

 View Only
last person joined: one year ago 

Articles relating to existing and legacy HPE Aruba Networking products and solutions including AirWave, Meridian Apps, ALE, Central / HPE Aruba Networking Central, and UXI / HPE Aruba Networking User Experience Insight

How to edit ALE GUI users from the CLI 

Jul 16, 2014 11:37 AM

In ALE, to add a new GUI user or edit an existing one, use the htpasswd.py script, like this:

# /opt/ale/bin/htpasswd.py -b /opt/ale/html/.htpasswd <username> <password>

Example:

 # /opt/ale/bin/htpasswd.py -b /opt/ale/html/.htpasswd joemontana PassW0rd

If your password uses special characters, you should escape them with a backslash.  For example, if you want joemontana to have a password of "dollar$bang!", use this syntax:

 # /opt/ale/bin/htpasswd.py -b /opt/ale/html/.htpasswd joemontana dollar\$bang\!


#ALE

Statistics
0 Favorited
0 Views
0 Files
0 Shares
0 Downloads

Related Entries and Links

No Related Resource entered.