From c3487b00dd1dde7fa0511211f466acc1c05d8f3d Mon Sep 17 00:00:00 2001 From: Luke Leighton Date: Fri, 9 Jun 2000 01:26:42 +0000 Subject: reverted jeremy's changes that removed NET_USER_INFO_3. will you please not just undercut work in progress, thank you. (This used to be commit 86d440a88c948727bfcfedc694c52c58f9687d8b) --- source3/passdb/passdb.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/passdb') diff --git a/source3/passdb/passdb.c b/source3/passdb/passdb.c index 12c6e1ca4e..957ba06874 100644 --- a/source3/passdb/passdb.c +++ b/source3/passdb/passdb.c @@ -1214,6 +1214,7 @@ BOOL lookup_local_name(char *domain, char *user, DOM_SID *psid, uint8 *psid_name return True; } +#if 0 /**************************************************************************** Create a list of SIDS for a user - primary and group. This is really the wrong way to do this and needs to go via winbind. JRA. @@ -1242,3 +1243,4 @@ BOOL setup_user_sids(user_struct *vuser) return True; } +#endif -- cgit