Giter Club home page Giter Club logo

cwdapache's Introduction

Apache Connector for Crowd

See Integrating Crowd with Apache for background information and usage instructions.

About

This project is a fork of Atlassian's Apache Connector for Crowd with the following changes:

  • Mathias Burger's Apache 2.4 compatibility patch has been applied.
  • I have written the necessary files to allow for packaging of this for Debian-based distributions. This has currently only been successfully tested against Ubuntu 14.04 (trusty).

Issues

Sadly, Atlassian have dropped support for this module. I'm not an experienced C coder myself, but I'd be happy to accept pull requests which are approved by various parties and integrate them into future verisons.

Building

The following instructions assume your current working directory is the directory where cwdapache is checked out, and that Git is available on the build machine (it's used during the build):

 git clone https://github.com/fgimian/cwdapache.git
 cd cwdapache

Building on CentOS 6

Last tested on CentOS 6.5:

yum install autoconf automake curl-devel httpd-devel libtool libxml2-devel subversion-devel curl httpd-devel libtool libxml2 mod_dav_svn
libtoolize
autoreconf --install
./configure
make

Optional: How to Build an RPM

If you'd like to build an RPM for later installation:

yum install rpm-build
echo "%_topdir $HOME/rpmbuild" > ~/.rpmmacros
mkdir -p ~/rpmbuild/{SOURCES,BUILD,SRPMS,RPMS}
rm mod_authnz_crowd-*.tar.gz
make dist # builds source distribution which is used as the source for the RPM
cp mod_authnz_crowd-*.tar.gz ~/rpmbuild/SOURCES
sed "s/Version:        .*/Version:        $(./version-gen)/" packages/mod_authnz_crowd.spec > packages/mod_authnz_crowd-current.spec
rpmbuild -ba --target x86_64 packages/mod_authnz_crowd-current.spec # or '--target x86' for a 32 bit build
rm packages/mod_authnz_crowd-current.spec
echo "Your RPMS should be in..." && ls -R ~/rpmbuild/SRPMS ~/rpmbuild/RPMS

Building on CentOS 5

Last tested on CentOS 5.10.

Follow the instructions for CentOS 6, but:

  • you must use a more recent version of libtool. libtool 2.2.6b is what CentOS 6 ships with at time of writing, and is known to work.

Building on Ubuntu 14.04 (trusty) or Debian 6 (squeeze):

aclocal
libtoolize
autoheader
automake --force-missing --add-missing
autoreconf
./configure
make

Optional: How to Build a Debian package for Ubuntu 14.04 (trusty)

If you'd like to build a Debian for later installation:

sudo apt-get install devscripts equivs
sudo mk-build-deps -i -r
dpkg-buildpackage -us -us
echo "Your Debian package should be in..." && ls ../libapache2-mod-auth-crowd_*.deb

Installing

make install

After installing

Apache config example

<Directory /var/www/htdocs/>
    Options -Indexes +FollowSymLinks +MultiViews
    AllowOverride None
    Order allow,deny
    allow from all

    AuthName "__AUTHNAME__"
    AuthType Basic
    AuthBasicProvider crowd

    CrowdAppName __APPNAME__
    CrowdAppPassword __APPPWD__
    CrowdURL https://__CROWDSERVER__/crowd/
    CrowdCertPath __CERTPATH__

    CrowdAcceptSSO On
    CrowdCreateSSO On

    Require valid-user
    #configure groups in apache 2.4 as follows:
    #Require crowd-group __GROUP__
</Directory>

Modify apache config, do NOT USE .htaccess!

service apache2 reload

cwdapache's People

Contributors

josephw avatar fgimian avatar hgiddens avatar andrewkreid avatar lukeivers avatar nereusuj avatar terabyte avatar dbaxa avatar sleberrigaud-atlassian avatar cybozuty avatar

Watchers

James Cloos avatar John Bianchi avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.