diff options
author | Gerald Carter <jerry@samba.org> | 2004-04-13 14:52:13 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 10:51:13 -0500 |
commit | 42bdc37e94adb4bed0658c569cf484060527481c (patch) | |
tree | b274acd55f58a6916e8eedadb4460b45977fea14 /source3 | |
parent | 8ad3d8c9b065f3a2040beff801bdc9dceac868a8 (diff) | |
download | samba-42bdc37e94adb4bed0658c569cf484060527481c.tar.gz samba-42bdc37e94adb4bed0658c569cf484060527481c.tar.bz2 samba-42bdc37e94adb4bed0658c569cf484060527481c.zip |
r197: mistaken merge from trunk
(This used to be commit 6b18012dc8fe92a296c46a12214622d56e1f3fd8)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/nsswitch/wb_client.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/nsswitch/wb_client.c b/source3/nsswitch/wb_client.c index 32dfc8deca..5d43139245 100644 --- a/source3/nsswitch/wb_client.c +++ b/source3/nsswitch/wb_client.c @@ -619,6 +619,8 @@ BOOL winbind_delete_group( const char *group ) } /***********************************************************************/ +#if 0 /* not needed currently since winbindd_acct was added -- jerry */ + /* Call winbindd to convert SID to uid. Do not allocate */ BOOL winbind_sid_to_uid_query(uid_t *puid, const DOM_SID *sid) @@ -689,5 +691,7 @@ BOOL winbind_sid_to_gid_query(gid_t *pgid, const DOM_SID *sid) return (result == NSS_STATUS_SUCCESS); } +#endif /* JERRY */ + /***********************************************************************/ |