Searched refs:IS_MAPPED (Results 1 - 24 of 24) sorted by relevance

/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.h44 #define IS_MAPPED "isMapped" macro
H A Dldb_map_inbound.c163 /* Skip 'IS_MAPPED' */
164 if (ldb_attr_cmp(msg->elements[i].name, IS_MAPPED) == 0) {
297 /* Store remote DN in 'IS_MAPPED' */
300 if (ldb_msg_add_string(local, IS_MAPPED, dn) != 0) {
344 /* Add local 'IS_MAPPED' */
347 if (ldb_msg_add_empty(msg, IS_MAPPED, LDB_FLAG_MOD_ADD, NULL) != 0) {
350 if (ldb_msg_add_string(msg, IS_MAPPED, dn) != 0) {
598 /* Update the local 'IS_MAPPED' attribute. */
H A Dldb_map.c897 static const char * const attrs[] = { IS_MAPPED, NULL };
900 /* Limit search to records with 'IS_MAPPED' present */
901 /* TODO: `tree = ldb_parse_tree(ac, IS_MAPPED);' won't do. */
909 tree->u.present.attr = talloc_strdup(tree, IS_MAPPED);
914 /* Build a request to update the 'IS_MAPPED' attribute */
935 /* Update local 'IS_MAPPED' to the new remote DN */
941 if (ldb_msg_add_empty(msg, IS_MAPPED, LDB_FLAG_MOD_REPLACE, NULL) != 0) {
944 if (ldb_msg_add_string(msg, IS_MAPPED, dn) != 0) {
H A Dldb_map_outbound.c1254 local_tree->u.present.attr = talloc_strdup(local_tree, IS_MAPPED);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/lib/ldb/modules/
H A Dldb_map.h44 #define IS_MAPPED "isMapped" macro
H A Dldb_map_inbound.c163 /* Skip 'IS_MAPPED' */
164 if (ldb_attr_cmp(msg->elements[i].name, IS_MAPPED) == 0) {
297 /* Store remote DN in 'IS_MAPPED' */
300 if (ldb_msg_add_string(local, IS_MAPPED, dn) != 0) {
344 /* Add local 'IS_MAPPED' */
347 if (ldb_msg_add_empty(msg, IS_MAPPED, LDB_FLAG_MOD_ADD, NULL) != 0) {
350 if (ldb_msg_add_string(msg, IS_MAPPED, dn) != 0) {
598 /* Update the local 'IS_MAPPED' attribute. */
H A Dldb_map.c897 static const char * const attrs[] = { IS_MAPPED, NULL };
900 /* Limit search to records with 'IS_MAPPED' present */
901 /* TODO: `tree = ldb_parse_tree(ac, IS_MAPPED);' won't do. */
909 tree->u.present.attr = talloc_strdup(tree, IS_MAPPED);
914 /* Build a request to update the 'IS_MAPPED' attribute */
935 /* Update local 'IS_MAPPED' to the new remote DN */
941 if (ldb_msg_add_empty(msg, IS_MAPPED, LDB_FLAG_MOD_REPLACE, NULL) != 0) {
944 if (ldb_msg_add_string(msg, IS_MAPPED, dn) != 0) {
H A Dldb_map_outbound.c1254 local_tree->u.present.attr = talloc_strdup(local_tree, IS_MAPPED);
/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.h44 #define IS_MAPPED "isMapped" macro
H A Dldb_map_inbound.c163 /* Skip 'IS_MAPPED' */
164 if (ldb_attr_cmp(msg->elements[i].name, IS_MAPPED) == 0) {
297 /* Store remote DN in 'IS_MAPPED' */
300 if (ldb_msg_add_string(local, IS_MAPPED, dn) != 0) {
344 /* Add local 'IS_MAPPED' */
347 if (ldb_msg_add_empty(msg, IS_MAPPED, LDB_FLAG_MOD_ADD, NULL) != 0) {
350 if (ldb_msg_add_string(msg, IS_MAPPED, dn) != 0) {
598 /* Update the local 'IS_MAPPED' attribute. */
H A Dldb_map.c897 static const char * const attrs[] = { IS_MAPPED, NULL };
900 /* Limit search to records with 'IS_MAPPED' present */
901 /* TODO: `tree = ldb_parse_tree(ac, IS_MAPPED);' won't do. */
909 tree->u.present.attr = talloc_strdup(tree, IS_MAPPED);
914 /* Build a request to update the 'IS_MAPPED' attribute */
935 /* Update local 'IS_MAPPED' to the new remote DN */
941 if (ldb_msg_add_empty(msg, IS_MAPPED, LDB_FLAG_MOD_REPLACE, NULL) != 0) {
944 if (ldb_msg_add_string(msg, IS_MAPPED, dn) != 0) {
H A Dldb_map_outbound.c1254 local_tree->u.present.attr = talloc_strdup(local_tree, IS_MAPPED);
/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.h47 #define IS_MAPPED "isMapped" macro
H A Dldb_map_inbound.c167 /* Skip 'IS_MAPPED' */
168 if (ldb_attr_cmp(msg->elements[i].name, IS_MAPPED) == 0) {
270 static const char * const attrs[] = { IS_MAPPED, NULL };
273 /* Limit search to records with 'IS_MAPPED' present */
274 tree = ldb_parse_tree(ac, "(" IS_MAPPED "=*)");
427 /* Store remote DN in 'IS_MAPPED' */
430 if (ldb_msg_add_string(ac->local_msg, IS_MAPPED, dn) != 0) {
555 /* Add local 'IS_MAPPED' */
557 if (ldb_msg_add_empty(ac->local_msg, IS_MAPPED,
563 if (ldb_msg_add_string(ac->local_msg, IS_MAPPED, d
[all...]
H A Dldb_map.c901 /* Build a request to update the 'IS_MAPPED' attribute */
923 /* Update local 'IS_MAPPED' to the new remote DN */
929 if (ldb_msg_add_empty(msg, IS_MAPPED, LDB_FLAG_MOD_REPLACE, NULL) != 0) {
932 if (ldb_msg_add_string(msg, IS_MAPPED, dn) != 0) {
H A Dldb_map_outbound.c1167 local_tree->u.present.attr = talloc_strdup(local_tree, IS_MAPPED);
/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.h47 #define IS_MAPPED "isMapped" macro
H A Dldb_map_inbound.c167 /* Skip 'IS_MAPPED' */
168 if (ldb_attr_cmp(msg->elements[i].name, IS_MAPPED) == 0) {
270 static const char * const attrs[] = { IS_MAPPED, NULL };
273 /* Limit search to records with 'IS_MAPPED' present */
274 tree = ldb_parse_tree(ac, "(" IS_MAPPED "=*)");
427 /* Store remote DN in 'IS_MAPPED' */
430 if (ldb_msg_add_string(ac->local_msg, IS_MAPPED, dn) != 0) {
555 /* Add local 'IS_MAPPED' */
557 if (ldb_msg_add_empty(ac->local_msg, IS_MAPPED,
563 if (ldb_msg_add_string(ac->local_msg, IS_MAPPED, d
[all...]
H A Dldb_map.c901 /* Build a request to update the 'IS_MAPPED' attribute */
923 /* Update local 'IS_MAPPED' to the new remote DN */
929 if (ldb_msg_add_empty(msg, IS_MAPPED, LDB_FLAG_MOD_REPLACE, NULL) != 0) {
932 if (ldb_msg_add_string(msg, IS_MAPPED, dn) != 0) {
H A Dldb_map_outbound.c1167 local_tree->u.present.attr = talloc_strdup(local_tree, IS_MAPPED);
/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.h47 #define IS_MAPPED "isMapped" macro
H A Dldb_map_inbound.c167 /* Skip 'IS_MAPPED' */
168 if (ldb_attr_cmp(msg->elements[i].name, IS_MAPPED) == 0) {
270 static const char * const attrs[] = { IS_MAPPED, NULL };
273 /* Limit search to records with 'IS_MAPPED' present */
274 tree = ldb_parse_tree(ac, "(" IS_MAPPED "=*)");
427 /* Store remote DN in 'IS_MAPPED' */
430 if (ldb_msg_add_string(ac->local_msg, IS_MAPPED, dn) != 0) {
555 /* Add local 'IS_MAPPED' */
557 if (ldb_msg_add_empty(ac->local_msg, IS_MAPPED,
563 if (ldb_msg_add_string(ac->local_msg, IS_MAPPED, d
[all...]
H A Dldb_map.c901 /* Build a request to update the 'IS_MAPPED' attribute */
923 /* Update local 'IS_MAPPED' to the new remote DN */
929 if (ldb_msg_add_empty(msg, IS_MAPPED, LDB_FLAG_MOD_REPLACE, NULL) != 0) {
932 if (ldb_msg_add_string(msg, IS_MAPPED, dn) != 0) {
H A Dldb_map_outbound.c1167 local_tree->u.present.attr = talloc_strdup(local_tree, IS_MAPPED);

Completed in 197 milliseconds