Re: uid and gid values in the sftp protocol

From: Simon Tatham (anakin_at_pobox.com)
Date: 08/27/04

  • Next message: Richard E. Silverman: "Re: SSH1 vs. SSH2"
    Date: 26 Aug 2004 23:35:35 +0100 (BST)
    
    

    Steve Turner <bbqboyee@H2OlooWoodworks.com> wrote:
    > The SFTP protocol can send the integer uid and gid values for a file
    > back to a requesting client in an SSH_FXP_ATTRS packet, but I can see no
    > way for the client to map those integers to the human-readable string
    > that makes sense for the file as it exists on the server. The uid/gid
    > values for user "foo" need not be the same on both the client and the
    > server, so I can't see how a generic SFTP client can properly display
    > those values as meaningful strings. Any plans to offer a protocol
    > extension that will allow the mapping of uid/gid values to the correct
    > names?

    I proposed one on the ietf-ssh mailing list in 2001:

      http://www.tartarus.org/~simon/ssh/draft-sftp-userdb-00.txt

    Nobody seemed terribly interested at the time, although there was
    some follow-up discussion on this list in November 2001 (check the
    archives at ftp://ftp.ietf.org/ietf-mail-archive/secsh/ ).

    -- 
    Simon Tatham         "Imagine what the world would be like if
    <anakin@pobox.com>    there were no hypothetical situations..."
    

  • Next message: Richard E. Silverman: "Re: SSH1 vs. SSH2"