gostor / gotgt

Simple Golang iSCSI Target framework
Apache License 2.0
261 stars 49 forks source link

Support AuthMethod=none #89

Closed hugelgupf closed 4 years ago

hugelgupf commented 5 years ago

The client I'm working on needs the SecurityNegotiation stage to work, but tries to negotiate AuthMethod=none. (I also thought the negotiation stage was required in the spec?)

Would that be hard to support?