Removed /usr/local from CDPATH
[clearscm.git] / etc / LDAP.conf
1 ################################################################################
2 #
3 # File:         LDAP.conf
4 # Description:  Configuration file for LDAP
5 # Author:       Andrew DeFaria <Andrew@ClearSCM.com>
6 # Version:      1.0
7 # Created:      Fri Oct  3 18:16:26 PDT 2014
8 # Modified:     $Date: 2014/10/03 18:17:20 $
9 # Language:     Conf
10 #
11 # This file contains configurable parameters that are unique to your site that
12 # identify the LDAP parms needed to retrieve user information from Active 
13 # Directory. 
14 #
15 ################################################################################
16 AD_HOST:              ad-vip.audience.local
17 AD_PORT:              389
18 AD_BINDDN:            CN=jenkins cm,OU=Service Accounts,DC=audience,DC=local
19 AD_BINDPW:            j55ln8Y6
20 AD_BASEDN:            DC=audience,DC=local
21 AD_PRINCIPAL:         audience.local
22
23 #KNOWLES_AD_HOST:      kmvdcgc01.knowles.com
24 KNOWLES_AD_HOST:      10.252.2.28
25 KNOWLES_AD_PORT:      389
26 KNOWLES_AD_BINDDN:    CN=AD Reader,OU=Users,OU=KMV,OU=Knowles,DC=knowles,DC=com
27 KNOWLES_AD_BINDPW:    @Dre@D2015
28 KNOWLES_AD_BASEDN:    DC=knowles,DC=com
29 KNOWLES_AD_PRINCIPAL: knowles.com
30 KNOWLES_AD_FILTER:    (sAMAccountName=%s)