Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 1 year ago.
Improve this question
I'm in charge of renovating an old system that has to synchronize identities between multiple kinds of LDAP servers: Active Directory, OpenLDAP, ApacheDS.
I also need to do some attribute translation, and implement basic scripting in order to populate given attributes with semantic data (e.g. originating partner).
We used to do that with Maxware software, not sold anymore.
I have in Mind the Microsoft Forefront Identity Manager --> too heavy!
Also, Directory Wizards's "UnitySync" Tool might help --> far too basic...
Any ideas?
Most of the Identity Management products on the market will have the ability to synchronize identities between different directory services and vendors.
ForgeRock OpenIDM is one of them.
Alternately, you might want to take a look at lsc-project.org, which is just an open source LDAP synchronization tool, however, I don't know how it works with more than 2 sources to synchronize.
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
In order to manage our products easier I would like to use an API if there is any. Is there any way to manage the products programmatically? Currently, my impression is that there is only the web access, which is quite cumbersome to use if there are hundreds of products. Our data comes from another system which I would like to integrate somehow.
I know that data can be imported via Excel files to create products. If products could be also updated this way, it would an (inferior) alternative. But this is not possible. Or am I wrong?
For Amazon MWS there is the Feed API to manage products. But is there no similar API at the Vendor Central?
Amazon Vendor Central works with EDI (electronic data interchange) and does not expose an API. However, there are a number of third party services that can make it easier. Google 'amazon edi integration'.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
I am not an expert in servers or databases, but I have the following question.
I want to create a database online, containing basic data, that is needed for my app. I don't want to write to the database from the app at all, but read from it.
Is there any service where I can build a database online, simply without programmatic code. I am looking for a service that basically will be like excel, easy to make some tables with values, easy to change data when necessary. All the dealing with the database can be online, in a easy interface. I just need to request the data from the app, and it will be sent from the server as a json or something.
Is there any service like this?
Thanks
You can do this task with the help of phpMyAdmin.
Nowadays, most web hosting providers also provide service for database hosting service.
Whenever you choose a website hosting service, you can make a database from their cPanel and then handle it using phpMyAdmin. This tool lets you configure your databse properly with the GUI functions.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
Improve this question
Please suggest some good tool / software / application for managing test cases for an internet software product. Requirements:
should not be too expensive
should preferably be on an online platform (but desktop app too is okay!)
should support custom fields to classify / categorize test cases according to various dimensions like product module, persona etc.
It can be something that you use(d) in your organization or something you know of.
We are using informUp which is a test case management. we are using it as hosed solution but you can install the server on your site. it is simple but yet powerfull and allow customzied the fields. we are using it for bugs as well but you can use it only for tests cases. we are very satisfied with it
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
1.server-client architecture. all users sync(submit or checkout) documents from one local server(linux server, not windows).
2.with windows and linux client. the client will save all documents synced from the server locally. So when the users goe to places where they can not connect to the server, they still can view and edit their own copy of documents.
users commit their changes, the dms solve the conflicts like "git" or "svn". but great and complicated version control system is not needed.
client should have fulltext search features.
At last, i wonder what document management system do those system administrators use.
Thanks
Finally, i determine to use mailing list to store documents.
(1)we all members of our team can sync docs from server.
(2)we can keep docs in series, so easy to maintain
(3)we can find all clients all though those platforms, like linux,windows,mac os x etc
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
Is there a documentation tool for a WCF endpoint out there?
We are trying to setup governance of our WCF Services and it would be really nice to auto document the list of service operations on a given endpoint.
For example: http://MyService:8080/Client.svc has the SaveClient, UpdateClient, GetClientById etc. If I was auto generating documents then when a DeleteClient service gets added it is really easy to flag that for my SOA Governance Board to look at.
I know I could write my own using the code generation tools provided by Microsoft, but I was hoping that someone else already got this idea and coded it up for me.
(Basically I am looking for a WSDL to MS Word tool.)
I just need to google a bit differently.
Generating HTML documentation from WSDL
That question pointed me to WSDL Viewer, which seems to do what I need.