I configured an automount location in my freeipa:

#>automount -m

autofs dump map information
===========================

global options: none configured

Mount point: /-

source(s):
100000000|lookup_read_map: lookup(sss): getautomntent_r: No such file or 
directory
  failed to read map


Mount point: /Share

source(s):

  instance type(s): sss 
  map: auto.public

  public | -fstype=nfs4,rw.sec=krb5,soft,rsize=8192,rsize=8192 nfs.example.com:/

The /etc/exports on my nfs server looks as follows:

/export/data *(rw,fsid=0,sec=krb5:krb5i:krb5p)

When I mount the nfs share with the root user on the client:

kinit <user>
mount -vvv -t nfs4 -o sec=krb5 idefix.example.com:/ /Share

The root user can access the files mounted on the /Share directory
But the <user> itself get the message:
"access denied"

automount the share on the directory failed. Nothing is mounted.

Any hints to solve this will be appreciated!
_______________________________________________
FreeIPA-users mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedorahosted.org/archives/list/[email protected]

Reply via email to