summaryrefslogtreecommitdiffstats
path: root/frontends/php/authentication.php
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/authentication.php')
-rw-r--r--frontends/php/authentication.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/authentication.php b/frontends/php/authentication.php
index a9d97402..f23436f4 100644
--- a/frontends/php/authentication.php
+++ b/frontends/php/authentication.php
@@ -63,7 +63,7 @@ include_once('include/page_header.php');
$_REQUEST['config'] = get_request('config',get_profile('web.authentication.config',ZBX_AUTH_LDAP));
check_fields($fields);
- update_profile('web.authentication.config',$_REQUEST['config']);
+ update_profile('web.authentication.config',$_REQUEST['config'], PROFILE_TYPE_INT);
$_REQUEST['authentication_type'] = get_request('authentication_type',ZBX_AUTH_INTERNAL);