X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fuserdir-ldap-cgi.git;a=blobdiff_plain;f=update.cgi;h=e1f7c969a26dce81ef92f13c2314334ba72db517;hp=d1aa73ab35c6da24a06dae0f38e4839ff46fe1f0;hb=54948353056429140304d847b56f9036053c0dfd;hpb=beceaeac140991c67a064ddbbff6f8445dceb9f6 diff --git a/update.cgi b/update.cgi index d1aa73a..e1f7c96 100755 --- a/update.cgi +++ b/update.cgi @@ -194,6 +194,7 @@ if (!($query->param('doupdate'))) { &Util::LDAPUpdate($ldap, $editdn, 'postalCode', $query->param('postalcode')); &Util::LDAPUpdate($ldap, $editdn, 'telephoneNumber', $query->param('telephonenumber')); &Util::LDAPUpdate($ldap, $editdn, 'facsimileTelephoneNumber', $query->param('facsimiletelephonenumber')); + &Util::LDAPUpdate($ldap, $editdn, 'VoIP', $query->param('VoIP')); &Util::LDAPUpdate($ldap, $editdn, 'loginShell', $query->param('loginshell')); &Util::LDAPUpdate($ldap, $editdn, 'emailForward', $query->param('email')); &Util::LDAPUpdate($ldap, $editdn, 'privateSub', $query->param('privatesub'));