summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d1ff401)
raw | patch | inline | side by side (parent: d1ff401)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 30 Jun 2009 13:06:12 +0000 (13:06 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 30 Jun 2009 13:06:12 +0000 (13:06 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13854 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/mit-krb5/admin/systems/services/kerberos/class_password-methods-MIT.inc | patch | blob | history |
diff --git a/gosa-plugins/mit-krb5/admin/systems/services/kerberos/class_password-methods-MIT.inc b/gosa-plugins/mit-krb5/admin/systems/services/kerberos/class_password-methods-MIT.inc
index bf7092834c5ac5abb2be0597f74b6b0cb3e3b742..66b8128be2fb5ba9db92cb5ac31b736cd079adcd 100644 (file)
/* No config object given, this may be the case
if there is only a is_available() request triggered.
*/
- if(!is_object($config)){
+ if(!is_object($this->config)){
return;
}
/* No config object given, this may be the case
if there is only a is_available() request triggered.
*/
- if (is_object($config) && $this->config->get_cfg_value("useSaslForKerberos") == "true"){
+ if (is_object($this->config) && $this->config->get_cfg_value("useSaslForKerberos") == "true"){
$mode= "sasl";
}
return "{".$mode."}".$this->attrs['uid'][0]."@".$this->goKrbRealm;
/* No config object given, this may be the case
if there is only a is_available() request triggered.
*/
- if (is_object($config) && $this->config->get_cfg_value("useSaslForKerberos") == "true"){
+ if (is_object($this->config) && $this->config->get_cfg_value("useSaslForKerberos") == "true"){
$mode= "sasl";
}
return "$mode";