Initial BATV token support
authorStephen Gran <steve@lobefin.net>
Sun, 15 Nov 2009 12:31:50 +0000 (12:31 +0000)
committerStephen Gran <steve@lobefin.net>
Sun, 15 Nov 2009 12:31:50 +0000 (12:31 +0000)
debian/changelog
update.cgi

index ef84961..165b5a5 100644 (file)
@@ -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 <sgran@debian.org>  Sun, 15 Nov 2009 12:28:53 +0000
+ -- Stephen Gran <sgran@debian.org>  Sun, 15 Nov 2009 12:31:38 +0000
 
 userdir-ldap-cgi (0.3.27) unstable; urgency=low
 
index 6ddfd9c..c4b84d5 100755 (executable)
@@ -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'));