Symantec IGA

 View Only
  • 1.  LDAP Query for an null o empty attribute?

    Posted Mar 13, 2019 12:55 PM

    Hi Friends

    I need build a query of CA Directory that return the list of user that no enable or data in the password attribute, but I can not build the query from JxPlorer.

     

     

    Some idea for this query



  • 2.  Re: LDAP Query for an null o empty attribute?
    Best Answer

    Posted Mar 13, 2019 02:43 PM

    If you want to return where AttrName has not value you would use a filter such as:

     

    (!(AttrName=*))



  • 3.  Re: LDAP Query for an null o empty attribute?

    Posted Mar 13, 2019 04:46 PM

    Thanks KennyV, this filter work perfectly.



  • 4.  Re: LDAP Query for an null o empty attribute?

    Posted Mar 14, 2019 03:50 PM

    Hi KennyV 

     

    I have another question about the LDAP queries. I run a query, but this query returns more than 100,000 records and I can see only the first 10000. How can I return the total records? I try with jxplorer and other ldap browsers and everyone has this limitation.

     

    Any idea to this issue?

     

    Thanks