[#174] LDAP users should not be able to change password
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
|
||||
* Another fix for NetAddr::MAC tripping up on v6 addresses
|
||||
* [#191] Fix error when stopping stopped web daemon
|
||||
* [#174] LDAP users should not be able to change password
|
||||
|
||||
2.030000 - 2015-01-08
|
||||
|
||||
|
||||
@@ -16,6 +16,9 @@ __PACKAGE__->result_source_instance->view_definition(<<ENDSQL
|
||||
UNION
|
||||
SELECT username, 'admin' AS role FROM users
|
||||
WHERE admin
|
||||
UNION
|
||||
SELECT username, 'ldap' AS role FROM users
|
||||
WHERE ldap
|
||||
ENDSQL
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user