Broken/YSTV Computing: Difference between revisions
Nick.howell (talk | contribs) No edit summary |
Nick.howell (talk | contribs) No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
This is an attempt to document the Computing part of YSTV. | This is an attempt to document the Computing part of YSTV. | ||
== General Docs == | == General Docs == | ||
[[Overview]] - Computing Overview. This details generally what's going on with ystv computers. | [[Computing:Overview|Overview]] - Computing Overview. This details generally what's going on with ystv computers. | ||
[[Station Servers]] - Documentation on the ever increasing number of servers in YSTV | [[Computing:Station Servers|Station Servers]] - Documentation on the ever increasing number of servers in YSTV | ||
[[Station PCs]] - Documentation on each of the Desktop PCs used in YSTV | [[Computing:Station PCs|Station PCs]] - Documentation on each of the Desktop PCs used in YSTV | ||
[[The Network]] - Documentation on how the network in YSTV is currently setup | [[Computing:The Network|The Network]] - Documentation on how the network in YSTV is currently setup | ||
[[FaffoCue]] - our new shiny autocue | [[Computing:FaffoCue|FaffoCue]] - our new shiny autocue | ||
[[P169 PC]] - PC to remotely control a P169 | [[Computing:P169 PC|P169 PC]] - PC to remotely control a P169 | ||
== Authentication == | == Authentication == | ||
Line 20: | Line 19: | ||
Authentcaition is performed using an OpenLDAP database as the main backend. This and a lot of other possibly complicated things come together to give a fairly reasonable Single Sign On(SSO) system. | Authentcaition is performed using an OpenLDAP database as the main backend. This and a lot of other possibly complicated things come together to give a fairly reasonable Single Sign On(SSO) system. | ||
For a rough idea of how everything fits together, take a look at the [[Overview]] above. | For a rough idea of how everything fits together, take a look at the [[Computing:Overview|Overview]] above. | ||
Details on the specific configuration of various services can be found in these pages: | Details on the specific configuration of various services can be found in these pages: | ||
[[LDAP Auth Configuration]] - Main backend | [[Computing:LDAP Auth Configuration|LDAP Auth Configuration]] - Main backend | ||
[[PAM Auth Configuration]] - UNIX Auth settings (for new unix machines) | [[Computing:PAM Auth Configuration|PAM Auth Configuration]] - UNIX Auth settings (for new unix machines) | ||
[[Samba Configuration]] - Samba config. Auth for Windows machines and shares | [[Computing:Samba Configuration|Samba Configuration]] - Samba config. Auth for Windows machines and shares | ||
[[Postfix Configuration]] - Looks to LDAP for mail aliases for users | [[Computing:Postfix Configuration|Postfix Configuration]] - Looks to LDAP for mail aliases for users | ||
[[Dovecot Configuration]] - Authenticates IMAP logins via LDAP | [[Computing:Dovecot Configuration|Dovecot Configuration]] - Authenticates IMAP logins via LDAP |
Latest revision as of 15:49, 23 October 2009
This is an attempt to document the Computing part of YSTV.
General Docs
Overview - Computing Overview. This details generally what's going on with ystv computers.
Station Servers - Documentation on the ever increasing number of servers in YSTV
Station PCs - Documentation on each of the Desktop PCs used in YSTV
The Network - Documentation on how the network in YSTV is currently setup
FaffoCue - our new shiny autocue
P169 PC - PC to remotely control a P169
Authentication
Authentcaition is performed using an OpenLDAP database as the main backend. This and a lot of other possibly complicated things come together to give a fairly reasonable Single Sign On(SSO) system.
For a rough idea of how everything fits together, take a look at the Overview above.
Details on the specific configuration of various services can be found in these pages:
LDAP Auth Configuration - Main backend
PAM Auth Configuration - UNIX Auth settings (for new unix machines)
Samba Configuration - Samba config. Auth for Windows machines and shares
Postfix Configuration - Looks to LDAP for mail aliases for users
Dovecot Configuration - Authenticates IMAP logins via LDAP