CentOS 6.5/6.6

Foxpass LDAP installation for CentOS 6.5, CentOS 6.6

Here's how to set up an Linux integration with LDAP, powered by Foxpass.

First, log into Foxpass and do the following:

  1. Note your Base DN on the dashboard page. Copy/paste it somewhere.
  2. Create an API key named 'sshd' on the API keys page. Copy/paste it somewhere.
  3. Create an LDAP Binder account with the name 'linux' on the LDAP binders page. Copy/paste the generated password! It is only displayed once.
  4. Create an LDAP Group with the name 'foxpass-sudo' on the LDAP groups page. Set it to be a 'posix' group. Add yourself to the group.

Fully Automated!

Just download and run this script with sudo:

wget https://raw.githubusercontent.com/foxpass/foxpass-setup/master/linux/centos/6.5/foxpass_setup.sh
sudo sh foxpass_setup.sh <base_dn> <binder_name> <binder_pw> <api_key>

e.g.

sudo sh foxpass_setup.sh dc=example,dc=com linux efGHbD3aFq 5GC3NRI5goRBAGkrlsxzYedg0r8HPAO7

(Pro tip: Run the script on a fresh CentOS image, then create a new base AMI for your company.)

Problems? See our troubleshooting guide here: https://foxpass.readme.io/v1.0/docs/foxpass-linux-debugging