LAE

Welcome to the LAE community!  Please feel free to start a discussion in the discussion tab or join in a conversation.

Discussions

Members

Resources

Events

 View Only
  • 1.  LAE 5.0 SERVER Configuration

    Employee
    Posted 09-09-2014 04:00

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: abhisek

    I need to know how to add user with different role in LAE 5.0 server for WIN 2008.

    I did check the doc "LAE SERVER ACTIVATION and ADMINISTRATION GUIDE" where it does not clearly informs about the creation and configuration of the user and roles.

    Please provide some link for server configuration and administration guide doc.

    Thanks,
    Abhisek


  • 2.  RE: LAE 5.0 SERVER Configuration

    Employee
    Posted 09-22-2014 17:47

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: markrolfo

    Hey Abhisek,

    We have a similar issue with the bat files located in the file share to be run scripts to edit the file, I have figured out how to do it manually.
    You need to edit this file C:\Program Files (x86)\Lavastorm\LAE5.0\conf\brain\server\passwd using a text edit that doesn't add carriage returns.

    The password is a capitalised md5 hash of a string, I use the generator http://www.miraclesalad.com/webtools/md5.php and convert it to all uppercase before placing it in the file.
    e.g. the string "test" generates" 098f6bcd4621d373cade4e832627b4f6" but needs to be stored as 098F6BCD4621D373CADE4E832627B4F6

    the password for the user brain is stored in this format brain:user:passwd=8B373710BCF876EDD91F281E50ED58AB .
    Make sure you add the usernames to the group users and admin (if applicable)

    hope this helps!