Open Source Development

Power Open Source Development

Explore the open source tools and capabilities for building and deploying modern applications on IBM Power platforms including AIX, IBM i, and Linux.


#Power


#Power

 View Only
  • 1.  Samba Protocol

    Posted Wed September 06, 2023 12:28 PM

    Getting below error while setting parameter client max protocol and client min protocol in smb.conf file. We have requirement that client should use only SMB3 protocol.

    Unknown parameter encountered: "client max protocol"
    Ignoring unknown parameter "client max protocol"
    Unknown parameter encountered: "client min protocol"
    Ignoring unknown parameter "client min protocol"

    I tried the below format in Global Stanza of smb.conf file. Samba version is Samba 3.5.4 (64-bit)

      client max protocol = SMB3_11
      client min protocol = SMB3_11

      Regards



    ------------------------------
    Gurvinder Singh
    ------------------------------

    #AIXOpenSource