Lines Matching defs:path
159 "Local path for [%s] is [%s]\n",
174 char *path = NULL;
185 if (path) {
186 path = talloc_strdup_append_buffer(path, "/");
187 if (!path) return NULL;
188 path = talloc_strndup_append_buffer(path, (char *)val->data,
191 path = talloc_strndup(mem_ctx, (char *)val->data, val->length);
193 if (!path) return NULL;
197 "Secrets path for [%s] is [%s]\n",
198 ldb_dn_get_linearized(dn), path);
199 return path;
369 * base path (cn=<uidnumber>,cn=users,cn=secrets), so in total we remove
404 * base path (cn=<uidnumber>,cn=user,cn=secrets). */
763 "Failed to map request to local db path\n");
767 DEBUG(SSSDBG_TRACE_LIBS, "Local DB path is %s\n", *local_db_path);