Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s3:winbind: Improve logging in winbindd_setgrent.c | Pavel Filipenský | 2022-07-15 | 1 | -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 Metzmacher | 2018-02-23 | 1 | -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 API | Volker Lendecke | 2009-08-29 | 1 | -0/+55 |