Tweak templates/welcome-message-60000.
[mirror/userdir-ldap.git] / ud-host
diff --git a/ud-host b/ud-host
index 77c0b3c..4fc33a8 100755 (executable)
--- a/ud-host
+++ b/ud-host
@@ -56,6 +56,8 @@ AttrInfo = {"description": ["Machine Descr.", 1],
             "purpose": ["Purposes", 16],
             "allowedGroups": ["Groups", 17],
             "exportOptions": ["Export-Opts", 18],
+            "ipHostNumber": ["IP Address", 19],
+            "mXRecord": ["MXRecord", 20],
             }
 
 AttrPrompt = {"description": ["Purpose of the machine"],
@@ -76,6 +78,8 @@ AttrPrompt = {"description": ["Purpose of the machine"],
               "purpose": ["The purposes of this host"],
               "allowedGroups": ["allowed Groups on this host"],
               "exportOptions": ["additional export options"],
+              "ipHostNumber": ["IP Addresses(es) of the machine"],
+              "mXRecord": ["Mail Exchanger for this machine"],
               };
 
 # Create a map of IDs to desc,value,attr
@@ -138,7 +142,7 @@ def Overview(Attrs):
 
 # Change a single attribute
 def ChangeAttr(Attrs,Attr):
-   if (Attr in ["sponsor", "sshRSAHostKey", "purpose", "allowedGroups", "exportOptions"]):
+   if (Attr in ["sponsor", "sshRSAHostKey", "purpose", "allowedGroups", "exportOptions", "ipHostNumber", "mXRecord"]):
       return MultiChangeAttr(Attrs,Attr);
 
    print "Old value: '%s'" % (GetAttr(Attrs,Attr,""));