LoginSignup
2
1

sambaユーザ登録

Last updated at Posted at 2023-11-15

sambaに新規ユーザを登録する際の覚え書き。

登録済みユーザの確認

pdbedit -L

pdbは"PasswordDataBase"のAbbreviationらしい。

ユーザ登録

pdbedit -a 'username'
new password: 'password'

windows側(クライアント側)からアクセスする際、上記で登録したusernameとpasswordによって認証する。

参考

https://renoji.com/IT.php?Contents=OS_CentOS/Server_File/Samba_User_Registration.html
https://www.samba.org/samba/docs/current/man-html/pdbedit.8.html

2
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1