#105 Initial patchset for EL6 support
Merged by puiterwijk. Opened by puiterwijk.
puiterwijk/ipsilon el6-support  into  master

Download 105.patch

This contains a restructuring of much of the PR#38 changes.
This might leave some things left to be fixed for older OS'es, but should merge most of it.

9 new commits added

  • Move the KDC port outside of the privileged range
  • Use version-independent way to pass socket dir to postgres
  • Resolve identity problem in ldap test
  • Support mod_auth_kerb
  • Use new sqlalchemy and jinja2
  • Use temporary testdir
  • Make apache configs compatible with pre-2.3
  • Use more specific paths to binaries for pre-usrmove compatibility
  • Test for some more dependencies that we also use

9 new commits added

  • Move the KDC port outside of the privileged range
  • Use version-independent way to pass socket dir to postgres
  • Resolve identity problem in ldap test
  • Support mod_auth_kerb
  • Use new sqlalchemy and jinja2
  • Use temporary testdir
  • Make apache configs compatible with pre-2.3
  • Use more specific paths to binaries for pre-usrmove compatibility
  • Test for some more dependencies that we also use

Should it precise what is True (ie is_krb=True)?

Port wasn't there before and is now?

This seems to be the only place where we silent pylint for this error/warning, should we add it elsewhere?

Correct.
Before, it was using the default port 88.
Now we're explicitly using a different port to stay outside of the privileged range of ports.

9 new commits added

  • Move the KDC port outside of the privileged range
  • Use version-independent way to pass socket dir to postgres
  • Resolve identity problem in ldap test
  • Support mod_auth_kerb
  • Use new sqlalchemy and jinja2
  • Use temporary testdir
  • Make apache configs compatible with pre-2.3
  • Use more specific paths to binaries for pre-usrmove compatibility
  • Test for some more dependencies that we also use

Looks fine to me

9 new commits added

  • Move the KDC port outside of the privileged range
  • Use version-independent way to pass socket dir to postgres
  • Resolve identity problem in ldap test
  • Support mod_auth_kerb
  • Use new sqlalchemy and jinja2
  • Use temporary testdir
  • Make apache configs compatible with pre-2.3
  • Use more specific paths to binaries for pre-usrmove compatibility
  • Test for some more dependencies that we also use

Still :thumbsup: for me :)

1 new commit added

  • Explicitly default to WSGI Socket Prefix run/wsgi

rebased

This is needed on Apache 2.2. I checked and confirmed that this is the default on Apache 2.4.

Looking good to me.

Thanks, this has been merged.

Pull-Request has been closed by puiterwijk

Metadata