Home Artica & System Front-end Administration What is artica default password & username ?

What is artica default password & username ?

Print PDF

Defaults 

If you start with a fresh install defaults password can be :

username : admin
password: secret

or usually on Ubuntu

username: Manager
password: secret

Be carreful with letters case (this is not manager but Manager)

How can i retreive the password or username ?

Artica use the LDAP identity to enable access to the web console.

Be sure that the adminitrator parameters are the same in the following files.

For the password : 

cat /etc/ldap/slapd.conf |grep rootpw

should be the same of 

cat /etc/artica-postfix/ldap_settings/password

For the username :

cat /etc/ldap/slapd.conf |grep rootdn (detect cn=[something],dc=...,dc=..)

should be the same of

cat /etc/artica-postfix/ldap_settings/admin

 

 

Last Updated on Sunday, 15 March 2009 00:50