keybase / keybase/keybase-issues

uidmap with AD username format

Open
#4,193 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
No language data
Stars
899
Forks
40
PR merge metrics
No merged PRs in 30d

Description

Hi, we are using uidmap for our rootless docker installation. The format of our AD user is DOMAIN\USERNAME. When this format is added to the subuid and subgid file it does not recognise the username format.

rootless dokcer suggests this uidmap entry format for us:
DOMAINUSERNAME:100000:65536

But this does not work

The only way that we are able to get the subuid and gid requirements fullfilled for rootless docker is to have these 2 entries together:

DOMAINUSERNAME:100000:65536
DOMAIN\USERNAME:100000:65536

Any explanation for that?

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by reproducing the uidmap behavior with rootless Docker and DOMAIN/USERNAME entries in the subuid and subgid files. Trace how the username formats are resolved and document or correct the behavior so the required configuration is clear and consistently recognized.

Written by the indexing model from the issue text.

Assessment

Tech stack
docker
Domain
devops
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.