Removed /usr/local from CDPATH
[clearscm.git] / audience / getPicture.conf
1 ################################################################################
2 #
3 # File:         getPicture.conf
4 # Description:  Configuration file for getPicture.pl
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 users pictures from Active 
13 # Directory. It is assumed that thumbnailPhoto is the attribute name and that
14 # the user can be found by their unique uid.
15 #
16 ################################################################################
17 AD_HOST:     <host name of your LDAP server>
18 AD_PORT:     <LDAP Port - normally 389>
19 AD_BINDDN:   <DN of user you have to use to bind to the LDAP server>
20 AD_BINDPW:   <The bind user's password>
21 AD_BASEDN:   <Base DN of where to start the search>