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

Adding nss_wrapper support #197

Open
wants to merge 14 commits into
base: develop
Choose a base branch
from

Conversation

dhenry123
Copy link

It is no longer necessary to rebuild container if you need to start container with specific or arbitrary user/group (the default values will be retained: UID 1001 & GID 1001)

To start this container with your user/group, simply add -u [UID]:[GID] to the docker start command.

see /README-NSS_WRAPPER.md

+++

dHENRY added 2 commits April 8, 2024 20:23
It is no longer necessary to rebuild container if you need to start container with specific or arbitrary user/group (the default values will be retained: UID 1001 & GID 1001)

To start this container with your user/group, simply add -u [UID]:[GID] to the docker start command.

see /README-NSS_WRAPPER.md
@Ravinou
Copy link
Owner

Ravinou commented May 9, 2024

image

Home directory is 1001:1001 so SSH connexion failed with : sshd Authentication refused: bad ownership or modes for directory /home/.

Everything else seems to work, though

dHENRY added 4 commits August 19, 2024 09:19
It is no longer necessary to rebuild container if you need to start container with specific or arbitrary user/group (the default values will be retained: UID 1001 & GID 1001)

To start this container with your user/group, simply add -u [UID]:[GID] to the docker start command.

see /README-NSS_WRAPPER.md
- ok but when starting shell i got I have no name!@borgwarehouse-c7689c54-96m4w
- id : ok
- whoami: ok
- borgwarehouse operations: ok
Ravinou and others added 8 commits September 1, 2024 14:57
hotfix: 🚑 compatibility with installations behind .htaccess/.htpasswd…
It is no longer necessary to rebuild container if you need to start container with specific or arbitrary user/group (the default values will be retained: UID 1001 & GID 1001)

To start this container with your user/group, simply add -u [UID]:[GID] to the docker start command.

see /README-NSS_WRAPPER.md
It is no longer necessary to rebuild container if you need to start container with specific or arbitrary user/group (the default values will be retained: UID 1001 & GID 1001)

To start this container with your user/group, simply add -u [UID]:[GID] to the docker start command.

see /README-NSS_WRAPPER.md
- ok but when starting shell i got I have no name!@borgwarehouse-c7689c54-96m4w
- id : ok
- whoami: ok
- borgwarehouse operations: ok
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

Successfully merging this pull request may close these issues.

2 participants