1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00
samba-mirror/source3/auth
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
..
auth_builtin.c Put strcasecmp/strncasecmp on the banned list (except for needed calls 2003-10-22 23:38:20 +00:00
auth_compat.c updated the 3.0 branch from the head branch - ready for alpha18 2002-07-15 10:35:28 +00:00
auth_domain.c r2086: fix bug with winbindd_getpwnam() caused by Microsoft DC's not filling in the username in the user_info3 2007-10-10 10:52:31 -05:00
auth_ntlmssp.c r69: Global rename of 'nt_session_key' -> 'user_session_key'. The session key could 2007-10-10 10:51:06 -05:00
auth_rhosts.c More tuning from cachegrind. Change most trim_string() calls to trim_char(0, 2003-09-05 19:59:55 +00:00
auth_sam.c r1780: Remove the UTC comment as it isn't. 2007-10-10 10:52:20 -05:00
auth_server.c BUG 1165, 1126: Fix bug with secondary groups (security = ads) and winbind use default domain = yes 2004-03-16 16:41:54 +00:00
auth_unix.c BUG 1165, 1126: Fix bug with secondary groups (security = ads) and winbind use default domain = yes 2004-03-16 16:41:54 +00:00
auth_util.c r3705: Nobody has commented, so I'll take this as an ack... 2007-10-10 10:53:15 -05:00
auth_winbind.c r3616: Merge for 3.0.8. 2007-10-10 10:53:10 -05:00
auth.c r1492: Rework our random number generation system. 2007-10-10 10:52:13 -05:00
pampass.c r2703: Fix typo noticed by Igor Belyi <sambauser@katehok.ac93.org> 2007-10-10 10:52:49 -05:00
pass_check.c r2899: Change some #if DEBUG_PASSWORD's to #ifdef DEBUG_PASSWORD. 2007-10-10 10:52:56 -05:00