mirror of
https://github.com/webmin/webmin.git
synced 2026-03-20 08:40:24 +00:00
Update to install_check.pl for ldap-useradmin
This commit is contained in:
@@ -14,8 +14,8 @@ if ($config{'auth_ldap'}) {
|
||||
else {
|
||||
if ($_[0]) {
|
||||
return 1 if (!$config{'ldap_host'} || !$config{'login'} ||
|
||||
!$config{'pass'} || !$config{'user_base'} ||
|
||||
!$config{'group_base'});
|
||||
( !$config{'pass'} && !$config{'ldap_pass_file'} ) ||
|
||||
!$config{'user_base'} || !$config{'group_base'});
|
||||
}
|
||||
}
|
||||
if ($_[0]) {
|
||||
|
||||
Reference in New Issue
Block a user