6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
9/22/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#4927] error in kpasswd_expect
*
Your Email Address
*
Spam protection
Enter the letters below:
. .. . ,.__. __. |__|| \./ | |(__ | ||___ | |__|.__)
Comment
> Was looking at the kpasswd_expect script and noticed that it won't > close out the error log correctly. Forgets to reference the err > variable as $err the last couple of times at the end of the script. > > > > ie. > > expect { > > eof { > > puts $err $expect_out(buffer) > > close err > > exit 1 > > } > > "Password changed." > > { > > close err > > exit 0 > > } > > } > > > > close err > > exit 0 > > > > Should be: > > expect { > > eof { > > puts $err $expect_out(buffer) > > close $err > > exit 1 > > } > > "Password changed." > > { > > close $err > > exit 0 > > } > > } > > > > close $err > > exit 0
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers