On Tue, Dec 02, 2008 at 06:14:42PM -0800, Dan Anderson wrote:
> For those who stumble on this thread, the discussion is now at
> 
> http://opensolaris.org/jive/thread.jspa?messageID=313450
> 
> The basic problem is NWAM doesn't allow spaces in the passphrase.  
> Unbelievable!

That's incorrect, as we've pointed out in the bug updates.

NWAM does not examine passphrases at all.  The problem addressed
in bug 6766937 (note missing final digit in the included link) is
with spaces in the *secure object name*, not in the passphrase.

For those who want the gory details: NWAM uses the secure object
infrastructure provided by dladm/libdladm to store keys; each key
is stored in a secure object, which is identified by a name.  libdladm
does not support spaces in secure object names, which is a problem
for NWAM because it uses the ESSID on which the key should be used
to generate the secure object name, and spaces are perfectly valid
in ESSIDs.

Correct link for the bug:
> http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6766937

-renee

Reply via email to