summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_setgrent.c
Commit message (Collapse)AuthorAgeFilesLines
* s3:winbind: Improve logging in winbindd_setgrent.cPavel Filipenský2022-07-151-0/+7
| | | | | | | Test scenario: id ADDOMAIN/alice Signed-off-by: Pavel Filipenský <pfilipen@redhat.com> Reviewed-by: Andreas Schneider <asn@samba.org>
* winbind: call lp_winbind_enum_{users,groups}() already in set{pw,gr}ent()Stefan Metzmacher2018-02-231-0/+5
| | | | | | | | | | | | This way we don't keep winbindd_cli_state->{pw,gr}ent_state arround forever, if the client forgets an explicit end{pw,gr}ent(). This allows client_is_idle() return true in more cases. BUG: https://bugzilla.samba.org/show_bug.cgi?id=13293 Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org>
* s3:winbind: Convert the getgrent functions to the new APIVolker Lendecke2009-08-291-0/+55