~ubuntu-branches/ubuntu/edgy/freeradius/edgy-updates

« back to all changes in this revision

Viewing changes to debian/patches/02_document_actual_shared_secret_maximum_length.dpatch

  • Committer: Bazaar Package Importer
  • Author(s): Jeremie Corbier
  • Date: 2006-07-08 19:41:05 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20060708194105-2dabtaxd16o7p90g
Tags: 1.1.2-2ubuntu1
* Merge from debian unstable.
* Remove previous patches merged upstream:
  - 14_freeradius-dictionary-fix.dpatch

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#! /bin/sh /usr/share/dpatch/dpatch-run
2
 
## 02_document_actual_shared_secret_maximum_length.dpatch by Paul Hampson <Paul.Hampson@anu.edu.au>
3
 
##
4
 
## All lines beginning with `## DP:' are a description of the patch.
5
 
## DP: Report correct manimum length for shared secrets -- buffer is 32 bytes
6
 
## DP: including the null.
7
 
 
8
 
@DPATCH@
9
 
diff -urNad freeradius-1.1.0~/raddb/clients.conf freeradius-1.1.0/raddb/clients.conf
10
 
--- freeradius-1.1.0~/raddb/clients.conf        2004-01-06 04:05:46.000000000 +1100
11
 
+++ freeradius-1.1.0/raddb/clients.conf 2006-01-15 04:41:20.000000000 +1100
12
 
@@ -30,7 +30,7 @@
13
 
        #  the NAS and FreeRADIUS.  You MUST change this secret from the
14
 
        #  default, otherwise it's not a secret any more!
15
 
        #
16
 
-       #  The secret can be any string, up to 32 characters in length.
17
 
+       #  The secret can be any string, up to 31 characters in length.
18
 
        #
19
 
        secret          = testing123
20