Author |
Message |
|
There is no export limit on the trial version.
Please check the export filter or try with the default filter (objectclass=*).
If you are using version 1.4.1 or 2.0, please upgrade to version 2.0 (Update 1).
In earlier versions the quick search (Top menu Search) and export were using the same filter, which are separated out
in the version 2.0 (Update 1).
|
 |
|
We are aware of this issue and will add it to the official bug list.
In the mean time please use the following workaround:
Open the password dialog, type the complete password using any other method other then SSHA and then select the SSHA from the HashMethod list.
|
 |
|
To update multiple records, open a sql window using the sql button on the main toolbar or select SQL|SQL from the main menu
Enter a command like this (Replace the container and attribute name)
UPDATE ou=MemberGroupA,o=stooges SET newattribute='True' subtreescope
Update records on the basis of another flag (Replace the container and attribute names)
UPDATE ou=MemberGroupA,o=stooges SET newattribute='false' where seconflag='False' and thirdflag='False' subtreescope
When you run the above commands an update window will open which will inform you of the number of records to be updated and their dn (Please verify the results and then Click 'Yes' to update those records)
You can also create an update statement by selecting the the container from the bottom middle pane and selecting 'Copy Update Statement|Update this record and all children" and then replacing the attributes.
Make sure that you increase Max Results to 20,000 (more than the expected results).
|
 |
|