]> pere.pagekite.me Git - homepage.git/blob - blog/Thoughts_on_roaming_laptop_setup_for_Debian_Edu.html
Generated.
[homepage.git] / blog / Thoughts_on_roaming_laptop_setup_for_Debian_Edu.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html>
4 <head>
5 <title>Petter Reinholdtsen: Thoughts on roaming laptop setup for Debian Edu</title>
6 <link rel="stylesheet" type="text/css" media="screen" href="http://people.skolelinux.org/pere/blog/style.css">
7 </head>
8 <body>
9
10 <div class="title">
11 <h1>
12 <a href="http://people.skolelinux.org/pere/blog/">Petter Reinholdtsen</a>
13
14 </h1>
15
16 </div>
17
18
19 <div class="entry">
20 <div class="title">Thoughts on roaming laptop setup for Debian Edu</div>
21 <div class="date">2010-04-28 20:40</div>
22 <div class="body">
23 <p>For some years now, I have wondered how we should handle laptops in
24 Debian Edu. The Debian Edu infrastructure is mostly designed to
25 handle stationary computers, and less suited for computers that come
26 and go.</p>
27
28 <p>Now I finally believe I have an sensible idea on how to adjust
29 Debian Edu for laptops, by introducing a new profile for them, for
30 example called Roaming Workstations. Here are my thought on this.
31 The setup would consist of the following:</p>
32
33 <ul>
34
35 <li>During installation, the user name of the owner / primary user of
36 the laptop is requested and a local home directory is set up for
37 the user, with uid and gid information fetched from the LDAP
38 server. This allow the user to work also when offline. The
39 central home directory can be available in a subdirectory on
40 request, for example mounted via CIFS. It could be mounted
41 automatically when a user log in while on the Debian Edu network,
42 and unmounted when the machine is taken away (network down,
43 hibernate, etc), it can be set up to do automatic mounting on
44 request (using autofs), or perhaps some GUI button on the desktop
45 can be used to access it when needed. Perhaps it is enough to use
46 the fish protocol in KDE?</li>
47
48 <li>Password checking is set up to use LDAP or Kerberos
49 authentication when the machine is on the Debian Edu network, and
50 to cache the password for offline checking when the machine unable
51 to reach the LDAP or Kerberos server. This can be done using
52 <a href="http://www.padl.com/OSS/pam_ccreds.html">libpam-ccreds</a>
53 or the Fedora developed
54 <a href="https://fedoraproject.org/wiki/Features/SSSD">System
55 Security Services Daemon</a> packages.</li>
56
57 <li>File synchronisation with the central home directory is set up
58 using a shared directory in both the local and the central home
59 directory, using unison.</li>
60
61 <li>Printing should be set up to print to all printers broadcasting
62 their existence on the local network, and should then work out of
63 the box with CUPS. For sites needing accurate printer quotas, some
64 system with Kerberos authentication or printing via ssh could be
65 implemented.</li>
66
67 <li>For users that should have local root access to their laptop,
68 sudo should be used to allow this to the local user.</li>
69
70 <li>It would be nice if user and group information from LDAP is
71 cached on the client, but given that there are entries for the
72 local user and primary group in /etc/, it should not be needed.</li>
73
74 </ul>
75
76 <p>I believe all the pieces to implement this are in Debian/testing at
77 the moment. If we work quickly, we should be able to get this ready
78 in time for the Squeeze release to freeze. Some of the pieces need
79 tweaking, like libpam-ccreds should get support for pam-auth-update
80 (<a href="http://bugs.debian.org/566718">#566718</a>) and nslcd (or
81 perhaps debian-edu-config) should get some integration code to stop
82 its daemon when the LDAP server is unavailable to avoid long timeouts
83 when disconnected from the net. If we get Kerberos enabled, we need
84 to make sure we avoid long timeouts there too.</p>
85
86 <p>If you want to help out with implementing this for Debian Edu,
87 please contact us on debian-edu@lists.debian.org.</p>
88 </div>
89
90 <div class="tags">Tags: <a href="http://people.skolelinux.org/pere/blog/tags/debian edu">debian edu</a>, <a href="http://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="http://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>.</div>
91
92 </div>
93
94
95
96
97
98
99 <div id="sidebar">
100
101 <h2>Archive</h2>
102 <ul>
103
104 <li>2010
105 <ul>
106
107 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/01/">January (2)</a></li>
108
109 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/02/">February (1)</a></li>
110
111 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/03/">March (3)</a></li>
112
113 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/04/">April (3)</a></li>
114
115 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/05/">May (9)</a></li>
116
117 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/06/">June (14)</a></li>
118
119 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/07/">July (12)</a></li>
120
121 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/08/">August (13)</a></li>
122
123 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/09/">September (2)</a></li>
124
125 </ul></li>
126
127 <li>2009
128 <ul>
129
130 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/01/">January (8)</a></li>
131
132 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/02/">February (8)</a></li>
133
134 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/03/">March (12)</a></li>
135
136 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/04/">April (10)</a></li>
137
138 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/05/">May (9)</a></li>
139
140 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/06/">June (3)</a></li>
141
142 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/07/">July (4)</a></li>
143
144 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/08/">August (3)</a></li>
145
146 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/09/">September (1)</a></li>
147
148 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/10/">October (2)</a></li>
149
150 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/11/">November (3)</a></li>
151
152 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/12/">December (3)</a></li>
153
154 </ul></li>
155
156 <li>2008
157 <ul>
158
159 <li><a href="http://people.skolelinux.org/pere/blog/archive/2008/11/">November (5)</a></li>
160
161 <li><a href="http://people.skolelinux.org/pere/blog/archive/2008/12/">December (7)</a></li>
162
163 </ul></li>
164
165 </ul>
166
167
168
169 <h2>Tags</h2>
170 <ul>
171
172 <li><a href="http://people.skolelinux.org/pere/blog/tags/3d-printer">3d-printer (11)</a></li>
173
174 <li><a href="http://people.skolelinux.org/pere/blog/tags/amiga">amiga (1)</a></li>
175
176 <li><a href="http://people.skolelinux.org/pere/blog/tags/aros">aros (1)</a></li>
177
178 <li><a href="http://people.skolelinux.org/pere/blog/tags/bootsystem">bootsystem (10)</a></li>
179
180 <li><a href="http://people.skolelinux.org/pere/blog/tags/debian">debian (36)</a></li>
181
182 <li><a href="http://people.skolelinux.org/pere/blog/tags/debian edu">debian edu (44)</a></li>
183
184 <li><a href="http://people.skolelinux.org/pere/blog/tags/english">english (60)</a></li>
185
186 <li><a href="http://people.skolelinux.org/pere/blog/tags/fiksgatami">fiksgatami (1)</a></li>
187
188 <li><a href="http://people.skolelinux.org/pere/blog/tags/fildeling">fildeling (8)</a></li>
189
190 <li><a href="http://people.skolelinux.org/pere/blog/tags/kart">kart (3)</a></li>
191
192 <li><a href="http://people.skolelinux.org/pere/blog/tags/ldap">ldap (8)</a></li>
193
194 <li><a href="http://people.skolelinux.org/pere/blog/tags/lenker">lenker (2)</a></li>
195
196 <li><a href="http://people.skolelinux.org/pere/blog/tags/ltsp">ltsp (1)</a></li>
197
198 <li><a href="http://people.skolelinux.org/pere/blog/tags/multimedia">multimedia (6)</a></li>
199
200 <li><a href="http://people.skolelinux.org/pere/blog/tags/norsk">norsk (77)</a></li>
201
202 <li><a href="http://people.skolelinux.org/pere/blog/tags/nuug">nuug (101)</a></li>
203
204 <li><a href="http://people.skolelinux.org/pere/blog/tags/opphavsrett">opphavsrett (14)</a></li>
205
206 <li><a href="http://people.skolelinux.org/pere/blog/tags/personvern">personvern (16)</a></li>
207
208 <li><a href="http://people.skolelinux.org/pere/blog/tags/reprap">reprap (10)</a></li>
209
210 <li><a href="http://people.skolelinux.org/pere/blog/tags/robot">robot (3)</a></li>
211
212 <li><a href="http://people.skolelinux.org/pere/blog/tags/rss">rss (1)</a></li>
213
214 <li><a href="http://people.skolelinux.org/pere/blog/tags/sikkerhet">sikkerhet (14)</a></li>
215
216 <li><a href="http://people.skolelinux.org/pere/blog/tags/sitesummary">sitesummary (3)</a></li>
217
218 <li><a href="http://people.skolelinux.org/pere/blog/tags/standard">standard (13)</a></li>
219
220 <li><a href="http://people.skolelinux.org/pere/blog/tags/stavekontroll">stavekontroll (1)</a></li>
221
222 <li><a href="http://people.skolelinux.org/pere/blog/tags/video">video (11)</a></li>
223
224 <li><a href="http://people.skolelinux.org/pere/blog/tags/vitenskap">vitenskap (1)</a></li>
225
226 <li><a href="http://people.skolelinux.org/pere/blog/tags/web">web (8)</a></li>
227
228 </ul>
229
230 </div>
231 </body>
232 </html>