Jim Willeke created DIRSTUDIO-985:
-------------------------------------
Summary: member;Range
Key: DIRSTUDIO-985
URL: https://issues.apache.org/jira/browse/DIRSTUDIO-985
Project: Directory Studio
Issue Type: Improvement
Components: studio-ldapbrowser
Affects Versions: 2.0.0-M8 (2.0.0.v20130628)
Environment: All?
Reporter: Jim Willeke
Priority: Minor
Active Directory enforces an maxRageValue on multi-valued attributes.
I found an RFC draft that descibes the option.
http://www.ietf.org/old/2009/proceedings/01dec/I-D/draft-kashi-incremental-00.txt
most ldapsearch utilities will allow the use using a similar command TO:
ldapsearch -h servername.com -x -D "userfdn" -W -b
"CN=Groupname,Groups,DC=yourdomain,DC=net" -s sub -a always -z 1000
"(objectClass=*)" "member;Range=0-*" "objectClass"
This will allow the return of the member attribute values upto the limit of the
range.
When I use Studio and enter "member;Range=0-* as an attribute value, the value
is seprated at the "=" which is substituted with a ",".
--
This message was sent by Atlassian JIRA
(v6.2#6252)