added expiration fields
This commit is contained in:
parent
4cde749b7f
commit
e4f99e4180
|
@ -3,7 +3,7 @@
|
||||||
$Id$
|
$Id$
|
||||||
|
|
||||||
This code is part of LDAP Account Manager (http://www.ldap-account-manager.org/)
|
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
|
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
|
it under the terms of the GNU General Public License as published by
|
||||||
|
@ -99,7 +99,9 @@ class user extends baseType {
|
||||||
"loginshell" => _("Login shell"),
|
"loginshell" => _("Login shell"),
|
||||||
"mail" => _("Email"),
|
"mail" => _("Email"),
|
||||||
"gecos" => _("Description"),
|
"gecos" => _("Description"),
|
||||||
"jpegphoto" => _('Photo')
|
"jpegphoto" => _('Photo'),
|
||||||
|
'shadowexpire' => _('Password expiration'),
|
||||||
|
'sambakickofftime' => _('Account expiration date')
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue