CVS: ispman/lib/ISPMan UserMan.pm,1.15.2.2.4.27.2.4,1.15.2.2.4.27.2.5
Joerg Delker <[email protected]>
| Newsgroups | gmane.comp.isp.ispman.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/ispman/ispman/lib/ISPMan
In directory sc8-pr-cvs1:/tmp/cvs-serv16547
Modified Files:
Tag: REL_0_9_7
UserMan.pm
Log Message:
Fixed bug #853761 (UserMan::userExists doesn't work)
(as requested also on REL_0_9_7)
Index: UserMan.pm
===================================================================
RCS file: /cvsroot/ispman/ispman/lib/ISPMan/UserMan.pm,v
retrieving revision 1.15.2.2.4.27.2.4
retrieving revision 1.15.2.2.4.27.2.5
diff -C2 -r1.15.2.2.4.27.2.4 -r1.15.2.2.4.27.2.5
*** UserMan.pm 20 May 2003 19:32:02 -0000 1.15.2.2.4.27.2.4
--- UserMan.pm 9 Jan 2004 23:23:35 -0000 1.15.2.2.4.27.2.5
***************
*** 462,466 ****
my $self=shift;
my $uid=shift;
! return $self->getCount($uid);
}
--- 462,466 ----
my $self=shift;
my $uid=shift;
! return $self->getCount($self->getConf('ldapBaseDN'), "uid=$uid");
}
-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html