1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00
samba-mirror/source3/rpc_server
Volker Lendecke f9e87b9ba6 r3705: Nobody has commented, so I'll take this as an ack...
abartlet, I'd like to ask you to take a severe look at this!

We have solved the problem to find the global groups a user is in twice: Once
in auth_util.c and another time for the corresponding samr call. The attached
patch unifies these and sends them through the passdb backend (new function
pdb_enum_group_memberships). Thus it gives pdb_ldap.c the chance to further
optimize the corresponding call if the samba and posix accounts are unified by
issuing a specialized ldap query.

The parameter to activate this ldapsam behaviour is

ldapsam:trusted = yes

Volker
(This used to be commit b94838aff1)
2007-10-10 10:53:15 -05:00
..
srv_dfs_nt.c Formatting reformat before I start to change anything here. 2004-03-10 01:32:26 +00:00
srv_dfs.c Attempt at fixing bug #283. There however is no solution. 2003-08-14 21:14:28 +00:00
srv_echo_nt.c A new RPC pipe! The \pipe\echo named pipe is for testing large RPC 2003-04-11 04:09:14 +00:00
srv_echo.c jeremy foo 2003-08-14 22:17:07 +00:00
srv_lsa_ds_nt.c Fix up name canonicalization (needed for krb5 keytab support later). 2004-01-30 18:38:48 +00:00
srv_lsa_ds.c getting rid of copmpiler warning 2003-08-28 20:48:04 +00:00
srv_lsa_hnd.c Fix more 64-bit printf warnings. 2003-11-03 14:34:25 +00:00
srv_lsa_nt.c r1340: _samr_lookupsids with more than 32 (MAX_REF_DOMAINS) SIDs failed. This 2007-10-10 10:52:07 -05:00
srv_lsa.c split some security related functions in their own files. 2003-10-06 01:38:46 +00:00
srv_netlog_nt.c r2761: Print the decrypted, not encrypted key. 2007-10-10 10:52:51 -05:00
srv_netlog.c r991: Allow winbindd to use the domain trust account password 2007-10-10 10:51:53 -05:00
srv_pipe_hnd.c r1414: Memory leak fixes found by valgrind whilst checking the password history code. 2007-10-10 10:52:11 -05:00
srv_pipe.c r1492: Rework our random number generation system. 2007-10-10 10:52:13 -05:00
srv_reg_nt.c convert snprintf() calls using pstrings & fstrings 2003-07-23 12:33:59 +00:00
srv_reg.c Attempt at fixing bug #283. There however is no solution. 2003-08-14 21:14:28 +00:00
srv_samr_nt.c r3705: Nobody has commented, so I'll take this as an ack... 2007-10-10 10:53:15 -05:00
srv_samr_util.c r1171: Patch from "Lu, Jianliang" <Jianliang.Lu@getronics.com> to 2007-10-10 10:51:58 -05:00
srv_samr.c * fix RemoveSidForeignDomain() ; bug 252 2003-12-04 03:35:46 +00:00
srv_spoolss_nt.c r3069: add 'force printername' service parameter for people that want to enforce printername == sharename for spoolss printing 2007-10-10 10:53:00 -05:00
srv_spoolss.c it never amazes me when some new things crawls out of the windows 2003-08-23 03:34:24 +00:00
srv_srvsvc_nt.c r1115: Fix for #1427. Catch bad path errors at the right point. Ensure all 2007-10-10 10:51:56 -05:00
srv_srvsvc.c Attempt at fixing bug #283. There however is no solution. 2003-08-14 21:14:28 +00:00
srv_util.c r3705: Nobody has commented, so I'll take this as an ack... 2007-10-10 10:53:15 -05:00
srv_wkssvc_nt.c Removed strupper/strlower macros that automatically map to strupper_m/strlower_m. 2003-07-03 19:11:31 +00:00
srv_wkssvc.c Attempt at fixing bug #283. There however is no solution. 2003-08-14 21:14:28 +00:00