This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
On Wed, May 28, 2014 at 08:32:16PM +0200, OndÅej BÃlka wrote:
> Now it caches negative responses but getent netgroup group does not
> write anything. /etc/netgroup that I used is following:
>
> group (who,are,you)
> powerusers (,miquels,) (,torvalds,) (,fubar,)
> ourhosts (enterprise,,) (laforge,,) (Q,,)
getent not writing anything to stdout implies that the netgroup was
not found. I assume you're querying with the netgroup name:
getent netgroup powerusers
which should give:
powerusers (,miquels,) (,torvalds,) (,fubar,)
Siddhesh
Attachment:
pgpsy15Yn7YYY.pgp
Description: PGP signature
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |