summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7bc6f21)
raw | patch | inline | side by side (parent: 7bc6f21)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 20 Jul 2006 08:51:19 +0000 (08:51 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 20 Jul 2006 08:51:19 +0000 (08:51 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4252 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/personal/generic/class_user.inc | patch | blob | history |
index 33a7d1d9ac1764ecaa9dbd755cb5981099db97ec..1800a0722547ba18987ff7879f957dd86f92ed83 100644 (file)
$this->base= dn2base($dn);
}
- echo $this->base;
-
/* get password storage type */
if (isset ($this->attrs['userPassword'][0])){
/* Initialize local array */
}
/* Load extra attributes: certificate and picture */
- $this->load_picture();
$this->load_cert();
+ $this->load_picture();
if ($this->userCertificate != ""){
$this->had_userCertificate= TRUE;
}