fix - Cannot manage user accounts in 7.1.0. See the comments in Auth/LDAP.pm. We really need a more robust fix.
This commit is contained in:
parent
eef214ebb6
commit
2e506660f8
3 changed files with 17 additions and 0 deletions
|
|
@ -21,9 +21,17 @@ my $quiet; # this line required
|
|||
my $session = start(); # this line required
|
||||
|
||||
fixSurvey();
|
||||
fixLDAP();
|
||||
|
||||
finish($session); # this line required
|
||||
|
||||
#-------------------------------------------------
|
||||
sub fixLDAP {
|
||||
print "\tFixing the ldap connection setting.\n" unless ($quiet);
|
||||
# Set the LDAP connection setting to the default ldap link if it's not set to anything
|
||||
my $ldapConnection = $session->setting->get("ldapConnection");
|
||||
$session->setting->set("ldapConnection", "1uBbhUm686mkFZ1ghv7Lag") if ($ldapConnection eq "");
|
||||
}
|
||||
|
||||
#-------------------------------------------------
|
||||
sub fixSurvey {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue