logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

ksmbd.adduser - configure users for ksmbdpwd.db of ksmbd.mountd

Description

ksmbd.adduser  configures  users  for  ksmbdpwd.db(5)  user database of ksmbd.mountd(8) user mode daemon.
       ksmbd.adduser can parse ksmbd.conf(5) configuration file so as to guard against deletion  of  users  that
       are depended on.  ksmbd.adduser notifies ksmbd.mountd of changes if it had made any.

Exit Status

       The exit status is 0 on success and 1 on failure.  Failure to  notify  ksmbd.mountd  of  changes  has  no
       effect on exit status.

Name

       ksmbd.adduser - configure users for ksmbdpwd.db of ksmbd.mountd

Options

       If  neither  -a,  -u,  nor -d is given, either add or update USER.  USER must be UTF-8 and [1, 48) bytes.
       USER cannot contain colon (:).

       -a, --add
              Add USER to user database.

       -u, --update
              Update USER in user database.

       -d, --delete
              Delete USER from user database.

       -p, --password=PWD
              Use PWD as user password instead of prompting.  PWD must be UTF-8 and [0, 129) bytes.

       -P, --pwddb=PWDDB
              Use PWDDB as user database instead of /etc/ksmbd/ksmbdpwd.db.

       -C, --config=CONF
              Use CONF as configuration file instead of /etc/ksmbd/ksmbd.conf.

       -v, --verbose
              Be verbose.

       -V, --version
              Output version information and exit.

       -h, --help
              Display this help and exit.

Reporting Bugs

       For bug reports, use the issue tracker at https://github.com/cifsd-team/ksmbd-tools/issues.

See Also

UserDatabaseksmbdpwd.db(5)

       ConfigurationFileksmbd.conf(5)

       Utilitiesksmbd.addshare(8), ksmbd.control(8), ksmbd.mountd(8)

ksmbd-tools 3.5.3                                                                               KSMBD.ADDUSER(8)

Synopsis

ksmbd.adduser [-v] [-P PWDDB] [-C CONF] [-a | -u | -d] [-p PWD] USER

See Also