#! /bin/bash
# This file sets some basic config vars for the ad-mounting scripts
# It is called automatically by the mnt-ad.sh and setup-ad.sh scripts, and should not be executed directly

export AD_MNT="/var/ad"		# This is the folder where we will be mounting active directory (created automatically)
export AD_CRED="/tmp/ad_cred"	# Temporary file for storing creds

export USERNAME_OVERRIDE=""	# Script mounts using `whoami` username by default; Set this to a valid student number to override
