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

Cannot use : character in username #1669

Closed
jrohel opened this issue Jun 24, 2024 · 0 comments · Fixed by #1668
Closed

Cannot use : character in username #1669

jrohel opened this issue Jun 24, 2024 · 0 comments · Fixed by #1668
Assignees
Labels
Triaged Someone on the DNF 5 team has read the issue and determined the next steps to take

Comments

@jrohel
Copy link
Contributor

jrohel commented Jun 24, 2024

Same problem in DNF5 rpm-software-management/dnf5#1556. Because both projects use librepo.
Librepo uses libcurl. To set the username and password librepo uses the old libcurl API option CURLOPT_USERPWD.

Suggested fix:
Extend librepo API. The new librepo API will use the new libcurl API options CURLOPT_USERNAME and CURLOPT_PASSWORD.
Modify dnf5 to use the new librepo API.

@ppisar ppisar added the Triaged Someone on the DNF 5 team has read the issue and determined the next steps to take label Jun 24, 2024
@jrohel jrohel self-assigned this Jun 25, 2024
@jan-kolarik jan-kolarik transferred this issue from rpm-software-management/dnf Jun 25, 2024
@github-project-automation github-project-automation bot moved this from Backlog to Done in DNF team Jun 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Triaged Someone on the DNF 5 team has read the issue and determined the next steps to take
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants