Ubuntu Sokka Server

From IrohWiki

Jump to: navigation, search

Setup Goal

  • Myth TV Front and Back End
  • Media Library of other media
  • Remote read only login (via Samba) to specific shared directories
  • Local login and use on TV

Samba Configuration Notes

  • Samba configuration file: /etc/samba/smb.conf

Example:

# Comment
; Comment
[global]
    security = user
    invalid users = root
    valid users = 

User Authentication

  • Package: libpam-smbpass (Debian)
    • Allows Linux to store passwords hashed both by Linux and by samba (for windows authentication)
    • Could have issues with Apache and dovcot (IMAP server)