Variable: eshell-ange-ls-uids
eshell-ange-ls-uids is a customizable variable defined in
esh-util.el.gz.
Value
nil
Documentation
List of user/host/id strings, used to determine remote ownership.
Source Code
;; Defined in /usr/src/emacs/lisp/eshell/esh-util.el.gz
(defcustom eshell-ange-ls-uids nil
"List of user/host/id strings, used to determine remote ownership."
:type '(repeat (cons :tag "Host for User/UID map"
(string :tag "Hostname")
(repeat (cons :tag "User/UID List"
(string :tag "Username")
(repeat :tag "UIDs" string))))))