Bareos error: Sorry, can not authenticate. Wrong username and/or password
Bareos error: Sorry, can not authenticate. Wrong username and/or password
我想试试 Bareos(开源数据保护),看看它是如何工作和执行的。但是我什至无法通过基本安装并使其正常工作...
我遵循了以下安装教程(现在已经好几次了):https://www.svennd.be/installing-bareos-on-centos-7/
但我每次都会收到以下错误:抱歉,无法进行身份验证。用户名 and/or 密码错误。
我不明白我做错了什么。我什至尝试使用以前版本的 Bareos 16.2,但这并没有什么不同,我遇到了同样的问题。我 200% 确定密码和用户名是正确的。
我也查阅了日志:
17-Mar 13:00 bareos-dir JobId 0: Fatal error: Authorization key rejected by Console USERNAME.
Please see http://doc.bareos.org/master/html/bareos-manual-main-reference.html#AuthorizationErrors for help.
17-Mar 13:00 bareos-dir: ERROR in authenticate.c:283 Unable to authenticate console "USERNAME" at client:127.0.0.1:9101
我检查了该页面(也检查了几次),甚至确保(用户)names/passwords 是正确的。但是当我尝试登录 "bareos-webui".
时,我仍然收到消息 "Sorry, can not authenticate. Wrong username and/or password."
可能我做错了什么,但我无法发现。
我有以下可用文件。也许我也需要对这些进行某些更改?
- /etc/bareos/bareos-dir.d/director/bareos-dir.conf
- /etc/bareos/bareos-fd.d/director/bareos-dir.conf
- /etc/bareos/bareos-sd.d/director/bareos-dir.conf
- /etc/bareos/bconsole.conf
- /etc/bareos/bareos-sd.d/storage/bareos-sd.conf
- /etc/bareos/bareos-dir.d/client/bareos-fd.conf
- /etc/bareos/bareos-dir.d/job/backup-bareos-fd.conf
当我比较一些文件时,它们有不同的密码?
例如:/etc/bareos/bareos-fd.d/director/bareos-dir.conf
Director {
Name = bareos-dir
Password = "J36zN1mQVF5lLA/FP0kASo+X9wTo8D988nsVqZjx"
Description = "Allow the configured Director to access this file daemon."
}
和/etc/bareos/bareos-sd.d/director/bareos-dir.conf
Director {
Name = bareos-dir
Password = "PAU/ov3RvnFp0I59brd4d8u9m8ejRpkVE7P/4Qz3"
Description = "Director, who is permitted to contact this storage daemon."
}
和(再举一个例子):/etc/bareos/bconsole.conf
# Bareos User Agent (or Console) Configuration File
Director {
Name = bareos-dir
address = localhost
Password = "Fs5JnyO1ypBhcR0D9CNkx3gynPMa+jmp7sj9Ghst"
Description = "Bareos Console credentials for local Director"
}
他们在这里都有不同的密码?按照我的理解,从网上的文档来看,应该都是一样的吧?
也许这就是问题所在?希望有人能更好地解释事情或建议我该怎么做才能使它正常工作...也许这是我可能忽略的简单事情?
仅供参考:我将我在此服务器上使用的所有 IP 和端口列入白名单。
//小编辑
我重新阅读了一遍文档,上面写着:"The default configuration files are automatically defined for correct authorization with random passwords. If you add to or modify these files, you will need to take care to keep them consistent."
所以如果我没有改变任何东西,它应该首先起作用,对吧?所以我认为这里还有其他问题?
终于找到问题了...
显然 Bareos 很难接受我的用户名或密码。
不知道具体是哪一个,但用户名或密码导致了问题。
我用的用户名是这样的:
BCKPserver
我使用的密码类似于:
!!!!RNDpassW222####
出于某种原因,Bareos 保存了密码(在控制台中)并在配置文件中正确显示,但是它不允许我登录 bareos-webui!
已解决。希望这会对其他人有所帮助。
我想试试 Bareos(开源数据保护),看看它是如何工作和执行的。但是我什至无法通过基本安装并使其正常工作...
我遵循了以下安装教程(现在已经好几次了):https://www.svennd.be/installing-bareos-on-centos-7/
但我每次都会收到以下错误:抱歉,无法进行身份验证。用户名 and/or 密码错误。
我不明白我做错了什么。我什至尝试使用以前版本的 Bareos 16.2,但这并没有什么不同,我遇到了同样的问题。我 200% 确定密码和用户名是正确的。
我也查阅了日志:
17-Mar 13:00 bareos-dir JobId 0: Fatal error: Authorization key rejected by Console USERNAME.
Please see http://doc.bareos.org/master/html/bareos-manual-main-reference.html#AuthorizationErrors for help.
17-Mar 13:00 bareos-dir: ERROR in authenticate.c:283 Unable to authenticate console "USERNAME" at client:127.0.0.1:9101
我检查了该页面(也检查了几次),甚至确保(用户)names/passwords 是正确的。但是当我尝试登录 "bareos-webui".
时,我仍然收到消息 "Sorry, can not authenticate. Wrong username and/or password."可能我做错了什么,但我无法发现。
我有以下可用文件。也许我也需要对这些进行某些更改?
- /etc/bareos/bareos-dir.d/director/bareos-dir.conf
- /etc/bareos/bareos-fd.d/director/bareos-dir.conf
- /etc/bareos/bareos-sd.d/director/bareos-dir.conf
- /etc/bareos/bconsole.conf
- /etc/bareos/bareos-sd.d/storage/bareos-sd.conf
- /etc/bareos/bareos-dir.d/client/bareos-fd.conf
- /etc/bareos/bareos-dir.d/job/backup-bareos-fd.conf
当我比较一些文件时,它们有不同的密码?
例如:/etc/bareos/bareos-fd.d/director/bareos-dir.conf
Director {
Name = bareos-dir
Password = "J36zN1mQVF5lLA/FP0kASo+X9wTo8D988nsVqZjx"
Description = "Allow the configured Director to access this file daemon."
}
和/etc/bareos/bareos-sd.d/director/bareos-dir.conf
Director {
Name = bareos-dir
Password = "PAU/ov3RvnFp0I59brd4d8u9m8ejRpkVE7P/4Qz3"
Description = "Director, who is permitted to contact this storage daemon."
}
和(再举一个例子):/etc/bareos/bconsole.conf
# Bareos User Agent (or Console) Configuration File
Director {
Name = bareos-dir
address = localhost
Password = "Fs5JnyO1ypBhcR0D9CNkx3gynPMa+jmp7sj9Ghst"
Description = "Bareos Console credentials for local Director"
}
他们在这里都有不同的密码?按照我的理解,从网上的文档来看,应该都是一样的吧?
也许这就是问题所在?希望有人能更好地解释事情或建议我该怎么做才能使它正常工作...也许这是我可能忽略的简单事情?
仅供参考:我将我在此服务器上使用的所有 IP 和端口列入白名单。
//小编辑
我重新阅读了一遍文档,上面写着:"The default configuration files are automatically defined for correct authorization with random passwords. If you add to or modify these files, you will need to take care to keep them consistent."
所以如果我没有改变任何东西,它应该首先起作用,对吧?所以我认为这里还有其他问题?
终于找到问题了...
显然 Bareos 很难接受我的用户名或密码。 不知道具体是哪一个,但用户名或密码导致了问题。
我用的用户名是这样的:
BCKPserver
我使用的密码类似于:
!!!!RNDpassW222####
出于某种原因,Bareos 保存了密码(在控制台中)并在配置文件中正确显示,但是它不允许我登录 bareos-webui!
已解决。希望这会对其他人有所帮助。