java - LDAP Query Attribute Size -


ldap server holding big file , don't have separate attribute give file size. have download entire file file size. there anyway attribute size alone with-out downloading attribute content?

this not you're looking schema might give attribute length (not actual size of data stored in attribute).

ldapsearch -b cn=schema -s base "(objectclass=*)" 

Comments

Popular posts from this blog

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -