Quantcast
Channel: Softerra LDAP Administrator
Viewing all 376 articles
Browse latest View live

List View format

$
0
0
by Support (Posted Wed Mar 18, 2015 8:48 am)
Hi.
Create the registry key [HKEY_CURRENT_USER\Software\Softerra\LDAP Administrator 4\Settings\Application Settings Storage] "scp.ListView.PreferredItemHeight"=dword:00000010.



Ability to right-click entry and select view as ldif

$
0
0
by keesor (Posted Fri Mar 27, 2015 11:24 am)
I do know about the "Copy as LDIF" feature, but I was suggesting being able to open an LDIF edit pane inside of Softerra with the ability to click "Save", to directly save the changes to the directory after the modifications. When using "Copy as LDIF", you have to copy the entry, paste it into a text file, save the text file, modify the text file, then import the text file into the directory. It was only a suggestion that I thought would make the modification of entries easier.

Thank you


query/filter/dn to show recursive members/users of groups

$
0
0
by Support (Posted Tue Apr 21, 2015 10:39 am)
Try to search from RootDSE. I think that members could be located not in the ou=bradgroup,dc=bgeltd,dc=com. That's why they are not found.
Also please use the dn in your search filter
Code: Select all
(memberOf:1.2.840.113556.1.4.1941:=cn=WEBOE_Supervisors,OU=Groups,OU=BRADGROUP,DC=bgeltd,DC=com)



SQL-LDAP

$
0
0
by jkinney (Posted Tue Apr 21, 2015 10:54 am)
Sounds like it might be a good enhancement request.


SQL-LDAP Relational Queries

$
0
0
by Support (Posted Tue Apr 21, 2015 11:11 am)
Thank you for your suggestion. We'll consider implementing it in the future releases.


Saving of connection profile

$
0
0
by Support (Posted Thu Jul 09, 2015 1:20 pm)
Hello Martin,

Thank you for the info.
Please do the following:
1) Close the application
2) Rename or move (for backup) metabase.stg file, located in the "C:\Users\\AppData\Local\Softerra\LDAP Administrator 4"
3) Start the application and create server profile again with Base DN
4) Restart the application.

If this operations won't help, close the application and check the task manager for the not closed ldapadmin.exe process.


Missing data on CSV or xls export

$
0
0
by Support (Posted Fri Jul 17, 2015 12:18 pm)
Hello,

Do you perform Export Data operation on a selected entries or you perform Save Data operation?
Could you please send make a screenshot of the data that is not exported?


LDAP-SQL and multi-valued attributes

$
0
0
by Support (Posted Fri Jul 17, 2015 12:29 pm)
Yo can add new attribute values to the existing or delete a specific one.
Code: Select all
UPDATE "DC=company,DC=com"
DELETE $phoneNumber='+31235530005'
WHERE $objectClass='user' AND $objectCategory='Person'
    AND $roomNumber=45;




Export AD Group Members

$
0
0
by Support (Posted Fri Sep 04, 2015 8:57 am)
Hello,

This functionality is available since 2013.2 version of LDAP Administrator . Please read this article.

Also, you can try to use Directory Search dialog with such LDAP filter
Code: Select all
(&(objectClass=user)(memberOf=CN=Group,DC=company,DC=com))

where instead of the CN=Group,DC=company,DC=com you should place a DN of you group.

Note: such method won't work with group membership through primaryGroupID attribute and in some other cases.


Export AD Group Members with LDAP Browser 4.5

$
0
0
by Support (Posted Fri Sep 04, 2015 9:10 am)
Hello,

This functionality is available since 2013.2 version of LDAP Administrator . Please read this article.

Also, you can try to use Directory Search dialog with such LDAP filter
Code: Select all
(&(objectClass=user)(memberOf=CN=Group,DC=company,DC=com))

where instead of the CN=Group,DC=company,DC=com you should place a DN of you group.

Note: such method won't work with group membership through primaryGroupID attribute and in some other cases.


Exporting and Restoring AD people entries to support testing

$
0
0
by Support (Posted Mon Nov 09, 2015 11:35 am)
Hello Liz,

According to your questions:
> What attributes should I export in addition to those data items I am interested in order to enable import?
It depends. Usually, if you have problems with Import, you need to check 'Exclude SAM attributes' option in the Import Data Wizard - Document Extra Options page.
> Does import allow me to update existing records, rather than create new?
Yes, of course. There is an option 'Update existing objects' option in the Import Data Wizard - Document Extra Options page.
> How do I identify only people?
When you perform an export operation, you can define what entries do you want to be exported by using the Search filter option in the Export Data Wizard - LDAP Settings page.
> Can I also use import to apply bulk corrections, and if so what attribute is required to identify the records in question?
Updated entries are identified by their DNs. You need to make modifications in the exported data and then perform import with enabled option 'Update existing objects' .

Please read the following articles to get more information about how top perform import/export operations using the LDAP Administrator:
http://www.ldapadministrator.com/resour ... 11s01.html
http://www.ldapadministrator.com/resour ... 11s02.html
http://www.ldapadministrator.com/resour ... 11s03.html
http://www.ldapadministrator.com/resour ... 11s04.html


Understanding templates

$
0
0
by Support (Posted Thu Dec 24, 2015 12:07 pm)
Hi,

We have quite a detailed help topic about entry templates. Please read it. If you have any more questions, feel free to ask them.


Export members from multiple groups

$
0
0
by Support (Posted Mon Jan 25, 2016 12:54 pm)
Unfortunately, it's not possible.
If you need to perform this operation regularly for the constant groups, you can try to use laimex.exe tool for this purpose.
For examlple, you can create batch file (.bat), that runs laimex.exe tool that, at first, exports members of a group1 to the group1_members.csv file and then, exports members of a group2 to the group2_members.csv file.
Code: Select all
laimex.exe /s company.com:389 /user Administrator /pwd [password] /d CSV /f "group1_members.csv" /r "DC=company,DC=com"  /t (memberOf=group1,DC=groups,DC=company,DC=com)
laimex.exe /s company.com:389 /user Administrator /pwd [password] /d CSV /f "group2_members.csv" /r "DC=company,DC=com"  /t (memberOf=group2,DC=groups,DC=company,DC=com)


More information about the laimex.exe tool you can get from this article.


LDAP-SQL - How to search multiple objects

$
0
0
by RichB (Posted Mon Feb 08, 2016 11:31 am)
Hello!

Not that short but okay ;-)

Thank you!

brg,
Richard


License : OML allowed domain usage

$
0
0
by Support (Posted Mon Feb 29, 2016 12:18 pm)
Hello,

In this case, you'll consume only one domain.



Support for stronger hashing algorithms in passwords

$
0
0
by Support (Posted Tue Oct 04, 2016 7:29 am)
Hello,

Thank you for your suggestions. We'll discuss them.


GSS Negotiate - what SASL is used

$
0
0
by andrejones (Posted Wed Mar 08, 2017 1:19 pm)
Thanks for the answer. I had the same question and now it's more clear.


LDAP-SQL help?

$
0
0
by Sam Menges (Posted Wed Jun 14, 2017 11:10 am)
It seems that I need to add CHAR_LENGTH. Thanks a lot!


How to use an LDIF export file to import into AD?

$
0
0
by Support (Posted Thu Aug 10, 2017 12:48 pm)
Hi,

Yes, it is possible to Import an LDIF file using the LDAP Administrator.


NetIQ eDirectory 9 Suite B

$
0
0
by Support (Posted Thu Aug 10, 2017 1:01 pm)
Hello,

Please, try to enable it via the registry on your client PC (like mentioned here) by adding the following keys to the registry:

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2\Client]
"DisabledByDefault"=dword:00000000


Viewing all 376 articles
Browse latest View live