This is the mail archive of the libc-help@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]

Re: NSS with SUCCESS=continue


> ?Wouldn't this actually be the same as group: mysql files?
Yes, I think but in practice it is not the case so maybe
SUCCESS=continue don't work like I think (ie : it must override value
found in previous service ONLY if value is found in service actually
tested. If not, it must return value of previous tested service) or
maybe it's a bug.

Here another example to show the differences :

-------------------------------------
 group:          files [SUCCESS=continue] mysql

$ getent group postdrop
$ getent -s mysql group postdrop
$ getent -s files group postdrop
postdrop:x:105:
-------------------------------------
group:          mysql files

$ getent group postdrop
postdrop:x:105:
$ getent -s mysql group postdrop
$ getent -s files group postdrop
postdrop:x:105:
-------------------------------------

Sylvain


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]