[LDAPsh-cvs] ldapsh ldapsh,1.40,1.41
Status: Beta
Brought to you by:
rcorvalan
From: <j-d...@us...> - 2003-12-23 12:26:53
|
Update of /cvsroot/ldapsh/ldapsh In directory sc8-pr-cvs1:/tmp/cvs-serv23511 Modified Files: ldapsh Log Message: * Corrected error message in _filterCommandCompletion Index: ldapsh =================================================================== RCS file: /cvsroot/ldapsh/ldapsh/ldapsh,v retrieving revision 1.40 retrieving revision 1.41 diff -C2 -d -r1.40 -r1.41 *** ldapsh 23 Dec 2003 10:46:45 -0000 1.40 --- ldapsh 23 Dec 2003 12:26:50 -0000 1.41 *************** *** 910,914 **** } ! printf STDERR "Cannot change BaseDN. LDAP Error no %s (%s)\n", $result->code, $result->error; return undef; } --- 910,914 ---- } ! printf STDERR "Cannot search. LDAP Error no %s (%s)\n", $result->code, $result->error; return undef; } |