Searched refs:dir (Results 1 - 13 of 13) sorted by relevance

/sssd/src/tests/intg/
H A Dds.py26 def __init__(self, dir, port, base_dn, admin_rdn, admin_pw):
31 dir Path to the root of the filesystem hierarchy to create
38 self.dir = dir
H A Dds_openldap.py45 def __init__(self, dir, port, base_dn, admin_rdn, admin_pw):
50 dir Path to the root of the filesystem hierarchy to create
57 DS.__init__(self, dir, port, base_dn, admin_rdn, admin_pw)
58 self.run_dir = self.dir + "/var/run/ldap"
60 self.conf_dir = self.dir + "/etc/ldap"
62 self.data_dir = self.dir + "/var/lib/ldap"
H A Dtest_enumeration.py270 dir='/home/user1', shell='/bin/bash'),
272 dir='/home/user2', shell='/bin/bash'),
274 dir='/home/user3', shell='/bin/bash')
302 dir='/home/user1', shell='/bin/bash'),
304 dir='/home/user2', shell='/bin/bash'),
306 dir='/home/user3', shell='/bin/bash')
518 dict(name="user_with_homedir_A", uid=1001, dir="/home/B"),
519 dict(name="user_with_homedir_B", uid=1002, dir="/home/B"),
520 dict(name="user_with_empty_homedir", uid=1003, dir="/home/B")
549 dict(name="user_with_homedir_A", uid=1001, dir
[all...]
H A Dldap_local_override_test.py194 dir='/home/user1',
198 dir='/home/user2',
219 dir='/home/ov/user1',
224 dir='/home/ov/user2',
381 dir='/home/ov/user1',
390 dir='/home/ov/user2',
420 dir='/home/user1',
440 dir='/home/ov/user1',
460 dir='/home/ov2/user1',
1107 dir
[all...]
H A Dtest_ldap.py313 dir='/home/user1', shell='/bin/bash'),
315 dir='/home/user2', shell='/bin/bash'),
317 dir='/home/user3', shell='/bin/bash')
345 dir='/home/user1', shell='/bin/bash'),
347 dir='/home/user2', shell='/bin/bash'),
349 dir='/home/user3', shell='/bin/bash')
533 dict(name="user_with_homedir_A", uid=1001, dir="/home/B"),
534 dict(name="user_with_homedir_B", uid=1002, dir="/home/B"),
535 dict(name="user_with_empty_homedir", uid=1003, dir="/home/B")
564 dict(name="user_with_homedir_A", uid=1001, dir
[all...]
H A Dent_test.py56 gecos="User 1", dir="/home/user1", shell="/bin/bash")
58 gecos="User 2", dir="/home/user2", shell="/bin/bash")
89 "{name}:{passwd}:{uid}:{gid}:{gecos}:{dir}:{shell}\n".format(**u)
H A Dent.py195 dir=passwd.pw_dir,
/sssd/src/tools/
H A Dfiles.c657 DIR *dir = NULL; local
664 dir = fdopendir(src_dir_fd);
665 if (dir == NULL) {
694 while ((ent = readdir(dir)) != NULL) {
745 if (dir) {
746 dret = closedir(dir);
/sssd/src/tests/cmocka/
H A Dtest_ipa_subdomains_server.c604 uint32_t dir; local
609 ret = ipa_server_get_trust_direction(test_ctx->tdo, test_ctx->ldb, &dir);
611 assert_int_equal(dir, dir_in);
641 uint32_t dir; local
649 ret = ipa_server_get_trust_direction(test_ctx->tdo, test_ctx->ldb, &dir);
653 assert_int_equal(dir, 0x1 | 0x2);
659 uint32_t dir; local
667 ret = ipa_server_get_trust_direction(test_ctx->tdo, test_ctx->ldb, &dir);
671 assert_int_equal(dir, 0);
/sssd/src/tests/
H A Dpysss_murmur-test.py29 MODPATH = tempfile.mkdtemp(prefix="tp_pysss_murmur_", dir=TEST_DIR)
H A Dpython-test.py174 "Test adding a local user without creating his home dir"
188 fd, path = tempfile.mkstemp(dir=skeldir)
H A Dpyhbac-test.py12 MODPATH = tempfile.mkdtemp(prefix="tp_pyhbac_", dir=TEST_DIR)
/sssd/src/config/
H A DSSSDConfigTest.py26 return tempfile.mkdtemp(dir=test_dir)

Completed in 48 milliseconds