LDAPSoft LDAP And Active Directory Tools Community Forums LDAPSoft Home
  [Search] Search   [Register] Register /  [Login] Login 
Messages posted by: support
Forum Index » Profile for support » Messages posted by support
Author Message
Seems like you don't have permissions to run the
vbscript on the machine which unpacks the files.

Please run the file "unpackall.bat" file manually (double click) which is located at
the following location (Please change the Program Files to correct folder).

C:\Program Files (x86)\LDAPSoft\Ldap Admin Tool\rt\bin\unpackall.bat

Thanks
LDAPSoft Support
You can add user to groups or groups to users. To add a group to a user, first select a user and from right click context menu select 'Edit Group Membership', search and add the group to the user.
To a user to a group, first select a group and from right click context menu select 'Add/Remove Members' search and add user to the group.

Thanks
LDAPSoft Support
Unfortunately fixed format export is not supported at this time.

Thanks
LDAPSoft Support
This issue has been fixed in the latest release (5.6), please download the latest from the http://www.ldapsoft.com/download.html

Thanks
LDAPSoft Support
This issue has been fixed in the latest release (5.6).

To override the auto detection:

1. Please click on the "Open connection" button - Select the connection - Click configure (3rd button) - append "-IGNOREAUTODETECTION" (without quotes) to the connection name (for example if the connection name is New Connection after appending it should look like "New Connection 3-IGNOREAUTODETECTION"
2. Click connect and verify the functionality and group addition
3. For all new connection append the "-IGNOREAUTODETECTION" (without quotes) where you want to mimic AD.

Thanks
LDAPSoft Support
This issue has already been reported to us and we are working on providing a fix for this issue. If you are looking for a fix now please uncheck the Enable Ldap Paged Result Control box

at Option|Prefrences|General screen - last checkbox and reconnect.

Please note that if you are trying to retrieve more than 1000 records from AD, you will have to check the box again.

Very soon we will provide a fix in a release.

Thanks
Support
We are working on it and very soon will release a version which will provide this functionality.

Thanks
Support
Auto connection uses standard port 389 for connection. Try the new connection and configure the connection manually. Please copy the userdn from the auto dialog as you will need it on the second screen.

Click the New Connection Button -> Enter the server name (domain controller) in the host name field -> Click Next -> Check the Simple authentication button --> Enter the copied userDN in the base DN field --> enter the network password in the password field and click finish.
You can run a scheduled csv export job or sql update export job from the LDAP Admin Tool Pro. Edition.
After the export is finished write a custom script which loads the csv file or sql update into the sql table (While writing the script make sure to read the order of column in the csv file first as ldap export column order can change depending on attribute exist or not).

Thanks
LDAPSoft Support
Please logon on to a computer which is connected to domain.

Copy the following txt and save it into a file with the name "logininfo.vbs"
run the file and it will give you the full logon information, use the full dn in the dn field.

Set objSysInfo = CreateObject( "ADSystemInfo" )
strUserName = objSysInfo.UserName
WScript.Echo "User Name: " & strUserName


Thanks
LDAPSoft Support
You can easily manage attribute like pwdReset using LDAP Admin Tool (Please download LDAP Admin Tool Professional from the url: http://www.ldapsoft.com/ldapadmintoolprofessional.html).

You can reset the value to either true and false for all the users using a sql statement link following.
To run the sql, click the SQL button on the tool bar, copy and paste the following sql, change the o=stooges to an available container and hit the run button.

UPDATE o=stooges set pwdReset=true;


Thanks
LDAPSoft Support
You can't assign one field to another using sql statement. To assign values to another attribute, please try the following:

1. Click a container or an entry| Right Click Context menu select - Export - Update Statements| Provide the file Name | Click on Browser button adjacent to Returning Attributes and select attribute (for e.g telephoneNumber)| Click Finish
2. Open the exported file using Textpad| Globaly replace the attribute (telephoneNumber) to the new attribute name| Save the file
3. Click Import|SQL from the top tool bar and Click the Start Importing.. Button.
4. Refresh the entry, the new attribute should have the old field value.

Note: Please test with one entry and in a test environment before applying in production.
Active directory does not store that information in any attribute and therefore you can't search for user account logged on information.
We are currently working on it and hopefully we will release it with the next release.
Following sql will generate a report from DC=LDAPSOFT,DC=COM and return all user object that doesn't have a profiepath of \\PATH\Profiles$\Workstations\TEST1 (Please note that you have to escape all \ with \\ as shown in the query) or a member of CN=List,OU=Recipients,OU=Exchange Migration,OU=Global,DC=LDAPSOFT,DC=COM

Select cn,sn from DC=LDAPSOFT,DC=COM where profilePath!='\\\\PATH\\Profiles$\\Workstations\\TEST1' or memberof='CN=List,OU=Recipients,OU=Exchange Migration,OU=Global,DC=LDAPSOFT,DC=COM' and objectCategory='person' and objectClass='user' and sAMAccountType!=805306370

Thanks
Currently you have to generate it manually, we are working on automatic generation.

Thanks
 
Forum Index » Profile for support » Messages posted by support
Go to:   
[Recent Topics] Recent Topics   [Hottest Topics] Hottest Topics   [Members]  Member Listing  
Powered by JForum 2.1.8 © JForum Team