This is the mail archive of the glibc-bugs@sources.redhat.com 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]

[Bug nscd/489] nscd problem with multiple passwd databases


------- Additional Comments From nneul at umr dot edu  2005-03-18 14:53 -------
>From a quick looking over of the code, this looks like it would be pretty
trivial to fix. 

In connections.c, nscd.c, nscd.h, and nscd_conf.c:

   split 'pwddb' into 'pwddb_name', 'pwddb_uid'
   define two databases instead of one in dbs[]
   use the specific db in serv2db instead of 'pwddb'
   probably also need small mod in invalidate_cache

something similar should probably be put in for hosts and groups, although not
nearly as likely to be a problem for groups. 

-- 


http://sources.redhat.com/bugzilla/show_bug.cgi?id=489

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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