LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Help me ID this samba error (https://www.linuxquestions.org/questions/linux-networking-3/help-me-id-this-samba-error-112708/)

Eradicator 11-05-2003 12:12 PM

Help me ID this samba error
 
This is what I see if I run testparm

Load smb config files from /etc/samba/smb.conf
params.c:Parameter() - Ignoring badly formed line in configuration file: *passwd:*all*authentication*tokens*updated*successfully*
Processing section "[homes]"
Processing section "[public]"
Loaded services file OK.
Press enter to see a dump of your service definitions

I can share OK now but what does this line mean?

params.c:Parameter() - Ignoring badly formed line in configuration file: *passwd:*all*authentication*tokens*updated*successfully*

Should I be remarking out any of the following line from my smb.conf file? It appears this is where the error is coming from. Would this cause a problem if I remark them out?

unix password sync = Yes
passwd program = /usr/bin/passwd %u
passwd chat = *New*UNIX*password* %n\n *ReType*new*UNIX*password* %n\n
*passwd:*all*authentication*tokens*updated*successfully*

Thanks

david_ross 11-05-2003 01:25 PM

This:
passwd chat = *New*UNIX*password* %n\n *ReType*new*UNIX*password* %n\n
*passwd:*all*authentication*tokens*updated*successfully*

Should be one line:
Code:

passwd chat = *New*UNIX*password* %n\n *ReType*new*UNIX*password* %n\n*passwd:*all*authentication*tokens*updated*successfully*


All times are GMT -5. The time now is 08:29 AM.