From: Stephen Gran Date: Sun, 15 Nov 2009 12:31:50 +0000 (+0000) Subject: Initial BATV token support X-Git-Tag: release-0.3.33~39 X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fuserdir-ldap-cgi.git;a=commitdiff_plain;h=ad9bee268f54054a26cfd016e550e744a7e7d02c Initial BATV token support --- diff --git a/debian/changelog b/debian/changelog index ef84961..165b5a5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,8 +2,9 @@ userdir-ldap-cgi (0.3.28) unstable; urgency=low * Add myself to uploaders * Remove Ryan and Joey from Uploaders: thanks for all the fish! + * Initial BATV token support - -- Stephen Gran Sun, 15 Nov 2009 12:28:53 +0000 + -- Stephen Gran Sun, 15 Nov 2009 12:31:38 +0000 userdir-ldap-cgi (0.3.27) unstable; urgency=low diff --git a/update.cgi b/update.cgi index 6ddfd9c..c4b84d5 100755 --- a/update.cgi +++ b/update.cgi @@ -331,6 +331,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, 'bATVToken', $query->param('bATVToken')); &Util::LDAPUpdate($ldap, $editdn, 'VoIP', $query->param('VoIP')); &Util::LDAPUpdate($ldap, $editdn, 'loginShell', $query->param('loginshell')); &Util::LDAPUpdate($ldap, $editdn, 'emailForward', $query->param('email'));