Linux « ドメインコントローラの強制削除 | HOME | yum - does not work... »
■ Samba - pdbedit
Command "pdbedit" is used to manage user accounts for Samba. Before setup a Samba account, Linux user account has to be created in advance respectively.
Create new user
# pdbedit -a user_name
Delete user
# pdbedit -x user_name
Change password
# smbpasswd user_name
Linux and Samba password can be different.
List user
# pdbedit -L
Check user status
# pdbedit -L -v user_name
or
# pdbedit -u user_name -v
投稿者 tomopugh : 2009年02月25日 10:53

