mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +03:00
7c34de8096
domains, this patch ensures that we always use the ADS backend when security=ADS, and the remote server is capable. The routines used for this behaviour have been upgraded to modern Samba codeing standards. This is a change in behaviour for mixed mode domains, and if the trusted domain cannot be reached with our current krb5.conf file, we will show that domain as disconnected. This is in line with existing behaviour for native mode domains, and for our primary domain. As a consequence of testing this patch, I found that our kerberos error handling was well below par - we would often throw away useful error values. These changes move more routines to ADS_STATUS to return kerberos errors. Also found when valgrinding the setup, fix a few memory leaks. While sniffing the resultant connections, I noticed we would query our list of trusted domains twice - so I have reworked some of the code to avoid that. Andrew Bartlett |
||
---|---|---|
.. | ||
cmd_dfs.c | ||
cmd_ds.c | ||
cmd_echo.c | ||
cmd_lsarpc.c | ||
cmd_netlogon.c | ||
cmd_reg.c | ||
cmd_samr.c | ||
cmd_shutdown.c | ||
cmd_spoolss.c | ||
cmd_srvsvc.c | ||
cmd_wkssvc.c | ||
display_sec.c | ||
rpcclient.c | ||
rpcclient.h |