/sssd-io/src/tests/intg/ |
H A D | ds.py | 26 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 D | ds_openldap.py | 51 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 D | files_ops.py | 79 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 D | ldap_local_override_test.py | 194 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 D | test_files_ops.py | 27 dir='/home/user1', variable
|
H A D | test_enumeration.py | 282 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 D | test_ldap.py | 317 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 D | test_files_provider.py | 45 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 D | ent_test.py | 42 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 D | ent.py | 195 dir=passwd.pw_dir,
|
/sssd-io/src/util/ |
H A D | files.c | 656 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 D | test_ipa_subdomains_server.c | 623 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 D | pysss_murmur-test.py | 29 MODPATH = tempfile.mkdtemp(prefix="tp_pysss_murmur_", dir=TEST_DIR)
|
H A D | python-test.py | 185 "Test adding a local user without creating his home dir" 200 fd, path = tempfile.mkstemp(dir=skeldir)
|
H A D | pyhbac-test.py | 12 MODPATH = tempfile.mkdtemp(prefix="tp_pyhbac_", dir=TEST_DIR)
|
/sssd-io/src/config/ |
H A D | SSSDConfigTest.py | 26 return tempfile.mkdtemp(dir=test_dir)
|