Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Avoid LDAP hit during completion
- X-seq: zsh-users 8982
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: Avoid LDAP hit during completion
- Date: Wed, 08 Jun 2005 02:49:39 +0000
- In-reply-to: <Pine.OSX.4.58.0506071830240.4349@xxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <FFF88236-D978-451E-8149-E994EFAB420F@xxxxxxx> <200506070926.j579QW1R022316@xxxxxxxxxxxxxx> <2BEEA527-E202-4FC2-BF10-EEF108F473DB@xxxxxxx> <1e7d10fea1822db04c209365d48db60f@xxxxxxx> <99F1A6E4-08F6-4815-BBF4-5047F5E764DA@xxxxxxxxxxxxxxxx> <Pine.OSX.4.58.0506071830240.4349@xxxxxxxxxxxxxxx>
On Jun 7, 6:32pm, William Scott wrote:
}
} Maybe it would be easiest to reset the $userdirs array to something
} tractable.
userdirs is read-only, and automatically populated by the zsh/parameter
module. As I said, there's no easy workaround, particularly if zsh has
been compiled to use NIS; it's worse if the default system getpwent()
is implemented to do more than just read /etc/passwd, though I don't
know for of any specific case where this occurs.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author