How to retrieve credentials trough command line


This procedure is to retrieve the password set for the Web administration interface.

With putty or any other client open SSH on the Artica server ( default root and password artica ) Or exit the menu console.

Perform this command line:

grep root /etc/ldap/slapd.conf

You will see for example:

rootdn "cn=Manager,dc=articatech,dc=com"
rootpw secret

This means your Account is “Manager” and password “secret”

 

Leave a comment