diff options
author | Luke Leighton <lkcl@samba.org> | 2000-06-09 01:26:42 +0000 |
---|---|---|
committer | Luke Leighton <lkcl@samba.org> | 2000-06-09 01:26:42 +0000 |
commit | c3487b00dd1dde7fa0511211f466acc1c05d8f3d (patch) | |
tree | c119d02a6050a31c46b353c0d3720ec8ed49d397 /source3/passdb | |
parent | a62d17dc618f3de641341118af02fb43b6cb7e6a (diff) | |
download | samba-c3487b00dd1dde7fa0511211f466acc1c05d8f3d.tar.gz samba-c3487b00dd1dde7fa0511211f466acc1c05d8f3d.tar.xz samba-c3487b00dd1dde7fa0511211f466acc1c05d8f3d.zip |
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)
Diffstat (limited to 'source3/passdb')
-rw-r--r-- | source3/passdb/passdb.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 |