~ubuntu-branches/ubuntu/trusty/ldap-account-manager/trusty

« back to all changes in this revision

Viewing changes to lib/modules/hostObject.inc

  • Committer: Package Import Robot
  • Author(s): Roland Gruber
  • Date: 2012-03-25 11:00:20 UTC
  • mfrom: (1.1.22) (4.1.18 sid)
  • Revision ID: package-import@ubuntu.com-20120325110020-bggr97wusvitsvqg
Tags: 3.7-1
* new upstream release
* Fix "[INTL:nl] Dutch translation of debconf templates" (Closes: #658463)
* Fix "[INTL:da] Danish translation of the debconf templates ldap-
  account-manager" (Closes: #661950)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?php
2
2
/*
3
 
$Id: hostObject.inc,v 1.6 2011/02/26 13:14:10 gruberroland Exp $
 
3
$Id: hostObject.inc,v 1.7 2012/02/04 15:56:31 gruberroland Exp $
4
4
 
5
5
  This code is part of LDAP Account Manager (http://www.ldap-account-manager.org/)
6
 
  Copyright (C) 2011  Roland Gruber
 
6
  Copyright (C) 2011 - 2012  Roland Gruber
7
7
 
8
8
  This program is free software; you can redistribute it and/or modify
9
9
  it under the terms of the GNU General Public License as published by
69
69
                // help Entries
70
70
                $return['help'] = array(
71
71
                        'host' => array(
72
 
                                "Headline" => _("Hosts"),
 
72
                                "Headline" => _("Hosts"), 'attr' => 'host',
73
73
                                "Text" => _("Here you can specify the list of host names where this account has login privileges. The wildcard \"*\" represents all hosts. You may also use \"!\" in front of a host name to deny access to a host.")
74
74
                        ),
75
75
                        'autoAdd' => array(