01OCT03
|
-
|
Redesigned the web site
layout. Hopefully it describes the project better. Also, a
new version of OpenLDAP and acctSync is in the works.
|
|
|
|
01AUG02
|
-
|
Screenshot of the passwdHk-config
utility. This utility configures the behavior of the passwdHk password
synchronization DLL used to transmit the modified windows passwords
over to the LDAP server. The DLL is configured via the registry. |
|
|
16JUL02
|
-
|
OpenLDAP binaries for the 2.1.3 release are
now available on the project page at http://sourceforge.net/projects/acctsync.
The binaries were built with OpenSSL 0.9.6d, Berkeley DB 4.0.14, and
ActiveState Perl 5.6.1. |
|
|
22MAY02
|
-
|
acctSync.pm and acctSyncAccount.schema
are in CVS. acctSync.pm is the perl module that OpenLDAP Perl backend
loads to process the user modification requests. I am waiting for an
official OID number which I expect to arrive any day now. |
|
20APR02
|
-
|
The current patch has been added to the
OpenLDAP
CVS source code repository. Therefore I wil not be posting any
more
patches. The back-perl backend should now compile on win32 using
OpenLDAP
from CVS.
I have been working on a PERL OpenLDAP extension to simplify writing
PERL
scripts that use the OpenLDAP libraries. The project is ldapperl,
it's
derived from perldap http://www.perldap.org/
and can be found at http://ldapperl.sourceforge.net/
. The goal is to more closely export the OpenLDAP C and C++ APIs
as
a PERL extension.
|
|
|
|
27MAR02
|
-
|
The current patch for OpenLDAP+back-perl on
win32 can be found at
http://prdownloads.sourceforge.net/acctsync/back-perl.win32.current.patch.gz
. This patch should apply cleanly against current OpenLDAP CVS
HEAD branch. Note CVS changes significantly in short periods of
time.
I have been told that this patch will eventually be applied in OpenLDAP
CVS but with no date guarantee. Do not use the older patches,
this
one fixed all the issues I had ran into at the time I uploaded it.
After applying the patch you must
- #define HAVE_SLAPD_PERL and HAVE_WIN32_ASPERL in the
ldap/include/portable.nt file.
- Import the back-perl project into your OpenLDAP workspace.
- Add back-perl as a dependency of slapd project.
- Add the 'perl56.lib' as a library dependency to slapd.
- Modify your library and include directory paths to
reflect where you have your perl/lib/CORE directory.
- Last two steps also have to be done for other executables
eg. slapadd, etc.
If you have any problems feel free to drop a note on the list at https://lists.sourceforge.net/lists/listinfo/acctsync-general
.
|
|
|
|
26MAR02
|
-
|
Update of "Password Hook DLL" now available
from the sourceforge
summary page. It now includes, registry entries for all of
the configuration options, supports logging, create process flags, wait
timing. Also
included is a driver program to load the DLL during testing, to execute
the
functions. This version, though still considered alpha works well
for
me. Security and memory audits are next.
|
|
|
|
23MAR02
|
-
|
Uploaded the alpha source for a password
filter I am working on. "Password Hook DLL" is a NT password
filter that takes the user's password and then passes it to a script
registered in the registry. The DLL thus is effectively a generic
password filter. This is a different approach from Osama Dengler's password filter
which makes the LDAP calls directly to the LDAP server.
This very alpha code reliabley crashes windows 2000, but hopefully
that'll change soon. The code can be downloaded from the
sourceforge summary page at https://sourceforge.net/projects/acctsync/
|
|
|
|