Results 11 to 15 of 15
Hi there again;
it works
the machine script and the passdb backend = smbpasswd
did the trick
thanx
:P
I'm defenetly going to do some serious rtfm in /usr/share/docs/samba
cause ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 04-15-2004 #11Just Joined!
- Join Date
- Feb 2004
- Posts
- 23
Hi there again;
it works
the machine script and the passdb backend = smbpasswd
did the trick
thanx
:P
I'm defenetly going to do some serious rtfm in /usr/share/docs/samba
cause that's 2 entrys i never heard off.
Lets see what else is in there
- 04-16-2004 #12Linux Newbie
- Join Date
- Dec 2003
- Location
- Netherlands
- Posts
- 193
I'm glad to hear that
Computers Are Like Air Conditioners... They\'re both useless with Windows open!
- 05-22-2004 #13Just Joined!
- Join Date
- May 2004
- Location
- Lima, OH
- Posts
- 3
Same problem
I saw that you guys help out on this and got it working...I'm having the same problem but the solutions provided here did not work for me.
Fedora Core 1
samba-3.0.2-7.FC1
smb.conf (dump from testparm):
[global]
workgroup = GWD
server string = Samba File Server
interfaces = eth0
obey pam restrictions = Yes
password server = None
passdb backend = tdbsam:/etc/samba/private/passdb.tdb, smbpasswd:/etc/samba/smbpasswd
pam password change = Yes
passwd program = /usr/bin/passwd %u
passwd chat = *New*password* %n\n *Retype*new*password* %n\n *passwd:*all*authentication*tokens*updated*success fully*
username map = /etc/samba/smbusers
unix password sync = Yes
log file = /var/log/samba/%m.log
max log size = 0
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
printcap name = cups
add user script = /usr/sbin/useradd %u
add machine script = /usr/sbin/adduser -n -g machines -c Machine -d /dev/null -s /bin/false %u
logon script = %U.bat
logon path = \\%L\Profiles\%U
logon drive = h:
logon home = \\gildogg\%U
domain logons = Yes
os level = 64
preferred master = Yes
domain master = Yes
dns proxy = No
wins support = Yes
guest ok = Yes
hosts allow = 10.0.1., 127.
printing = cups
preserve case = No
short preserve case = No
[Profiles]
path = /home/profiles
read only = No
create mask = 0600
directory mask = 0700
profile acls = Yes
browseable = No
[temp]
comment = Temporary file space
path = /tmp
write list = @users
read only = No
create mask = 0777
directory mask = 0775
[homes]
comment = Home Directories
valid users = %S
read only = No
create mask = 0600
directory mask = 0700
hide files = /*.pst/
browseable = No
[netlogon]
comment = Netlogon
path = /home/netlogon
browseable = No
[printers]
comment = All Printers
path = /var/spool/samba
printer admin = root
read only = No
printable = Yes
browseable = No
- 05-22-2004 #14Just Joined!
- Join Date
- May 2004
- Location
- Lima, OH
- Posts
- 3
When I look at /var/log/messages it gives me:
May 22 14:42:29 gildogg samba(pam_unix)[13414]: session opened for user root by (uid=0)
May 22 14:42:29 gildogg samba(pam_unix)[13414]: session closed for user root
when I try to join the domain from Windows XP Professional.
- 05-22-2004 #15Just Joined!
- Join Date
- May 2004
- Location
- Lima, OH
- Posts
- 3
DOH!
feel stupid now...forgot to create the machines group specified in my smb.conf file.


Reply With Quote
