Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kh22 (rev ea3554b) unexpected error messages using htpasswd auth on mount points #446

Open
patphobos opened this issue Feb 28, 2024 · 0 comments

Comments

@patphobos
Copy link

Hi Karl,

im' getting this error messages when protecting mount points with htpasswd authentication.

[2024-02-28  19:09:47] EROR auth_htpasswd/auth_get_htpasswd_auth No filename given in options for authenticator.
[2024-02-28  19:09:47] EROR auth_htpasswd/auth_get_htpasswd_auth No filename given in options for authenticator.
[2024-02-28  19:09:47] EROR auth_htpasswd/auth_get_htpasswd_auth No filename given in options for authenticator.
[2024-02-28  19:09:47] EROR auth_htpasswd/auth_get_htpasswd_auth No filename given in options for authenticator.

this errors seem to be triggered by this a 2nd call of get_authenticator() for each (protected ?) mount points.

int auth_finish_setup (auth_t *auth, const char *name)
{
    auth->mount = strdup (name);
    return get_authenticator (auth, NULL);
}

icecast.xml.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant