question

ChristianHavel-3716 avatar image
0 Votes"
ChristianHavel-3716 asked GaryNebbett commented

AD request does not return all requested attributes

Hi,

my C# .NET 4.8 application is requesting contacts from a Active Directory. The request contains the list of attributes that should be returned. That works very good for really a lot of customers.
Of course one customer has a problem. In this case the attribute "mobil" is not returned.
I see, that this attribute is contained in the request.
The customers admin took a look at the AD with a AD administration tool, I do not know the name, and does not found any difference to the other attributes.

Do you have any idea, what could be the problem?
Thanks
Christian

dotnet-csharpwindows-active-directory
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hello Christian,

Could this just be a spelling problem? The LDAP display name is probably "mobile" (https://docs.microsoft.com/en-us/windows/win32/adschema/a-mobile) an I don't think that localized (e.g. German) names can be used; unless "mobil" has been added to the schema, there is nothing to return.

Gary

0 Votes 0 ·

0 Answers