blob: dbc77e9890e286552306ef08ab0da5ec30bcbb96 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE reference PUBLIC "-//OASIS//DTD DocBook V4.4//EN"
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
<reference>
<title>SSSD manualsidor</title>
<refentry>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="include/upstream.xml" />
<refmeta>
<refentrytitle>sss_seed</refentrytitle>
<manvolnum>8</manvolnum>
</refmeta>
<refnamediv id='name'>
<refname>sss_seed</refname>
<refpurpose>initiera SSSD-cachen med en användare</refpurpose>
</refnamediv>
<refsynopsisdiv id='synopsis'>
<cmdsynopsis>
<command>sss_seed</command> <arg choice='opt'>
<replaceable>flaggor</replaceable> </arg> <arg choice='plain'>-D
<replaceable>DOMÄN</replaceable></arg> <arg choice='plain'>-n
<replaceable>ANVÄNDARE</replaceable></arg></cmdsynopsis>
</refsynopsisdiv>
<refsect1 id='description'>
<title>BESKRIVNING</title>
<para>
<command>sss_seed</command> initierar SSSD-cachen med en användarpost och
tillfälligt lösenord. Om en användarpost redan finns i SSSD-cachen
uppdateras den posten med det tillfälliga lösenordet.
</para>
<para>
</para>
</refsect1>
<refsect1 id='options'>
<title>FLAGGOR</title>
<variablelist remap='IP'>
<varlistentry>
<term>
<option>-D</option>,<option>--domain</option>
<replaceable>DOMÄN</replaceable>
</term>
<listitem>
<para>
Ange namnet på domänen i vilken användaren är en medlem. Domänen används
också för att hämta användarinformation. Domänen måste vara konfigurerad i
sssd.conf. Alternativet <replaceable>DOMÄN</replaceable> måste anges.
Information som hämtas från domänen åsidosätter vad som anges i flaggorna.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>
<option>-n</option>,<option>--username</option>
<replaceable>ANVÄNDARE</replaceable>
</term>
<listitem>
<para>
Användarnamnet på posten som skall skapas eller ändras i cachen. Flaggan
<replaceable>ANVÄNDARE</replaceable> måste anges.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>
<option>-u</option>,<option>--uid</option> <replaceable>AID</replaceable>
</term>
<listitem>
<para>
Sätt användarens UID till <replaceable>UID</replaceable>.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>
<option>-g</option>,<option>--gid</option> <replaceable>GID</replaceable>
</term>
<listitem>
<para>
Sätt användarens GID till <replaceable>GID</replaceable>.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>
<option>-c</option>,<option>--gecos</option>
<replaceable>KOMMENTAR</replaceable>
</term>
<listitem>
<para>
Godtycklig textsträng som beskriver användaren. Ofta använt som ett fält
för användarens fullständiga namn.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>
<option>-h</option>,<option>--home</option>
<replaceable>HEMKATALOG</replaceable>
</term>
<listitem>
<para>
Sätt användarens hemkatalog till <replaceable>HEMKAT</replaceable>.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>
<option>-s</option>,<option>--shell</option> <replaceable>SKAL</replaceable>
</term>
<listitem>
<para>
Sätt användarens inloggningsskal till <replaceable>SKAL</replaceable>.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>
<option>-i</option>,<option>--interactive</option>
</term>
<listitem>
<para>
Interaktivt läge för att ange användarinformation. Detta alternativ kommer
bara att fråga efter information som inte angavs med flaggor eller hämtades
från domänen.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>
<option>-p</option>,<option>--password-file</option>
<replaceable>LÖSENFIL</replaceable>
</term>
<listitem>
<para>
Ange filen att läsa användarnas lösenord ifrån. (om inte angivet
efterfrågas lösenord)
</para>
</listitem>
</varlistentry>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="include/param_help.xml" />
</variablelist>
</refsect1>
<refsect1 id='notes'>
<title>NOTER</title>
<para>
Längden på lösenordet (eller storleken på filen som anges med flaggan -p
eller --password-file) måste vara mindre eller lika med PASS_MAX byte (64
byte på system utan något globalt definierat PASS_MAX-värde).
</para>
<para>
</para>
</refsect1>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="include/seealso.xml" />
</refentry>
</reference>
|