Re: [Samba] config file locations

2009-10-07 Thread John Drescher
On Wed, Oct 7, 2009 at 1:32 PM, Richard Clemens rich.clem...@clevelandtrack.com wrote: I need to know where SAMBA stores the information to allow users to connect to the server with password encryption enabled. I have checked /etc/samba/smbpasswd with no luck. I believe these are stored in

Re: [Samba] config file locations

2009-10-07 Thread Richard Clemens
I checked and for my version this is not the case. I am using RHEL 5.4 server edition. I did find .tdb files in /etc/samba. I tried to view the files using vim but no joy. I need a file that I can edit using vi or gedit and avoid the gui tool or a way to import the data from a text file.

Re: [Samba] config file locations

2009-10-07 Thread Helmut Hullen
Hallo, John, Du meintest am 07.10.09: I need to know where SAMBA stores the information to allow users to connect to the server with password encryption enabled. I have checked /etc/samba/smbpasswd with no luck. I believe these are stored in .tdb files in /var/lib/samba *.tdb looks like

Re: [Samba] config file locations

2009-10-07 Thread Herb Lewis
you can always run smbd -b and check the first part of the output for the various paths your version is using Richard Clemens wrote: I need to know where SAMBA stores the information to allow users to connect to the server with password encryption enabled. I have checked /etc/samba/smbpasswd

Re: [Samba] config file locations

2009-10-07 Thread Adam Tauno Williams
On Wed, 2009-10-07 at 14:23 -0400, Richard Clemens wrote: I checked and for my version this is not the case. I am using RHEL 5.4 server edition. I did find .tdb files in /etc/samba. I tried to view the files using vim but no joy. I need a file that I can edit using vi or gedit and avoid the

Re: [Samba] config file locations

2009-10-07 Thread Richard Clemens
This is great. I just tried pdbedit and it works perfectly. Thanks for the help. This will greatly reduce errors. Next question. Can I import the information from my /etc/passwd file so I don't have to manually type information for 100 people? I did read the man pages but it is a bit

Re: [Samba] config file locations

2009-10-07 Thread Richard Clemens
Here is the break down of what I have to do. I have a samba server with about 100 user accounts on it. Right now samba is running with the password encryption option turned off. Recent upgrades are making it so I have to turn on encrypted passwords. I need to be able to import the user account