Bug 55528 - deprecation warning when using username:password authentication in a sources.list file
deprecation warning when using username:password authentication in a sources....
Status: NEW
Product: UCS
Classification: Unclassified
Component: Update - Repository administration
UCS 5.0
Other Linux
: P5 normal (vote)
: ---
Assigned To: UCS maintainers
UCS maintainers
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2023-01-04 11:41 CET by Dirk Ahrnke
Modified: 2024-04-29 16:29 CEST (History)
3 users (show)

See Also:
What kind of report is it?: Feature Request
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?: Yes
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number: 2024042621000057
Bug group (optional): Security
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dirk Ahrnke univentionstaff 2023-01-04 11:41:22 CET
When using a protected repository it is common atm to put username:password into a deb repo definition into a /etc/apt/sources.list.d/*list.
The line are generated by UCRVs documented in https://docs.software-univention.de/developer-reference/5.0/en/repositories.html#integrate-with-ucsucr

This attempt now generates a warning during "apt update":

N: Die Verwendung von apt_auth.conf(5) sollte gegenüber der Methode bevorzugt werden, Login-Informationen direkt in den sources.list(5)-Abschnitt für »https://service.software-univention.de/
univention-repository/apt/99999/5.0/maintained/component« einzutragen.
N: Die Verwendung von apt_auth.conf(5) sollte gegenüber der Methode bevorzugt werden, Login-Informationen direkt in den sources.list(5)-Abschnitt für »https://service.software-univention.de/
univention-repository/apt/99999/5.0/maintained/component« einzutragen.


this affects our own customer repositories as well as protected repos used by partners like OX or Kopano.