Changeset 3b5bfeb for gutenbach/debian
- Timestamp:
- Jun 24, 2010, 1:10:50 AM (14 years ago)
- Branches:
- master, debian, mac, no-cups, nodebathena, web
- Children:
- eadacf9
- Parents:
- 83733c9
- git-author:
- Edward Z. Yang <edwardzyang@…> (03/09/09 19:19:22)
- git-committer:
- Jessica B. Hamrick <jhamrick@…> (06/24/10 01:10:50)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gutenbach/debian/lib/README
r331684f r3b5bfeb 123 123 :sd=/var/spool/lpd/printername 124 124 :ml=0:mx=0:sh:sf 125 :auth_forward=kerberos5126 :use_auth=kerberos5127 125 :create_files 128 126 … … 276 274 277 275 278 X. Setting up remctl commands 276 11. Setting up keytabs on the machine 277 ------------------------------------- 278 279 Email accounts@mit.edu and ask them for two keytabs: one for your machine, 280 and one for "daemon" at your machine. When you get the keytab, reset their 281 passwords by running: 282 283 k5srvutil change -f your.keytab 284 k5srvutil delold -f your.keytab 285 286 Now, install the machine-wide keytab in /etc/krb5.keytab, and install the 287 daemon keytab as /etc/daemon.keytab. (The first filename is required; the 288 second can be changed.) 289 290 Finally, edit /etc/printcap and give it information about the Kerberos: 291 292 sipbmp3: server 293 :cm=SIPB MP3 Spooler 294 ... 295 :auth_forward=kerberos5 296 :use_auth=kerberos5 297 :kerberos_id=daemon/your-machine-name.mit.edu@ATHENA.MIT.EDU 298 :kerberos_keytab=/etc/daemon.keytab 299 300 301 12. Setting up remctl commands 279 302 ----------------------------- 280 303 281 304 It's useful to be able to control the volume. Remctl is the way to do 282 this without asking people to ssh in, and then alsamix(er). XXX: These 283 batch scripts and remctl files are not yet public. 305 this without asking people to ssh in, and then alsamix(er). The important 306 remctl scripts come with a sipbmp3 checkout, but you must add symlinks 307 to it from /usr/local/bin and/or do another checkout in sipbmp3. 308 309 You will probably need to apt-get install remctl-server. Then, replace 310 the /etc/remctl/conf.d directory with a Git checkout of 311 /afs/sipb/project/sipbmp3/sipbmp3-remctl.git. 312 313 Please note that remctl will NOT work without a keytab setup. 314 315 XXX: The fact that these *have* to be in /usr/local/bin is not very... 316 nice. We should fix this. 284 317 285 318
Note: See TracChangeset
for help on using the changeset viewer.