>From a security point of view we have adapted a master-slave relationship
where writes are performed at the master level server and reads are
performed via the slaves via port 389.
Data is replicated from master - to - slave via slurpd.
"Zumwalt, Robert" <[EMAIL PROTECTED]>
11/03/2008 10:
Hi Daniel,
One thought could be to use Kerberos V for authentication and use LDAP for
authorisation tied in with pam (all on Linux of course).
Your web application say assuming php is used would call the pam_auth
module, which interrogates Kerberos.
In this way, your web app is loosely coupled
Hi,
I wish to print out the attributes of creatorsName,
createTimestamp, modifiersName and modifyTimestamp.
I'm using openldap V3 and can bind ok and obtain results from ldap using
perl 5.6.1. (perl-ldap-29, Authen-SASL-2.04, Net_SSLeay.pm-1.23, IO-Socket-SSL-0.94),
operatinig on RH lin
Hi,
I'm programming Perl in SASL using LDAP, using Perl 5.6.1.
I've installed packages Convert-ASN1-0.17, Authen-SASL-2.04 (all from
cpan)and perl-cyrus-sasl-0.02 (from
http://www.sxw.org.uk/computing/software/ ).
The sasl version is cyrus-sasl-1.5.24-23
I'm using one of the exampls provided