Summary | Login (su) authentication does not work |
Queue | Horde Framework Packages |
Type | Bug |
State | Unconfirmed |
Priority | 1. Low |
Owners | |
Requester | nordmark (at) mech (dot) kth (dot) se |
Created | 2020-08-08 (162 days ago) |
Due | |
Updated | 2020-08-08 (162 days ago) |
Assigned | |
Resolved | |
Milestone | |
Patch | Yes |
like a great idea. It may be better to just leave this backend broken.
Type ⇒ Bug
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Summary ⇒ Login (su) authentication does not work
Queue ⇒ Horde Framework Packages
Milestone ⇒
Patch ⇒ Yes
New Attachment: Login.patch
After configuring this auth backend, logins do not work, and the logs
show the error message "sh: 1: -c: not found".
After changing line 74 in Login.php from
$this->_location
to
$this->_params['location']
the backend seems to work.
I guess this backend is seldom used.