Repositories
pam-pgsql
Original repository
-
Cloning this repository:
git clone git://gitorious.org/pam-pgsql/pam-pgsql.git pam-pgsql cd pam-pgsql
Add this repository as a remote to an existing local repository:
git remote add pam-pgsql git://gitorious.org/pam-pgsql/pam-pgsql.git git fetch pam-pgsql git checkout -b my-local-tracking-branch pam-pgsql/master_or_other_branch
flameeyes-pam-pgsql
Branch of the pam-pgsql repository with a rewritten autotools-based build system that works cleanly with Linux-PAM and OpenPAM rather than relying on (wrong) assumptions about operating systems.
-
Cloning this repository:
git clone git://gitorious.org/~flameeyes/pam-pgsql/flameeyes-pam-pgsql.git flameeyes-pam-pgsql cd flameeyes-pam-pgsql
Add this repository as a remote to an existing local repository:
git remote add flameeyes-pam-pgsql git://gitorious.org/~flameeyes/pam-pgsql/flameeyes-pam-pgsql.git git fetch flameeyes-pam-pgsql git checkout -b my-local-tracking-branch flameeyes-pam-pgsql/master_or_other_branch

