forked from mirrors/nixpkgs
nixos: samba module: fix typo & clarify
This commit is contained in:
parent
e968dd9be5
commit
b6c24c12b4
|
@ -97,8 +97,8 @@ in
|
|||
description = ''
|
||||
Enabling this will add a line directly after pam_unix.so.
|
||||
Whenever a password is changed the samba password will be updated as well.
|
||||
However you still yave to add the samba password once using smbpasswd -a user
|
||||
If you don't want to maintain an extra pwd database you still can send plain text
|
||||
However, you still have to add the samba password once, using smbpasswd -a user.
|
||||
If you don't want to maintain an extra password database, you still can send plain text
|
||||
passwords which is not secure.
|
||||
'';
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue