Category Archives: Uncategorized

AD project work

Among other things, I completed the migration of the Faculty Senate’s workstations into AD, which included the one profile migration.

Also, I experimented with Perl-LDAP’s capabilities in creating our LDIF exports. I found a nice example at the NetLDAPFAQ.

I got the functionality, but with some mysterious errors. I found a reference at http://www.openldap.org/lists/openldap-software/200406/msg00276.html.

I may try without using SSL, but I’m not sure that there’s much to be gained by using Perl as the dump engine. Definitely want to control the process with perl, though.

Got it working!

I followed the 5-minute installation instructions, and everything went fine until I hit the error:

Fatal error: Cannot redeclare veriflog() (previously declared in ./auth.php:7) in ..//wp-admin/auth.php on line 6

when I tried to access the profile page (profile.php). I found an item on the WordPrss support area that suggested commenting out the line in the profile.php file containing require_once…auth.php.

Once I did that, everything seems to funtion correctly.