From 520c39fc18abf5666ae3c211b2f06a53a4094d10 Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 10 Nov 2010 15:44:26 +0000 Subject: [PATCH] Updated registration process git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20223 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/include/class_config.inc | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/gosa-core/include/class_config.inc b/gosa-core/include/class_config.inc index b872cb5d8..ad4d2fc7c 100644 --- a/gosa-core/include/class_config.inc +++ b/gosa-core/include/class_config.inc @@ -65,7 +65,6 @@ class config { var $last_modified = 0; var $instanceUUID = ""; - var $instancePassword = ""; private $jsonRPChandle = NULL; @@ -102,12 +101,6 @@ class config { } - function getInstancePassword() - { - return($this->instancePassword); - } - - /*! \brief Check and reload the configuration * * This function checks if the configuration has changed, since it was @@ -195,9 +188,6 @@ class config { if(isset($attrs['INSTANCEUUID'])){ $this->instanceUUID = $attrs['INSTANCEUUID']; } - if(isset($attrs['INSTANCEPASSWORD'])){ - $this->instancePassword = $attrs['INSTANCEPASSWORD']; - } } /* Return if we're not in config section */ -- 2.30.2