pastebin - collaborative debugging tool
rovema.kpaste.net RSS


Attempt to set correct user/group for new files
Posted by Anonymous on Wed 11th Oct 2023 15:39
raw | new post
view followups (newest first): Attempt to set correct user/group for new files by Anonymous

  1. # Attempt to set correct user/group for new files
  2. #
  3. # on client:
  4. # $ touch UUUU
  5. #
  6. # idmapd on server sees this;
  7. # Oct 11 16:29:32 derfwpc5131 rpc.idmapd[2054700]: nss_getpwnam: name 'openldap@global.loc' domain 'global.loc': resulting localname 'openldap'
  8. # Oct 11 16:29:32 derfwpc5131 rpc.idmapd[2054700]: Server : (user) name "openldap@global.loc" -> id "123"
  9. # Oct 11 16:29:32 derfwpc5131 rpc.idmapd[2054700]: Server : (group) name "openldap@global.loc" -> id "131"
  10. #
  11. # but ls -l returns this:
  12. # root@derfwpc5131:~# ls -l  /home/rmainz/tmp/allwrite/UUUUU
  13. # -rw-r--r-- 1 nobody 4294967294 0 Oct 11 16:34 /home/rmainz/tmp/allwrite/UUUUU
  14.  
  15. diff --git a/daemon/open.c b/daemon/open.c
  16. index e59939b..da33737 100644
  17. --- a/daemon/open.c
  18. +++ b/daemon/open.c
  19. @@ -787,6 +787,11 @@ static int handle_open(nfs41_upcall *upcall)
  20.          createattrs.attrmask.count = 2;
  21.          createattrs.attrmask.arr[0] = FATTR4_WORD0_HIDDEN | FATTR4_WORD0_ARCHIVE;
  22.          createattrs.attrmask.arr[1] = FATTR4_WORD1_MODE | FATTR4_WORD1_SYSTEM;
  23. +#if 1
  24. +        createattrs.attrmask.arr[1] |= FATTR4_WORD1_OWNER | FATTR4_WORD1_OWNER_GROUP;
  25. +        createattrs.owner = "openldap@global.loc";
  26. +        createattrs.owner_group = "openldap@global.loc";
  27. +#endif
  28.          createattrs.mode = args->mode;
  29.          createattrs.hidden = args->file_attrs & FILE_ATTRIBUTE_HIDDEN ? 1 : 0;
  30.          createattrs.system = args->file_attrs & FILE_ATTRIBUTE_SYSTEM ? 1 : 0;

Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.

Syntax highlighting:

To highlight particular lines, prefix each line with {%HIGHLIGHT}




All content is user-submitted.
The administrators of this site (kpaste.net) are not responsible for their content.
Abuse reports should be emailed to us at