mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
24186a80eb
Kerberos CCACHE into the system.
This again allows the use of the system ccache when no username is
specified, and brings more code in common between gensec_krb5 and
gensec_gssapi.
It also has a side-effect that may (or may not) be expected: If there
is a ccache, even if it is not used (perhaps the remote server didn't
want kerberos), it will change the default username.
Andrew Bartlett
(This used to be commit
|
||
---|---|---|
.. | ||
config.mk | ||
group.c | ||
idmap.c | ||
PLAN | ||
policy.c | ||
README | ||
registry.c | ||
samba3.c | ||
samba3.h | ||
samba3dump.c | ||
secrets.c | ||
share_info.c | ||
smbpasswd.c | ||
tdbsam.c | ||
upgrade.c | ||
winsdb.c |
This directory contains various files and functions for the purpose of Samba3 import, migration and compatibility. For example, the first file in this directory (smbpasswd.c) handles portions of the smbpasswd file format. The other files in this directory support reading the various TDB databases from Samba3.