So, the title says it all. My LDAP look-ups will not return the department property of the user. I have confirmed that "department" is the correct variable to be using. All other information is being returned correctly. Here are the LDAP settings for user look-ups.
Object Class(es) Object class(es) to limit results to. Each object class must be separated by a comma:
organizationalPerson, user
Search Base Distinguished name of the search base
DC=ck,DC=c-k,DC=com
Search Scope:
All subtrees
Attribute Mappings LDAP attribute mappings for JSS attributes
User ID:
uSNCreated
Username:
sAMAccountName
Real Name:
displayName
Email Address:
mail
Department:
department
Building:
physicalDeliveryOfficeName
Room:
streetAddress
Phone:
telephoneNumber
Position:
title
I have confirmed that the data in the department attribute is populated for the user look-ups I am performing. I tried putting any variable into the department field and no matter what variable I put in there, even a working "title"... it will not populate department. For this reason it leads me to believe that it's a problem with the JSS and not my AD services.
UPDATE:
I took the "streetAddress" variable, which is working, and placed it into the department field just to see if it would show something. It did NOT work. This is really looking like a coding issue to me unless I'm missing something. Please advise! <3