diff options
author | Anatoliy Atanasov <anatoliy.atanasov@postpath.com> | 2010-05-04 11:49:18 +0200 |
---|---|---|
committer | Anatoliy Atanasov <anatoliy.atanasov@postpath.com> | 2010-05-04 18:32:18 +0200 |
commit | f84aeea7399eec38f7906dedaf3652af48c3d184 (patch) | |
tree | 1bd0d1f8757053ab5b2fa779d5c5464626b42994 /source4/lib/ldb/include | |
parent | bcdaa23798f74cdec8973201a849f562929ea416 (diff) | |
download | samba-f84aeea7399eec38f7906dedaf3652af48c3d184.tar.gz samba-f84aeea7399eec38f7906dedaf3652af48c3d184.tar.bz2 samba-f84aeea7399eec38f7906dedaf3652af48c3d184.zip |
s4/rodc: Support read-only database
Check on modify if we are RODC and return referral.
On the ldap backend side now we pass context and ldb_modify_default_callback
to propagate the referral error to the client.
Diffstat (limited to 'source4/lib/ldb/include')
-rw-r--r-- | source4/lib/ldb/include/ldb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/lib/ldb/include/ldb.h b/source4/lib/ldb/include/ldb.h index fc5d47ac32..b644b995ac 100644 --- a/source4/lib/ldb/include/ldb.h +++ b/source4/lib/ldb/include/ldb.h @@ -1017,6 +1017,7 @@ int ldb_search_default_callback(struct ldb_request *req, struct ldb_reply *ares) */ int ldb_op_default_callback(struct ldb_request *req, struct ldb_reply *ares); +int ldb_modify_default_callback(struct ldb_request *req, struct ldb_reply *ares); /** Helper function to build a search request |