Skip to content
Discussion options

You must be logged in to vote

Access control is operated on the nfs server, which needs to be able to map the incoming principals to a user.

When using gssproxy on the server this is done via the getlocalname() interface and idmap.conf is completely ignored (because libidmap is not thread safe and implements many things incorrectly, so I decided not to add support for it). Additionally idmap was always superfluous because kerberos already has a mapping mechanism, and I chose to be consistent system-wide rather than cater for different overrides just for nfs (which can still be done by giving a dedicated krb5.conf file to the nfs server anyway).

You can map principals to local users in krb5.conf if you have special rul…

Replies: 3 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@simo5
Comment options

simo5 May 1, 2024
Maintainer

Answer selected by simo5
@trupf
Comment options

@simo5
Comment options

simo5 May 3, 2024
Maintainer

Comment options

You must be logged in to vote
1 reply
@simo5
Comment options

simo5 May 3, 2024
Maintainer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #99 on April 30, 2024 21:15.