Changes between Version 7 and Version 14 of Ticket #21
- Timestamp:
- 01/12/10 09:17:58 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21 – Description
v7 v14 1 1 Packaging should be done with: [http://svn.pythonmac.org/py2app/py2app/trunk/doc/index.rst py2app] 2 2 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):3 Server 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 4 4 [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. 5 There is a new server option: "authentication_module" = [pam|pykpass]. 7 6 8 7 We 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.