Anyone know what was supposed to fill in the %s in this error message fprintf() around line 584 in clients/tools/ldapmodify.c ? if( ld != NULL ) { fprintf( stderr, "Could not create LDAP session handle (%d): %s\n", rc); return EXIT_FAILURE; } As is, it's being replaced by the string "Segmentation Fault (core dumped)" :) -Mark Adamson Carnegie Mellon