Getting Middle Initial from LDAP -


i trying trying middle initial of user ldap. don't know pass directorysearcher. here have far

search.propertiestoload.add("memberof"); search.propertiestoload.add("distinguishedname"); search.propertiestoload.add("name"); search.propertiestoload.add("usnchanged");enter code here search.propertiestoload.add("objectguid"); search.propertiestoload.add("givenname"); search.propertiestoload.add("sn"); search.propertiestoload.add("mail"); search.propertiestoload.add("samaccountname");

there "initials" attribute in user object. u want?

http://msdn.microsoft.com/en-us/library/ms676202%28v=vs.85%29.aspx


Comments

Popular posts from this blog

java - Oracle EBS .ClassNotFoundException: oracle.apps.fnd.formsClient.FormsLauncher.class ERROR -

c# - how to use buttonedit in devexpress gridcontrol -

nvd3.js - angularjs-nvd3-directives setting color in legend as well as in chart elements -