From 6c25d736089f1394c66675c6368ff76119122f38 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Tue, 7 May 2013 17:55:42 +0000 Subject: [PATCH] Samba 4 --- lam/lib/types/host.inc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lam/lib/types/host.inc b/lam/lib/types/host.inc index d01275dc..7ecc1ad5 100644 --- a/lam/lib/types/host.inc +++ b/lam/lib/types/host.inc @@ -3,7 +3,7 @@ $Id$ This code is part of LDAP Account Manager (http://www.ldap-account-manager.org/) - Copyright (C) 2005 - 2012 Roland Gruber + Copyright (C) 2005 - 2013 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 @@ -93,7 +93,8 @@ class host extends baseType { "rid" => _("RID (Windows UID)"), "description" => _("Host description"), "uidnumber" => _("UID number"), - "gidnumber" => _("GID number") + "gidnumber" => _("GID number"), + 'location' => _('Location') ); }