diff options
author | Andrew Tridgell <tridge@samba.org> | 2001-12-04 06:17:39 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2001-12-04 06:17:39 +0000 |
commit | 8e8ce079b8c54b257111537d487a5419ce0d1479 (patch) | |
tree | 9938c5011a2259b69f576acb6e6fe687a9be5945 /source3/nsswitch/winbindd_proto.h | |
parent | de98a82052f7f8dbd0785d8d5e26f84e19c32252 (diff) | |
download | samba-8e8ce079b8c54b257111537d487a5419ce0d1479.tar.gz samba-8e8ce079b8c54b257111537d487a5419ce0d1479.tar.xz samba-8e8ce079b8c54b257111537d487a5419ce0d1479.zip |
added a query_user backend
fixed a winbindd crash when the group membership can't be looked up
(This used to be commit 088f4cc5be4a1a38781e4d019146d53993ed8c6f)
Diffstat (limited to 'source3/nsswitch/winbindd_proto.h')
-rw-r--r-- | source3/nsswitch/winbindd_proto.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/nsswitch/winbindd_proto.h b/source3/nsswitch/winbindd_proto.h index 260985ec58..1d553fdceb 100644 --- a/source3/nsswitch/winbindd_proto.h +++ b/source3/nsswitch/winbindd_proto.h @@ -145,9 +145,6 @@ BOOL winbindd_lookup_sid_by_name(struct winbindd_domain *domain, BOOL winbindd_lookup_name_by_sid(DOM_SID *sid, fstring name, enum SID_NAME_USE *type); -BOOL winbindd_lookup_userinfo(struct winbindd_domain *domain, - TALLOC_CTX *mem_ctx, uint32 user_rid, - SAM_USERINFO_CTR **user_info); BOOL winbindd_lookup_usergroups(struct winbindd_domain *domain, TALLOC_CTX *mem_ctx, uint32 user_rid, uint32 *num_groups, |