Hamwan/Services/LDAP: Difference between revisions

From OCARC
Jump to navigation Jump to search
(Created page with "== Client Configuration (Debian) == 1. Install the ldap packages apt-get install libnss-ldap 2. Configure LDAP /etc/ldap/ldap.conf <pre> # # LDAP Defaults # # See ldap.c...")
 
No edit summary
Line 1: Line 1:
== Authentication Servers ==
===auth-01.pvd.if.hamwan.ca===
== Client Configuration (Debian) ==
== Client Configuration (Debian) ==



Revision as of 17:46, 17 March 2019

Authentication Servers

auth-01.pvd.if.hamwan.ca

Client Configuration (Debian)

1. Install the ldap packages apt-get install libnss-ldap


2. Configure LDAP

/etc/ldap/ldap.conf

#
# LDAP Defaults
#

# See ldap.conf(5) for details
# This file should be world readable but not world writable.

BASE    dc=hamwan,dc=ca
URI     ldap://auth-01.pvd.if.hamwan.ca ldap://44.135.217.99

#SIZELIMIT      12
#TIMELIMIT      15
#DEREF          never

# TLS certificates (needed for GnuTLS)
TLS_CACERT      /etc/ssl/certs/ca-certificates.crt