Home
last modified time | relevance | path

Searched refs:users_db (Results 1 – 21 of 21) sorted by relevance

/dports/databases/couchdb3/apache-couchdb-3.2.1/test/elixir/lib/step/
H A Duser.ex22 defstruct [:roles, :name, :password, :users_db]
35 users_db = IO.chardata_to_string(
37 if not Utils.db_exists?(users_db) do
39 :fabric.delete_db(users_db, [@admin])
41 res = :fabric.create_db(users_db, [@admin])
42 assert res in [:ok, :accepted], "Cannot create `users` database #{users_db}"
53 users_db: users_db
66 res = :fabric.update_doc(users_db, user_doc, [@admin])
71 users_db: users_db,
77 def teardown(_setup, %__MODULE__{name: name, users_db: users_db, roles: roles} = _step) do
[all …]
/dports/databases/couchdb3/apache-couchdb-3.2.1/test/elixir/test/
H A Dusers_db_security_test.exs7 @users_db "_users"
19 Couch.put("/#{@users_db}")
24 "/#{@users_db}/_changes",
320 changes_as(@users_db,
327 save_as(@users_db, tom_doc, user: "tom")
345 {:ok, _} = create_doc(@users_db, spike_doc)
370 set_security(@users_db, security)
392 create_doc(@users_db, ddoc)
410 open_as(@users_db, "_design/user_db_auth",
474 set_security(@users_db, security)
[all …]
H A Dcookie_auth_test.exs6 @users_db "_users"
12 @users_db
17 @users_db
35 Couch.put("/#{@users_db}")
40 "/#{@users_db}/_changes",
189 @users_db,
279 @users_db,
329 @users_db,
339 @users_db,
352 @users_db,
[all …]
/dports/www/c-icap/c_icap-0.5.10/
H A Dhttp_auth.c462 struct ci_lookup_table *users_db = NULL; variable
489 users_db = ci_lookup_table_create(USERS_DB_PATH); in basic_simple_db_post_init()
490 if (!users_db->open(users_db)) { in basic_simple_db_post_init()
491 ci_lookup_table_destroy(users_db); in basic_simple_db_post_init()
492 users_db = NULL; in basic_simple_db_post_init()
500 if (users_db) { in basic_simple_db_close()
501 ci_lookup_table_destroy(users_db); in basic_simple_db_close()
502 users_db = NULL; in basic_simple_db_close()
522 if (!users_db) in basic_simple_db_athenticate()
525 user_ret = users_db->search(users_db, data->http_user, (void ***)&pass); in basic_simple_db_athenticate()
[all …]
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/couch/src/
H A Dcouch_auth_cache.erl59 couch_util:with_db(users_db(), fun(UserDb) ->
100 couch_util:with_db(users_db(), fun(Db) ->
128 users_db() -> function
135 case couch_db:open(users_db(), Options) of
140 {ok, Db} = couch_db:create(users_db(), Options),
/dports/net/freeradius3/freeradius-server-3.0.25/raddb/
H A Dexperimental.conf103 usersfile = ${confdir}/users_db
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/mem3/src/
H A Dmem3_sync.erl21 shards_db/0, users_db/0, find_next_node/0]).
305 UsersDb = users_db(),
318 users_db() -> function
H A Dmem3_sync_event_listener.erl70 users = mem3_sync:users_db(),
/dports/databases/pymongo/pymongo-3.12.0/test/
H A Dtest_database.py742 users_db = client.pymongo_test
745 self.assertRaises(OperationFailure, users_db.test.find_one)
751 users_db.authenticate('user', 'pass')
757 self.assertEqual(0, users_db.test.count_documents({}))
777 self.assertTrue(users_db.test.delete_many({}))
/dports/sysutils/bareos-client/bareos-Release-20.0.3/rest-api/
H A Dbareos-restapi.py53 users_db = {} variable
101 if username in users_db:
104 return users_db[username]
126 users_db[username] = user
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/systemtests/tests/python-restapi/api/
H A Dbareos-restapi.py53 users_db = {} variable
101 if username in users_db:
104 return users_db[username]
126 users_db[username] = user
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/rest-api/
H A Dbareos-restapi.py53 users_db = {} variable
101 if username in users_db:
104 return users_db[username]
126 users_db[username] = user
/dports/sysutils/bareos-client/bareos-Release-20.0.3/systemtests/tests/python-restapi/api/
H A Dbareos-restapi.py53 users_db = {} variable
101 if username in users_db:
104 return users_db[username]
126 users_db[username] = user
/dports/sysutils/bareos-server/bareos-Release-20.0.3/rest-api/
H A Dbareos-restapi.py53 users_db = {} variable
101 if username in users_db:
104 return users_db[username]
126 users_db[username] = user
/dports/sysutils/bareos-server/bareos-Release-20.0.3/systemtests/tests/python-restapi/api/
H A Dbareos-restapi.py53 users_db = {} variable
101 if username in users_db:
104 return users_db[username]
126 users_db[username] = user
/dports/www/bareos-webui/bareos-Release-20.0.3/rest-api/
H A Dbareos-restapi.py53 users_db = {} variable
101 if username in users_db:
104 return users_db[username]
126 users_db[username] = user
/dports/www/bareos-webui/bareos-Release-20.0.3/systemtests/tests/python-restapi/api/
H A Dbareos-restapi.py53 users_db = {} variable
101 if username in users_db:
104 return users_db[username]
126 users_db[username] = user
/dports/databases/couchdb3/apache-couchdb-3.2.1/test/elixir/
H A DREADME.md97 - [X] Port users_db.js
/dports/finance/frontaccounting/frontaccounting/includes/
H A Dmain.inc22 include_once($path_to_root . "/admin/db/users_db.inc");
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/docs/src/whatsnew/
H A D3.0.rst641 * ``auth_cache``, ``cookie_auth``, ``lorem*``, ``multiple_rows``, ``users_db``,
/dports/finance/frontaccounting/frontaccounting/lang/new_language_template/LC_MESSAGES/
H A Dempty.po2384 #: admin/db/users_db.inc:221
2388 #: admin/db/users_db.inc:221