nixos: samba module: fix typo & clarify

This commit is contained in:
Tobias Geerinckx-Rice 2015-09-14 02:51:39 +02:00
parent e968dd9be5
commit b6c24c12b4

View File

@ -97,8 +97,8 @@ in
description = '' description = ''
Enabling this will add a line directly after pam_unix.so. Enabling this will add a line directly after pam_unix.so.
Whenever a password is changed the samba password will be updated as well. 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 However, you still have 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 If you don't want to maintain an extra password database, you still can send plain text
passwords which is not secure. passwords which is not secure.
''; '';
}; };