X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=ud-info;h=2adbd24a7ccbb9b1637b0463c9270c5973dbb366;hb=8d364cde8a727736ecdbbb20dbdf2c018a8648d1;hp=f27a49e3964d3d1de49bfdc909dbb9b8994e447f;hpb=6d63f8fbd51f208055f4752c0cea5e963d206d21;p=mirror%2Fuserdir-ldap.git diff --git a/ud-info b/ud-info index f27a49e..2adbd24 100755 --- a/ud-info +++ b/ud-info @@ -42,7 +42,7 @@ AttrInfo = {"cn": ["First Name", 101], "labeledurl": ["Home Page",11], "latitude": ["Latitude",12], "longitude": ["Longitude",13], - "icqUIN": ["ICQ UIN",14], + "icquin": ["ICQ UIN",14], "privatesub": ["Debian-Private",15], "comment": ["Comment",116], "userpassword": ["Crypted Password",117], @@ -71,7 +71,7 @@ AttrPrompt = {"cn": ["Common name or first name"], "longitude": ["XEarth latitude in ISO 6709 format - see /usr/share/zoneinfo/zone.tab or etak.com"], "dnszoneentry": ["DNS Zone fragment associated this this user"], "labeledurl": ["Web home page"], - "icqUIN": ["ICQ UIN Number"]}; + "icquin": ["ICQ UIN Number"]}; # Create a map of IDs to desc,value,attr OrderedIndex = {};