| Author |
Message |
|
|
Currently there is no way to set the session keep-alive parameter.
We definitely will look into this request and will try to build this feature into next release.
Thanks.
LDAPSoft Support.
|
 |
|
|
Click the white drop down arrow (tab top-right) and deselect the columns you don't wont to show (Show Size Column, Show Type Column, Show Required Column).
After deselecting the columns, click on the print preview (File Menu), the deselected columns will not appear in the preview.
|
 |
|
|
Installing LDAP Admin Tool on ubuntu is very easy, it comes with linux GUI installer.
Open a terminal window, give the downloaded file executable permission and run the file
Prompt>chmod 775 LdapAdminTool-2.6.x-Linux-x86-Install.bin
Prompt>./LdapAdminTool-2.6.x-Linux-x86-Install.bin
This will open the installer, please follow the instructions on the screen.
|
 |
|
|
Try the following Statement
SELECT FROM ou=People,o=my.com where buildingName like 'mycity%' and JobFunctionCode= 'LRD'
subtreescope
whenever there is wildcard character you have to use like.
|
 |
|
|
Current version only supports simple sql statements, no joins.
So you can't do it with sql.
The other option is the LDIF export and import.
|
 |
|
|
You can.
Some example formats and their results are:
"yyyy.MM.dd G 'at' HH:mm:ss" --> 2001.07.04 AD at 12:08:56
"EEE, MMM d, ''yy" --> Wed, Jul 4, '01
"h:mm a" --> 12:08 PM
"hh 'o''clock' a" --> 12 o'clock PM
"K:mm a, z" --> 0:08 PM, PDT
"yyyyy.MMMMM.dd GGG hh:mm aaa" --> 02001.July.04 AD 12:08 PM
"EEE, d MMM yyyy HH:mm:ss Z" --> Wed, 4 Jul 2001 12:08:56 -0700
"yyMMddHHmmssZ" --> 010704120856-0700
|
 |
|
|
You can change the format of the display date through preferences.
Click Options|Preferences|Select General from left hand navigation tree
Change the DateFormat(Export and Table View) to MM/dd/yy hh:mm:ss
|
 |
|
|
You can get to them from Help|Welcome menu
Click the Test Connection to Ldapsoft test server.....
|
 |
|
|
|
We currently don't provide an aci/acl editor, you can edit the aci field using text editor.
|
 |
|
|
Are you connected as anonymous users?
If you are, most directories/admin restricts the #of entries returned for anonymous users.
Trying login with an admin account and see if you can get more than 500 entries.
|
 |
|
|
|
This issue is fixed in release 2.4, please download the latest version from download the page.
|
 |
|
|
To remove or set the value of an attribute to null, select the attribute value --> right click --> delete
This will remove the current attribute (set the attribute value to null) or if the attribute is multi-value attribute it will remove the current value.
|
 |
|
|
We are currently working on the release 2.4 which will provide Ldap Page Control Support (Which will allow you to retrieve more than 1000 records from active directory).
The expected release date of 2.4 is August 25, 2008
|
 |
|
|
|
We are currently working on the release 2.4 which will convert the values - expected release date is August 25, 2008.
|
 |
|
|
You need to download LDAP Admin Tool to export in csv and excel format
http://www.ldapsoft.com
Click the Trial download
|
 |
|
|