I found it, I had a backup of the file and ran a diff on it. I must of forgot to add the ":" back when I was playing with changing it from ldaps to ldap. Thanks
< $ds = ldap_connect("ldaps//{$auth['server']}/");
---
> $ds = ldap_connect("ldaps://{$auth['server']}/");
