Searched refs:olddn (Results 1 - 25 of 102) sorted by relevance

12345

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/dsdb/samdb/ldb_modules/
H A Dsubtree_rename.c35 struct ldb_dn *olddn; member in struct:subren_msg_store
123 ac->current->olddn,
158 if (ldb_dn_compare(ares->message->dn, ac->list->olddn) == 0) {
174 store->olddn = talloc_steal(store, ares->message->dn);
175 store->newdn = ldb_dn_copy(store, store->olddn);
178 ldb_dn_get_comp_num(ac->list->olddn))) {
220 if (ldb_dn_is_special(req->op.rename.olddn)) { /* do not manipulate our control entries */
245 ac->current->olddn = req->op.rename.olddn;
250 req->op.rename.olddn,
[all...]
H A Dproxy.c25 olddn = basedn to proxy in upstream server
41 struct ldb_dn *olddn; member in struct:proxy_data
66 const char *olddn, *newdn, *url, *username, *password, *oldstr, *newstr; local
86 olddn = ldb_msg_find_attr_as_string(res->msgs[0], "olddn", NULL);
93 if (url == NULL || olddn == NULL || newdn == NULL || username == NULL || password == NULL) {
94 ldb_debug(ldb, LDB_DEBUG_FATAL, "Need url, olddn, newdn, oldstr, newstr, username and password in @PROXYINFO\n");
98 proxy->olddn = ldb_dn_new(proxy, ldb, olddn);
99 if (proxy->olddn
[all...]
H A Dsubtree_delete.c129 if (ldb_dn_is_special(req->op.rename.olddn)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/dsdb/samdb/ldb_modules/
H A Dsubtree_rename.c35 struct ldb_dn *olddn; member in struct:subren_msg_store
123 ac->current->olddn,
158 if (ldb_dn_compare(ares->message->dn, ac->list->olddn) == 0) {
174 store->olddn = talloc_steal(store, ares->message->dn);
175 store->newdn = ldb_dn_copy(store, store->olddn);
178 ldb_dn_get_comp_num(ac->list->olddn))) {
220 if (ldb_dn_is_special(req->op.rename.olddn)) { /* do not manipulate our control entries */
245 ac->current->olddn = req->op.rename.olddn;
250 req->op.rename.olddn,
[all...]
H A Dproxy.c25 olddn = basedn to proxy in upstream server
41 struct ldb_dn *olddn; member in struct:proxy_data
66 const char *olddn, *newdn, *url, *username, *password, *oldstr, *newstr; local
86 olddn = ldb_msg_find_attr_as_string(res->msgs[0], "olddn", NULL);
93 if (url == NULL || olddn == NULL || newdn == NULL || username == NULL || password == NULL) {
94 ldb_debug(ldb, LDB_DEBUG_FATAL, "Need url, olddn, newdn, oldstr, newstr, username and password in @PROXYINFO\n");
98 proxy->olddn = ldb_dn_new(proxy, ldb, olddn);
99 if (proxy->olddn
[all...]
H A Dsubtree_delete.c129 if (ldb_dn_is_special(req->op.rename.olddn)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/dsdb/samdb/ldb_modules/
H A Dsubtree_rename.c35 struct ldb_dn *olddn; member in struct:subren_msg_store
123 ac->current->olddn,
158 if (ldb_dn_compare(ares->message->dn, ac->list->olddn) == 0) {
174 store->olddn = talloc_steal(store, ares->message->dn);
175 store->newdn = ldb_dn_copy(store, store->olddn);
178 ldb_dn_get_comp_num(ac->list->olddn))) {
220 if (ldb_dn_is_special(req->op.rename.olddn)) { /* do not manipulate our control entries */
245 ac->current->olddn = req->op.rename.olddn;
250 req->op.rename.olddn,
[all...]
H A Dproxy.c25 olddn = basedn to proxy in upstream server
41 struct ldb_dn *olddn; member in struct:proxy_data
66 const char *olddn, *newdn, *url, *username, *password, *oldstr, *newstr; local
86 olddn = ldb_msg_find_attr_as_string(res->msgs[0], "olddn", NULL);
93 if (url == NULL || olddn == NULL || newdn == NULL || username == NULL || password == NULL) {
94 ldb_debug(ldb, LDB_DEBUG_FATAL, "Need url, olddn, newdn, oldstr, newstr, username and password in @PROXYINFO\n");
98 proxy->olddn = ldb_dn_new(proxy, ldb, olddn);
99 if (proxy->olddn
[all...]
H A Dsubtree_delete.c129 if (ldb_dn_is_special(req->op.rename.olddn)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/lib/ldb/modules/
H A Dldb_map_inbound.c644 if (ldb_dn_is_special(req->op.rename.olddn)) {
649 if ((!ldb_dn_check_local(module, req->op.rename.olddn)) &&
655 if (!ldb_dn_check_local(module, req->op.rename.olddn) ||
674 ac->local_req->op.rename.olddn = req->op.rename.olddn;
687 ac->remote_req->op.rename.olddn = ldb_dn_map_local(module, ac->remote_req, req->op.rename.olddn);
707 ac->search_req = map_search_self_req(ac, req->op.rename.olddn);
H A Dldb_map_private.h91 struct ldb_request *map_build_fixup_req(struct map_context *ac, const struct ldb_dn *olddn, const struct ldb_dn *newdn);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/lib/ldb/swig/
H A DLdb.py169 def rename(self, olddn, newdn):
172 _olddn = ldb_dn_explode(self.ldb_ctx, olddn)
H A Dldb.i219 int ldb_rename(struct ldb_context *ldb, const struct ldb_dn *olddn, const struct ldb_dn *newdn);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/lib/ldb/modules/
H A Dldb_map_inbound.c644 if (ldb_dn_is_special(req->op.rename.olddn)) {
649 if ((!ldb_dn_check_local(module, req->op.rename.olddn)) &&
655 if (!ldb_dn_check_local(module, req->op.rename.olddn) ||
674 ac->local_req->op.rename.olddn = req->op.rename.olddn;
687 ac->remote_req->op.rename.olddn = ldb_dn_map_local(module, ac->remote_req, req->op.rename.olddn);
707 ac->search_req = map_search_self_req(ac, req->op.rename.olddn);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/lib/ldb/swig/
H A DLdb.py169 def rename(self, olddn, newdn):
172 _olddn = ldb_dn_explode(self.ldb_ctx, olddn)
H A Dldb.i219 int ldb_rename(struct ldb_context *ldb, const struct ldb_dn *olddn, const struct ldb_dn *newdn);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/lib/ldb/modules/
H A Dldb_map_inbound.c644 if (ldb_dn_is_special(req->op.rename.olddn)) {
649 if ((!ldb_dn_check_local(module, req->op.rename.olddn)) &&
655 if (!ldb_dn_check_local(module, req->op.rename.olddn) ||
674 ac->local_req->op.rename.olddn = req->op.rename.olddn;
687 ac->remote_req->op.rename.olddn = ldb_dn_map_local(module, ac->remote_req, req->op.rename.olddn);
707 ac->search_req = map_search_self_req(ac, req->op.rename.olddn);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/lib/ldb/swig/
H A DLdb.py169 def rename(self, olddn, newdn):
172 _olddn = ldb_dn_explode(self.ldb_ctx, olddn)
H A Dldb.i219 int ldb_rename(struct ldb_context *ldb, const struct ldb_dn *olddn, const struct ldb_dn *newdn);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/lib/ldb/ldb_map/
H A Dldb_map_inbound.c694 if (ldb_dn_is_special(req->op.rename.olddn)) {
700 if ((!ldb_dn_check_local(module, req->op.rename.olddn)) &&
706 if (!ldb_dn_check_local(module, req->op.rename.olddn) ||
719 ldb_dn_map_local(module, ac, req->op.rename.olddn),
735 ret = map_search_self_req(&search_req, ac, req->op.rename.olddn);
761 ac->req->op.rename.olddn,
H A Dldb_map_private.h77 struct ldb_dn *olddn,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/lib/ldb/ldb_map/
H A Dldb_map_inbound.c694 if (ldb_dn_is_special(req->op.rename.olddn)) {
700 if ((!ldb_dn_check_local(module, req->op.rename.olddn)) &&
706 if (!ldb_dn_check_local(module, req->op.rename.olddn) ||
719 ldb_dn_map_local(module, ac, req->op.rename.olddn),
735 ret = map_search_self_req(&search_req, ac, req->op.rename.olddn);
761 ac->req->op.rename.olddn,
H A Dldb_map_private.h77 struct ldb_dn *olddn,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/lib/ldb/ldb_map/
H A Dldb_map_inbound.c694 if (ldb_dn_is_special(req->op.rename.olddn)) {
700 if ((!ldb_dn_check_local(module, req->op.rename.olddn)) &&
706 if (!ldb_dn_check_local(module, req->op.rename.olddn) ||
719 ldb_dn_map_local(module, ac, req->op.rename.olddn),
735 ret = map_search_self_req(&search_req, ac, req->op.rename.olddn);
761 ac->req->op.rename.olddn,
H A Dldb_map_private.h77 struct ldb_dn *olddn,

Completed in 206 milliseconds

12345