diff options
author | Jeremy Allison <jra@samba.org> | 2001-12-14 21:51:09 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2001-12-14 21:51:09 +0000 |
commit | 43e325d99167179cb7000451e252dcde7f0eb1a0 (patch) | |
tree | 05bf8e3364d4d4d91ea9c036757bfb15faca26e0 /source3/nsswitch | |
parent | d6b2d2867343cab82937aec791708baba37aef1f (diff) | |
download | samba-43e325d99167179cb7000451e252dcde7f0eb1a0.tar.gz samba-43e325d99167179cb7000451e252dcde7f0eb1a0.tar.bz2 samba-43e325d99167179cb7000451e252dcde7f0eb1a0.zip |
Added the group enum code from 2.2
Jeremy.
(This used to be commit 59e01a22c5cb1046758c8cd6b09333c19d6cd26e)
Diffstat (limited to 'source3/nsswitch')
-rw-r--r-- | source3/nsswitch/winbindd_proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/nsswitch/winbindd_proto.h b/source3/nsswitch/winbindd_proto.h index 9de38a3543..d50469d978 100644 --- a/source3/nsswitch/winbindd_proto.h +++ b/source3/nsswitch/winbindd_proto.h @@ -26,6 +26,7 @@ struct cache_entry *centry_start(struct winbindd_domain *domain, NTSTATUS status /* The following definitions come from nsswitch/winbindd_cm.c */ +void cm_init_creds(struct ntuser_creds *creds); CLI_POLICY_HND *cm_get_lsa_handle(char *domain); CLI_POLICY_HND *cm_get_sam_handle(char *domain); CLI_POLICY_HND *cm_get_sam_dom_handle(char *domain, DOM_SID *domain_sid); |