↧
Please allow non-admin install of LDAP Administrator
↧
Add New Attribute
↧
↧
GUI for viewing and setting ACLs
↧
Schema editing
↧
Pane organization (simple)
↧
↧
Copy Search History
↧
Missing Directory Search Screen
↧
Please allow non-admin install of LDAP Administrator
↧
Multi-Valued Attribute Grouping
by Support (Posted Wed Mar 11, 2015 8:35 am)
Hi.
Please, run Registry Editor (regedit.exe), open the following key [HKEY_CURRENT_USER\Software\Softerra\LDAP Administrator 4\Settings\Application Settings Storage] and under this key create new DWORD value scp.ListView.CollapseSimilarItems with value data 0.
Hi.
Please, run Registry Editor (regedit.exe), open the following key [HKEY_CURRENT_USER\Software\Softerra\LDAP Administrator 4\Settings\Application Settings Storage] and under this key create new DWORD value scp.ListView.CollapseSimilarItems with value data 0.
↧
↧
List View format
↧
Ability to right-click entry and select view as ldif
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
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
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
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
↧
↧
SQL-LDAP Relational Queries
↧
Saving of connection profile
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.
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\
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
↧
LDAP-SQL and multi-valued attributes
by Support (Posted Fri Jul 17, 2015 12:29 pm)
Yo can add new attribute values to the existing or delete a specific one.
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 with LDAP Browser 4.5
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
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.
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
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
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
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.
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.
↧