Hi Ian,
This is probably better suited for Dev list, Ian Duffy has done alot of
work on LDAP and CloudStack, he is cc'd to this thread. Perhaps he can
shed some light.
Regards
ilya
On 12/5/14, 4:40 PM, Ian Forde wrote:
I’ve got a bash script performing an API call (in my case, via cloudmonkey) as
follows:
cloudmonkey api listLdapUsers listtype=new display=default
filter=username,domain
(note that we’re using Active Directory)
There’s at least one user in AD defined with a capital letter in front. Example:
“Bjones" rather than "bjones". Now given that we have a user in CS named
bjones, Bjones shouldn’t show up in the output from the above command, but it does.
Is this supposed to happen or is the listLdapUsers supposed to perform a
case-insensitive match against currently-defined Cloudstack user accounts?
Thanks,
-Ian