1041
1041
def get_user_password(self, auth):
1043
1047
auth_conf = config.AuthenticationConfig()
1045
1049
password = auth['password']
1057
1057
password = auth_conf.get_password(
1058
1058
auth['protocol'], auth['host'], user, port=auth['port'],
1059
1059
path=auth['path'], realm=realm,