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

/sssd-io/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.py51 def __init__(self, dir, port, base_dn, admin_rdn, admin_pw):
56 dir Path to the root of the filesystem hierarchy to create
63 DS.__init__(self, dir, port, base_dn, admin_rdn, admin_pw)
64 self.run_dir = self.dir + "/var/run/ldap"
66 self.conf_dir = self.dir + "/etc/ldap"
68 self.data_dir = self.dir + "/var/lib/ldap"
H A Dfiles_ops.py79 tmp_file = tempfile.NamedTemporaryFile(mode='w', dir=self.tmp_dir,
123 def useradd(self, name, uid, gid, passwd='', gecos='', dir='', shell=''):
124 pwd_line = self._pwd2line(name, uid, gid, passwd, gecos, dir, shell)
127 def usermod(self, name, uid, gid, passwd='', gecos='', dir='', shell=''):
128 pwd_line = self._pwd2line(name, uid, gid, passwd, gecos, dir, shell)
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',
1108 dir
[all...]
H A Dtest_files_ops.py27 dir='/home/user1', variable
H A Dtest_enumeration.py282 dir='/home/user1', shell='/bin/bash'),
284 dir='/home/user2', shell='/bin/bash'),
286 dir='/home/user3', shell='/bin/bash')
314 dir='/home/user1', shell='/bin/bash'),
316 dir='/home/user2', shell='/bin/bash'),
318 dir='/home/user3', shell='/bin/bash')
532 dict(name="user_with_homedir_A", uid=1001, dir="/home/B"),
533 dict(name="user_with_homedir_B", uid=1002, dir="/home/B"),
534 dict(name="user_with_empty_homedir", uid=1003, dir="/home/B")
563 dict(name="user_with_homedir_A", uid=1001, dir
[all...]
H A Dtest_ldap.py317 dir='/home/user1', shell='/bin/bash'),
319 dir='/home/user2', shell='/bin/bash'),
321 dir='/home/user3', shell='/bin/bash')
349 dir='/home/user1', shell='/bin/bash'),
351 dir='/home/user2', shell='/bin/bash'),
353 dir='/home/user3', shell='/bin/bash')
591 dict(name="user_with_homedir_A", uid=1001, dir="/home/B"),
592 dict(name="user_with_homedir_B", uid=1002, dir="/home/B"),
593 dict(name="user_with_empty_homedir", uid=1003, dir="/home/B")
622 dict(name="user_with_homedir_A", uid=1001, dir
[all...]
H A Dtest_files_provider.py45 dir='/home/canary', variable
50 dir='/home/user1', variable
55 dir='/home/user2', variable
60 dir='/home/ov/user1', variable
65 dir='/home/altuser1', variable
399 dir='/home/user%d' % seqnum,
498 "-h", OV_USER1["dir"],
639 check_user(incomplete_user_setup(setup_pw_with_canary, 'dir', '/'))
1085 gecos='user1', dir='/home/user1', shell='/bin/bash')
H A Dent_test.py42 gecos="User 1", dir="/home/user1", shell="/bin/bash")
44 gecos="User 2", dir="/home/user2", shell="/bin/bash")
75 "{name}:{passwd}:{uid}:{gid}:{gecos}:{dir}:{shell}\n".format(**u)
H A Dent.py195 dir=passwd.pw_dir,
/sssd-io/src/util/
H A Dfiles.c656 DIR *dir = NULL; local
663 dir = fdopendir(src_dir_fd);
664 if (dir == NULL) {
693 while ((ent = readdir(dir)) != NULL) {
744 if (dir) {
745 dret = closedir(dir);
/sssd-io/src/tests/cmocka/
H A Dtest_ipa_subdomains_server.c623 uint32_t dir; local
628 ret = ipa_server_get_trust_direction(test_ctx->tdo, test_ctx->ldb, &dir);
630 assert_int_equal(dir, dir_in);
660 uint32_t dir; local
668 ret = ipa_server_get_trust_direction(test_ctx->tdo, test_ctx->ldb, &dir);
672 assert_int_equal(dir, 0x1 | 0x2);
678 uint32_t dir; local
686 ret = ipa_server_get_trust_direction(test_ctx->tdo, test_ctx->ldb, &dir);
690 assert_int_equal(dir, 0);
/sssd-io/src/tests/
H A Dpysss_murmur-test.py29 MODPATH = tempfile.mkdtemp(prefix="tp_pysss_murmur_", dir=TEST_DIR)
H A Dpython-test.py185 "Test adding a local user without creating his home dir"
200 fd, path = tempfile.mkstemp(dir=skeldir)
H A Dpyhbac-test.py12 MODPATH = tempfile.mkdtemp(prefix="tp_pyhbac_", dir=TEST_DIR)
/sssd-io/src/config/
H A DSSSDConfigTest.py26 return tempfile.mkdtemp(dir=test_dir)

Completed in 29 milliseconds