|
2008-06-06
, 21:56
|
|
Posts: 4,930 |
Thanked: 2,272 times |
Joined on Oct 2007
|
#2
|
gconftool-2 --type string --set /system/osso/connectivity/IAP/theParticularNetwork/EAP_wpa_preshared_passphrase "blablabla"
The Following User Says Thank You to Benson For This Useful Post: | ||
|
2008-06-06
, 22:10
|
|
Posts: 226 |
Thanked: 38 times |
Joined on May 2008
@ Texas/Earth/Sol System/Milky Way/Local Group/Hubble Bubble/Infinity
|
#3
|
|
2008-06-06
, 22:20
|
|
Posts: 226 |
Thanked: 38 times |
Joined on May 2008
@ Texas/Earth/Sol System/Milky Way/Local Group/Hubble Bubble/Infinity
|
#4
|
The Following User Says Thank You to stevecrye For This Useful Post: | ||
|
2008-06-06
, 22:22
|
|
Posts: 4,930 |
Thanked: 2,272 times |
Joined on Oct 2007
|
#5
|
|
2008-06-06
, 23:31
|
|
Posts: 226 |
Thanked: 38 times |
Joined on May 2008
@ Texas/Earth/Sol System/Milky Way/Local Group/Hubble Bubble/Infinity
|
#6
|
|
2008-06-07
, 23:23
|
|
Posts: 226 |
Thanked: 38 times |
Joined on May 2008
@ Texas/Earth/Sol System/Milky Way/Local Group/Hubble Bubble/Infinity
|
#7
|
|
2008-06-08
, 01:38
|
|
Posts: 868 |
Thanked: 474 times |
Joined on Oct 2007
@ Capital District, NY, USA
|
#8
|
|
2008-06-08
, 01:50
|
|
Posts: 868 |
Thanked: 474 times |
Joined on Oct 2007
@ Capital District, NY, USA
|
#9
|
Hi all;
Now, the question is: what is the relationship between a 64-hexit passphrase and the 256 bit pre-shared key? Is the PSK in the case of a 64-hexit passphrase still generated by a function, or is it the same thing as the 64-hexit passphrase?
The Following User Says Thank You to brontide For This Useful Post: | ||
|
2008-06-08
, 02:57
|
|
Posts: 226 |
Thanked: 38 times |
Joined on May 2008
@ Texas/Earth/Sol System/Milky Way/Local Group/Hubble Bubble/Infinity
|
#10
|
The Following User Says Thank You to stevecrye For This Useful Post: | ||
This is also posted in Troubleshooting, but I've not received replies. Only a couple hours left today to test. I'm very close to figuring this out - please help.
Our corporate WPA-PSK is 64 characters; too long to enter in the config diaglogs. Tests with shorter keys work OK.
We can't change the 64 char PSK at our ~ 100 sites, or easily add new SSIDs with shorter keys to our ~ 1500 Cisco APs.
I've read that the gconftool-2 has a mode to write strings. I've seen plenty of examples. All I need to do is add one itty bitty character ( "5") to the end of the passphrase (for one particular network) that is truncated at 63 characters.
I was able to run gconftool-2 -R /system/osso/connectivity/IAP/theParticularNetwork and pipe it to a file. I then used vi to add that one pesky character, and saved the file. But, how to write it back? The file has ~ 1000 characters. I've looked over the man page for gconftool-2 , and did not see an option for file input.
I tried this:
gconftool-2 --type string --set /system/osso/connectivity/IAP/theParticularNetwork < TheInputFile
But, gconftool-2 returns the error : " Value type is only relevant when setting a value"
As I learned more about the tool, I realized that EAP_wpa_preshared_passphrase was a value. So, I tried this:
gconftool-2 --get /system/osso/connectivity/IAP/theParticularNetwork/EAP_wpa_preshared_passphrase
, and it printed out the passphrase value.
But, if I try this:
gconftool-2 --type string --set /system/osso/connectivity/IAP/theParticularNetwork/EAP_wpa_preshared_passphrase "blablabla", it still returns error : " Value type is only relevant when setting a value"
Man ... I sense I am so close. Any help would be greatly appreciated.
Thanks,
Steve
Loving my n810 more and more every day - Linux in my pocket!