X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fuserdir-ldap.git;a=blobdiff_plain;f=ud-host;h=0e98182ff46e80c0ee2c923bdb8c42affd47103d;hp=f6d6c56b8244d022bc9d9ab8c43221176f487316;hb=ce64087cfde96cea951f7d016aff0128fb7cf678;hpb=8b73317ffb803d293bd97c16a227662f56eb26ca diff --git a/ud-host b/ud-host index f6d6c56..0e98182 100755 --- a/ud-host +++ b/ud-host @@ -58,7 +58,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 +82,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"], };