Task #389
closedGlobal authentication of users
100%
Description
Try to find some point how to authenticate users to openwrt some common way. All modules which we use should use common password. Solve either by loooking at one point for all or by script which will update password for all users and services. (eg monitoring, asterisk-gui, luci..)
Updated by Lukáš Macura over 12 years ago
Pam seems to be broken and patching lighthttps seems to be hard. We will try to ignore this for now. There will be only one user root with one password. We will do synchronization of all required access files hooked to passwd program so changing password for root will do the job.
Updated by Jiří Šlachta over 12 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
I added a bash script that handles all commands for passwd. This script also changes password for http auth in lighttpd and basic auth for asterisk-gui. Old passwd was moved to /usr/bin/passwd-original.
Updated by Jiří Šlachta about 12 years ago
- Status changed from Resolved to Closed