From: hickert Date: Tue, 6 Jul 2010 05:25:59 +0000 (+0000) Subject: Updated comments X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=53ca48609fc747efe96bb47db51b868bde357e2b;p=gosa.git Updated comments git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6@18933 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/functions.inc b/gosa-core/include/functions.inc index ba49c80e5..83ecd4b6e 100644 --- a/gosa-core/include/functions.inc +++ b/gosa-core/include/functions.inc @@ -663,8 +663,19 @@ function ldap_login_user ($username, $password) * POSIX_FORCE_PASSWORD_CHANGE - The password has to be changed. * POSIX_DISALLOW_PASSWORD_CHANGE - The password cannot be changed right now. * + * + * + * shadowLastChange + * | + * |---- shadowMin ---> | <-- shadowMax -- + * | | | + * |------- shadowWarning -> | + * |-- shadowInactive --> DEACTIVATED + * | + * EXPIRED + * */ -function ldap_expired_account($config, $userdn, $username) +function ldap_expired_account($config, $userdn, $uid) { $ldap= $config->get_ldap_link(); $ldap->cd($config->current['BASE']);