Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

ksmbdpwd.db - the user database for ksmbd.mountd

Description

ksmbdpwd.db is the user database for ksmbd.mountd(8) user mode daemon. ksmbd.adduser(8) may be used for configuring users for ksmbdpwd.db. ksmbd.adduser notifies ksmbd.mountd of changes, if it had made any, by sending the SIGHUP signal to ksmbd.mountd. ksmbd.control--reload can be used for notifying ksmbd.mountd of changes when not using ksmbd.adduser. ksmbdpwd.db is expected to be at /etc/ksmbd/ksmbdpwd.db by default.

File Format

ksmbdpwd.db consists of users separated by newlines. Each user consists of a name and a password, in that order, separated by a colon (:). The name must be UTF-8 and [1, 48) bytes. The password is created from the user-input UTF-8 password, [0, 129) bytes, by converting it to UTF-16LE, then MD4-hashing it, and finally Base64-encoding and padding it.

Name

ksmbdpwd.db - the user database for ksmbd.mountd

Reporting Bugs

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

See Also

Utilitiesksmbd.adduser(8), ksmbd.mountd(8) ksmbd-tools 3.5.3 KSMBDPWD.DB(5)

See Also