RE: [PHP] RE: Address book - LDAP or MySQL?
[snip]
umm...
not sure who posted that ldap isn't a database... ldap isn't a database
like
oracle, mysql, sybase, etc.. it's meant to be a kind of lightweight
database/protocol for establishing user address book kinds of
information,
normally used for user id/auth processes.
[/snip]
Twas me. LDAP is not a database it is a protocol for accessing a
directory service which is the abstraction layer for the actual data
repository namespace.
.
Relevant Pages
- Re: [Full-Disclosure] How secure is PHP ?
... still run LDAP access to information for student directory purposes. ... make separate users in the mysql database for each student. ... Once a user is authenticated through LDAP then you know that it's not ... If you are running an>> LDAP or AD environment, you can use the LDAP to authenticate the ... (Full-Disclosure) - Re: Kerberos OpenLDAP Frontend
... (And we implement some preauthentication bits via additional database entries under different names, an idea which really should be revisited if and when we revamp the database format someday.) ... The krbtgt principal data is actually cached very briefly in the MIT KDC, but is re-fetched often because we don't get notification when it changes. ... While the performance comparison details are going to vary -- a local LDAP server process keeping all its data in memory might be faster than going out to disk to read a db2 file, if your disk cache isn't efficient -- I would expect db2 to be faster in the normal cases. ... MIT's db2 code won't support databases over 4G; the LDAP back end, I presume, will support more principal entries at the high end, though I don't know what the performance characteristics are like. ... (comp.protocols.kerberos) - Re: Set up an LDAP address book server?
... Most mail clients these days are happy to operate as IMAP clients, and the better ones do a sufficiently good job of local caching that the off-line issue doesn't bite, either. ... The trouble is that LDAP seems to be used for a bunch of other things, like authentication databases, and so the documentation starts to use words like "schema" and I find it impenetrable. ... Also, openldap23-server won't install when openldap23-client is installed, and my system says that 64 installed packages depend on -client, so de-installing it doesn't seem to be an option. ... does anyone know of a good/simple recipe for setting up an LDAP address book database of the sort that existing e-mail clients want to use? ... (comp.unix.bsd.freebsd.misc) - RE: [SLE] Zero day start
... I assume it's like LDAP and you log in once and it authenticates ... against one database. ... The zero day start/stop thing is a way of saying ... ... but the novell site doesn't have as much information as I ... (SuSE) - [SLE] OpenLDAP 2.3 RPM Upgrading
... I am running into problems with my ldap database getting corrupted ... directory and run a db_recover -v to get the database up and running again. ... I am running the following openldap packages. ... When trying to install the above, I get tons of dependency problems. ... (SuSE) |
|