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




