From: joey <> Date: Sat, 4 Dec 2004 18:07:18 +0000 (+0000) Subject: Corrected spelling for labeledURI X-Git-Tag: debian_userdir-ldap_0-3-8~22 X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fuserdir-ldap.git;a=commitdiff_plain;h=b5fb9ea2f797cc33f179e66050553560433f7a81 Corrected spelling for labeledURI --- diff --git a/ud-info b/ud-info index 8bad1d3..5f144bd 100755 --- a/ud-info +++ b/ud-info @@ -39,7 +39,7 @@ AttrInfo = {"cn": ["First Name", 101], "emailForward": ["Email Forwarding",8], "ircNick": ["IRC Nickname",9], "onVacation": ["Vacation Message",10], - "labledURI": ["Home Page",11], + "labeledURI": ["Home Page",11], "latitude": ["Latitude",12], "longitude": ["Longitude",13], "icqUin": ["ICQ UIN",14], @@ -71,7 +71,7 @@ AttrPrompt = {"cn": ["Common name or first name"], "latitude": ["XEarth latitude in ISO 6709 format - see /usr/share/zoneinfo/zone.tab or etak.com"], "longitude": ["XEarth latitude in ISO 6709 format - see /usr/share/zoneinfo/zone.tab or etak.com"], "dnsZoneEntry": ["DNS Zone fragment associated this this user"], - "labledURI": ["Web home page"], + "labeledURI": ["Web home page"], "jabberJID": ["Jabber ID"], "icqUin": ["ICQ UIN Number"]}; diff --git a/ud-mailgate b/ud-mailgate index bea4372..f8a814b 100755 --- a/ud-mailgate +++ b/ud-mailgate @@ -30,7 +30,7 @@ ArbChanges = {"c": "..", "ircNick": ".*", "icqUin": "^[0-9]*$", "onVacation": ".*", - "labledURI": ".*"}; + "labeledURI": ".*"}; DelItems = {"c": None, "l": None, @@ -41,7 +41,7 @@ DelItems = {"c": None, "emailForward": None, "ircNick": None, "onVacation": None, - "labledURI": None, + "labeledURI": None, "latitude": None, "longitude": None, "icqUin": None,