Hello,
We're evaluating Fortress with ApacheDS, and I'm trying to get a user's account 
status (locked and reset, specifically) via the REST API for a user whose 
account is locked and whose password has been reset.

What I get back is this:

<entity xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:type="user">
...
                <userId>dave</userId>
                <locked>false</locked>
                <reset>false</reset>
...
</entity>

How can I tell that a user's account has been locked or reset when these 
Boolean properties don't seem to contain the correct information?

Thank you,
Dave

Reply via email to