From ad9bee268f54054a26cfd016e550e744a7e7d02c Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Sun, 15 Nov 2009 12:31:50 +0000 Subject: [PATCH] Initial BATV token support --- debian/changelog | 3 ++- update.cgi | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) 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')); -- 2.20.1