Skip to content

Instantly share code, notes, and snippets.

@kamituel
Last active December 11, 2015 02:09
Show Gist options
  • Save kamituel/4528862 to your computer and use it in GitHub Desktop.
Save kamituel/4528862 to your computer and use it in GitHub Desktop.
Using authconfig to enable LDAP login.
$ authconfig --enableldap \
--enableldapauth \
--ldapserver=127.0.0.1 \
--ldapbasedn="dc=example,dc=com" \
--disableldaptls \
--update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment