1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00
samba-mirror/source3/passdb
Dan Sledz be1dfff02d It appears that the first time we see a uid/gid that winbind can't map,
we end up returning the null sid instead of falling back to the legacy
code.  Next time through the code we'll hit the negative cache and do
the right thing, but we still fail the first time.

If we fail the winbind id to sid mapping, call the legacy version.  This
catches the case where we don't have a negative cache entry for the mapping.
This is better than returning the NULL sid to the caller.
2009-03-02 16:50:19 -08:00
..
login_cache.c s3:passdb: put login_cache.tdb into cache_dir, not lock_dir. 2009-01-16 01:02:22 +01:00
lookup_sid.c It appears that the first time we see a uid/gid that winbind can't map, 2009-03-02 16:50:19 -08:00
machine_sid.c Use common util_file code. 2008-10-12 17:34:43 +02:00
passdb.c s3: Added new parameter "map untrusted to domain" 2009-02-12 13:55:44 -08:00
pdb_compat.c Replace sid_string_static by sid_string_dbg in DEBUGs 2007-12-15 22:09:36 +01:00
pdb_get_set.c Fix some nonempty blank lines 2009-02-08 13:53:49 +01:00
pdb_interface.c Fix a typo 2009-02-21 12:54:34 +01:00
pdb_ldap.c Fix printf warnings found on systems where time_t <> long int. 2009-02-19 13:36:20 -08:00
pdb_nds.c RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
pdb_smbpasswd.c Fix bug #6035 - Possible race between fcntl F_SETLKW and alarm delivery. 2009-01-14 13:17:38 -08:00
pdb_tdb.c Fix bug #6117 - Samba 3.3.0: pdbedit -a core dumps. 2009-02-17 13:43:58 -08:00
pdb_wbc_sam.c Fix an incompatible pointer passed to winbind_get_groups 2009-02-25 13:04:19 +01:00
secrets.c Use libutil genrand. 2008-10-23 18:46:35 +02:00
util_builtin.c RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
util_unixsids.c Make us clean under valgrind --leak-check=full by using talloc_autofree_context() instead of NULL. 2008-11-06 20:48:13 -08:00
util_wellknown.c Replace sid_string_static by sid_string_dbg in DEBUGs 2007-12-15 22:09:36 +01:00