Project

General

Profile

« Previous | Next » 

Revision 4846

Added by daigle about 15 years ago

left off ;

View differences:

src/perl/ldapweb.cgi
687 687
			$foundAccounts = "";
688 688
			my $entry;
689 689
			foreach $entry ($mesg->all_entries) { 
690
				$foundAccounts .= "<p>\n<b><u>Account:</u> "
690
				$foundAccounts .= "<p>\n<b><u>Account:</u> ";
691 691
				$foundAccounts .= $entry->dn();
692 692
				$foundAccounts .= "</b><br />\n";
693 693
				foreach my $attribute ($entry->attributes()) {

Also available in: Unified diff