Okay, so I got it working, somewhat...I basically added uid into the Naming Attribute field and now LDAP users are able to login, however, I get the following error message....
Error creating/updating user
Array
Now, what I did was the following:
1) Removed the hooks_ldap.xml
2) Removed the codes in the login.php file
3) Left the codes in the global.php file
4) Using the following LDAP settings:
HOST: My LDAP Server
LDAP PORT: 389
ANONYMOUS BIND: Yes
BIND DN: [Blank]
BIND PASSWORD: [Blank]
NAMING ATTRIBUTE: uid
SEARCH BASE DN: dc=colorado,dc=edu
LDAP ATTRIBUTES: cn=nsidc,ou=group,ou=people
DISABLE VBULLETIN USERS: Yes
ALLOW BUILT-IN ACCOUNTS: 1
I am so close, if anyone can assist me with overcoming this latest error, I would greatly appreciate it.