X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fuserdir-ldap.git;a=blobdiff_plain;f=ud-host;h=438e272162511b397a0225163b82b4223baa4752;hp=f6d6c56b8244d022bc9d9ab8c43221176f487316;hb=HEAD;hpb=c4154ed547a3875a82f554922544f6d05f80787f diff --git a/ud-host b/ud-host index f6d6c56..438e272 100755 --- a/ud-host +++ b/ud-host @@ -5,6 +5,7 @@ # Copyright (c) 2001 Ryan Murray # Copyright (c) 2003 James Troup # Copyright (c) 2004-2005 Joey Schulze +# Copyright (c) 2008,2009 Peter Palfrader # # 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 @@ -58,7 +59,8 @@ AttrInfo = {"description": ["Machine Descr.", 1], "exportOptions": ["Export-Opts", 18], "ipHostNumber": ["IP Address", 19], "mXRecord": ["MXRecord", 20], - "sshdistAuthKeysHost": ["extra authkeys ip", 21], + "dnsTTL": ["dnsTTL", 21], + "sshdistAuthKeysHost": ["extra authkeys ip", 22], } AttrPrompt = {"description": ["Purpose of the machine"], @@ -81,6 +83,7 @@ AttrPrompt = {"description": ["Purpose of the machine"], "exportOptions": ["additional export options"], "ipHostNumber": ["IP Addresses(es) of the machine"], "mXRecord": ["Mail Exchanger for this machine"], + "dnsTTL": ["dns TTL value"], "sshdistAuthKeysHost": ["additional hosts for sshdist's authkeys file"], };