have installed samba 3.5.12 on my CentOS5.1.I have uninstall old samba files from my system using yum and download samba 3.5.12.After decompressing I took following steps

Code:

1-   ./autogen.sh 
2-   ./configure
3-    make
4-    make isntall

Usually smb.conf file reside on /etc/samba/smb.conf or /usr/local/samba/lib/smb.conf but I does not find any smb.conf file after installation.

I also use but nothing find.

[root@localhost ~]# rpm -qa | grep samba
link|improve this question

0% accept rate
feedback

migrated from stackoverflow.com Jan 5 at 11:30

This question came from our site for professional and enthusiast programmers.

2 Answers

Have a look in /usr/local/etc, or /usr/local/samba, or such.

link|improve this answer
feedback

Are you installing the client or the server? The client doesn't push smb.conf by default.

Have you tried

sudo find / | grep smb.conf
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.