Re: How to find my data sources in a dynamic way



george wrote:
I am looking for a KISS solution,stupid simple,I don't want to use
LDAP,if there is a way to do without,so any suggestion?

LDAP is really quite simple to set up, especially with OpenLDAP.

I wasn't an LDAP expert, yet I managed to install OpenLDAP and start storing and retrieving DataSource objects within a couple of hours :-)

It also has the advantage of being robust and network-oriented: one LDAP server can provide DataSource objects to client programs anywhere on the network.

However, if you want to experiment with JNDI to see whether it meets your needs without having to set up an LDAP server, you can use the filesystem storage engine instead. This stores the DataSource objects in text files instead of in an LDAP server. The client programs will need almost no modification if you later decide to move to LDAP.

Hope this helps.

David Harper
Cambridge, England

.



Relevant Pages

  • Re: OpenLDAP + User Authentication
    ... and you cant really import the passwords from the other ldap server into yours. ... now what you will want to do is set up one ldap server as the masterm and the other as the replica. ... Subject: OpenLDAP + User Authentication ... is not the intended recipient or the employee or agent responsible to ...
    (RedHat)
  • Re: freebsd6 authenticating against openldap 2.4?
    ... machines to get LDAP authentication working. ... Every box was configured differently and ports trees had ... able to run shell accounts on different boxes on a per-user basis, ... LDAP server as user ldap, the system tries to consult all the sources ...
    (freebsd-questions)
  • Re: Migration Of All Users In LDAP Server In LINUX Fedora!
    ... One other command you may need to look at is authconfig...which will ... help set up all the config files necessary to authenticate using ldap ... LDAP server. ... Now we have the data in the format understood by LDAP server. ...
    (Fedora)
  • RE: OpenLDAP + User Authentication
    ... Some users will be unique to the first LDAP, ... the first LDAP directory and the second LDAP directory: ... access to their ldap server and doubtful they will give up their ldap ... I have an LDAP server which I'm using to authenticate my users from. ...
    (RedHat)
  • LDAP server on AIX 5.3
    ... So I'm building an LDAP server on AIX 5.3 ML 4, ... authenticate users both on AIX and on Linux. ... This configures AIX to use the LDAP server you just created for user ...
    (comp.unix.aix)