This provides the basic fileserver service and is the minimum needed to serve 'guest only' file shares or use a existing user database file ksmbdpwd.db.
This provides the basic fileserver service and is the minimum needed to serve 'guest only' file shares or use a existing user database file ksmbdpwd.db.
endef
endef
@ -58,7 +61,7 @@ define Package/ksmbd-utils
endef
endef
definePackage/ksmbd-utils/description
definePackage/ksmbd-utils/description
installs: smbuseradd(smbshareadd)
installs: ksmbd.adduser (ksmbd.addshare)
Tool needed to create the ksmbdpwd.db, to manage per user share passwords.
Tool needed to create the ksmbdpwd.db, to manage per user share passwords.
NOTE: Not needed for'guest only' shares.
NOTE: Not needed for'guest only' shares.
@ -66,17 +69,17 @@ endef
definePackage/ksmbd-utils/config
definePackage/ksmbd-utils/config
config KSMBD_UTILS_SHAREADD
config KSMBD_UTILS_SHAREADD
bool "Add smbshareadd util"
bool "Add ksmbd.addshare util"
depends on PACKAGE_ksmbd-utils
depends on PACKAGE_ksmbd-utils
help
help
Add the smbshareadd tool, to directly manipulate the /etc/ksmbd/smb.conf.
Add the ksmbd.addshare tool, to directly manipulate the /etc/ksmbd/smb.conf.