1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-03 04:22:09 +03:00

s4:ldap_server: don't call ldb_req_mark_untrusted() on the privileged ldapi socket

metze
This commit is contained in:
Stefan Metzmacher
2010-12-01 12:18:21 +01:00
parent 9a1fb1351f
commit b85a0d9297
3 changed files with 21 additions and 8 deletions

View File

@ -41,6 +41,7 @@ struct ldapsrv_connection {
} sockets;
bool global_catalog;
bool is_privileged;
struct {
int initial_timeout;