Changeset 548
- Timestamp:
- 08/04/08 15:40:12 (8 months ago)
- Files:
-
- 1 modified
-
trunk/tools/bdb2mysql.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/bdb2mysql.rb
r495 r548 70 70 71 71 class Authreg <Table 72 @FIELDS = ["username", "realm", "password", "token", "sequence", "hash"] 73 @FORMAT = "A257 A257 A257 A11 xxi A41" # xx for padding so that the integer is aligned 72 @FIELDS = ["username", "realm", "password"] 73 @FORMAT = "A257 A257 A257" # xx for padding so that the integer is aligned 74 # @FIELDS = ["username", "realm", "password", "token", "sequence", "hash"] 75 # @FORMAT = "A257 A257 A257 A11 xxi A41" # xx for padding so that the integer is aligned 74 76 end 75 77
