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

Reply via email to