added expiration fields

This commit is contained in:
Roland Gruber 2011-04-18 18:27:53 +00:00
parent 4cde749b7f
commit e4f99e4180
1 changed files with 4 additions and 2 deletions

View File

@ -3,7 +3,7 @@
$Id$
This code is part of LDAP Account Manager (http://www.ldap-account-manager.org/)
Copyright (C) 2005 - 2010 Roland Gruber
Copyright (C) 2005 - 2011 Roland Gruber
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@ -99,7 +99,9 @@ class user extends baseType {
"loginshell" => _("Login shell"),
"mail" => _("Email"),
"gecos" => _("Description"),
"jpegphoto" => _('Photo')
"jpegphoto" => _('Photo'),
'shadowexpire' => _('Password expiration'),
'sambakickofftime' => _('Account expiration date')
);
}