1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/source4/ldap_server
Matthieu Patou 1521bb95a7 dsdb-schema: do not reload more often than schema_reload_interval
Samba 4 use to try to reload the schema every time dsdb_get_schema was
called (which could be 20+ time per ldb request). Now we only reload at
most every xx seconds (xx being the value of dsdb:"schema_reload_interval"
 or 120). The timestamp of the last reloaded schema is kept in the
 dsdb_schema object. There is also a timestamp in the ldb_context, that
 is used by the LDAP server to know if it has to reload the schema after
 handling the request. This is used to allow that the schema will be
 immediately reload after a schemaUpdateNow request has been issued, the
 reload can't occur in the handling of the LDAP request itself because
 we have a transaction autostarted.
2012-06-22 23:16:04 -07:00
..
devdocs
ldap_backend.c dsdb-schema: do not reload more often than schema_reload_interval 2012-06-22 23:16:04 -07:00
ldap_bind.c gensec: move event context from gensec_*_init() to gensec_update() 2011-10-18 13:13:33 +11:00
ldap_extended.c libcli/util Rename common map_nt_error_from_unix to avoid duplicate symbol 2011-06-20 08:12:03 +02:00
ldap_server.c lib/param: Create a seperate server role for "active directory domain controller" 2012-06-15 09:18:33 +02:00
ldap_server.h s4:ldap_server: don't call ldb_req_mark_untrusted() on the privileged ldapi socket 2010-12-13 15:32:04 +01:00
wscript_build Introduce system MIT krb5 build with --with-system-mitkrb5 option. 2012-05-23 17:51:50 +03:00