89luca89 / distrobox

Use any linux distribution inside your terminal. Enable both backward and forward compatibility with software and freedom to use whatever distribution you’re more comfortable with. Mirror available at: https://gitlab.com/89luca89/distrobox
https://distrobox.it/
GNU General Public License v3.0
9.41k stars 384 forks source link

enter: Fix support for Active Directory usernames including backslashes pt. 2 #1458

Closed phoppermann closed 1 week ago

phoppermann commented 1 week ago

When the container_command_user contains a backslash, it must be quoted for getent passwd (otherwise getent passwd returns nothing).

see https://github.com/89luca89/distrobox/commit/7473298ee692e5ac2e331fab4fac856c99d6e768

89luca89 commented 1 week ago

Thanks @phoppermann for the fix!