On Thursday 18 September 2008 00:20, Tito wrote: > Hi, > i'm posting a drop in replacement for id that summarizes my current progress > in making id SuSv3 compliant and in a working implementation of > llist *bb_getgrouplist(). The latter at the moment is not using parse_config > stuff as in my tests in this specific case it led to bigger size, but this > could be due to > my limited skills.
I just committed the version which uses getgrouplist() and thus should work even on glibc systems with LDAP-based user database etc. Implemented getgrouplist() in libpwdgrp, so CONFIG_USE_BB_PWD_GRP=y works. CONFIG_USE_BB_PWD_GRP=n + uclibc doesn't work yet, uclibc does not have getgrouplist(). Please take a look at current svn. -- vda _______________________________________________ busybox mailing list [email protected] http://busybox.net/cgi-bin/mailman/listinfo/busybox
