From 53ca48609fc747efe96bb47db51b868bde357e2b Mon Sep 17 00:00:00 2001 From: hickert Date: Tue, 6 Jul 2010 05:25:59 +0000 Subject: [PATCH] Updated comments git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6@18933 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/include/functions.inc | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) 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']); -- 2.30.2