-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
s3/lib/idmap_cache - don't cache Unix account sids
Local unix users and groups are implicitly mapped with a special samba SID prefix. This means that queries for instance for S-1-22-1-3000 will resolve to UID 3000 and generate a reverse UID to SID mapping that overwrites any prior one retrieved via passdb. This commit prevents us from storing the reverse mapping for these account SIDs in gencache to avoid pollution.
- Loading branch information
Showing
2 changed files
with
11 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters