mirror of
https://github.com/samba-team/samba.git
synced 2025-01-08 21:18:16 +03:00
3f2ca10d2d
Templates just don't belong in the sam.ldb, as they don't obey any of
the other rules. This moves them to a seperate templates.ldb.
In samldb, this patch reworks the duplicate SID and Name detection
code, to use ldb_search_exp_fmt() rather than gendb_search. This
returns far more useful errors, which we now handle and report better.
The call to samdb_search_for_parent_domain() has been moved in samldb,
to allow both the account and SID uniqueness checks to be in the same
domain. This function also returns better errors.
dcesrv_drsuapi.c is updated for the new prototype of
samdb_search_for_parent_domain()
Andrew Bartlett
(This used to be commit
|
||
---|---|---|
.. | ||
common | ||
drsuapi | ||
echo | ||
epmapper | ||
lsa | ||
netlogon | ||
remote | ||
samr | ||
spoolss | ||
srvsvc | ||
unixinfo | ||
winreg | ||
wkssvc | ||
config.mk | ||
dcerpc_server.c | ||
dcerpc_server.h | ||
dcesrv_auth.c | ||
dcesrv_mgmt.c | ||
handles.c | ||
service_rpc.c |