1SSS_SEED(8) SSSD Manual pages SSS_SEED(8)
2
3
4
6 sss_seed - seed the SSSD cache with a user
7
9 sss_seed [options] -D DOMAIN -n USER
10
12 sss_seed seeds the SSSD cache with a user entry and temporary password.
13 If a user entry is already present in the SSSD cache then the entry is
14 updated with the temporary password.
15
17 -D,--domain DOMAIN
18 Provide the name of the domain in which the user is a member of.
19 The domain is also used to retrieve user information. The domain
20 must be configured in sssd.conf. The DOMAIN option must be
21 provided. Information retrieved from the domain overrides what is
22 provided in the options.
23
24 -n,--username USER
25 The username of the entry to be created or modified in the cache.
26 The USER option must be provided.
27
28 -u,--uid UID
29 Set the UID of the user to UID.
30
31 -g,--gid GID
32 Set the GID of the user to GID.
33
34 -c,--gecos COMMENT
35 Any text string describing the user. Often used as the field for
36 the user's full name.
37
38 -h,--home HOME_DIR
39 Set the home directory of the user to HOME_DIR.
40
41 -s,--shell SHELL
42 Set the login shell of the user to SHELL.
43
44 -i,--interactive
45 Interactive mode for entering user information. This option will
46 only prompt for information not provided in the options or
47 retrieved from the domain.
48
49 -p,--password-file PASS_FILE
50 Specify file to read user's password from. (if not specified
51 password is prompted for)
52
53 -?,--help
54 Display help message and exit.
55
57 The length of the password (or the size of file specified with -p or
58 --password-file option) must be less than or equal to PASS_MAX bytes
59 (64 bytes on systems with no globally-defined PASS_MAX value).
60
62 sssd(8), sssd.conf(5), sssd-ldap(5), sssd-krb5(5), sssd-simple(5),
63 sssd-ipa(5), sssd-ad(5), sssd-files(5), sssd-sudo(5), sssd-session-
64 recording(5), sss_cache(8), sss_debuglevel(8), sss_obfuscate(8),
65 sss_seed(8), sssd_krb5_locator_plugin(8), sss_ssh_authorizedkeys(8),
66 sss_ssh_knownhostsproxy(8), sssd-ifp(5), pam_sss(8). sss_rpcidmapd(5)
67 sssd-systemtap(5)
68
70 The SSSD upstream - https://pagure.io/SSSD/sssd/
71
72
73
74SSSD 10/22/2019 SSS_SEED(8)