Changes between Version 7 and Version 14 of Ticket #21


Ignore:
Timestamp:
01/12/10 09:17:58 (14 years ago)
Author:
Antoine Martin
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #21 – Description

    v7 v14  
    11Packaging should be done with: [http://svn.pythonmac.org/py2app/py2app/trunk/doc/index.rst py2app]
    22
    3 Server seems to work OK on OSX (after installing all the required dependencies using macports), but we need to add authentication against the password database (this may also work for BSD/Solaris):
     3Server seems to work OK on OSX (after installing all the required dependencies using macports) and it can authenticate users using python-PAM, but I have added support for Kerberos5 anyway using
    44[http://www.huque.com/software/pykpass/ pykpass]
    5 
    6 So we may need a new server option: "password_auth_module" = [pam|pykpass]. And provide a common wrapper interface for both.
     5There is a new server option: "authentication_module" = [pam|pykpass].
    76
    87We will also need to load the list of X applications from somewhere... and OSX does not follow the freedesktop spec, so we may just test for a few (xterm, ...) and create these "*.desktop" files in ~/shifter/server/menu/ on first start.