Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Samba PDC Problem logon Windows XP *** URGENT HELP NEEDED **
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
Rusty1973
n00b
n00b


Joined: 20 Jan 2005
Posts: 67
Location: Hamburg Germany

PostPosted: Fri Sep 09, 2005 3:41 pm    Post subject: Samba PDC Problem logon Windows XP *** URGENT HELP NEEDED ** Reply with quote

i setup a samba server as PDC

everything looks fine so far, i can add computers to the domain and i can logon as root,
but if i try to logon as user, i get this:

The System cannot log you on due to the following problem

A device attached to the system is not functioning


her is my smb.conf

# This is the main Samba configuration file. You should read the
# smb.conf(5) manual page in order to understand the options listed
# here. Samba has a huge number of configurable options (perhaps too
# many!) most of which are not shown in this example
#
# Any line which starts with a ; (semi-colon) or a # (hash)
# is a comment and is ignored. In this example we will use a #
# for commentry and a ; for parts of the config file that you
# may wish to enable
#
# NOTE: Whenever you modify this file you should run the command "testparm"
# to check that you have not made any basic syntactic errors.
#
#======================= Global Settings =====================================
[global]
netbios name = THUNDER
workgroup = IBMG2
server string = THUNDER
hosts allow = 172.16.32.0/21 172.16.8.0/21 127.0.0.0/8
security = user
encrypt passwords = yes
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
interfaces = lo eth0
bind interfaces only = yes
local master = yes
os level = 65
domain master = yes
preferred master = yes
null passwords = no
hide unreadable = yes
hide dot files = yes
domain logons = yes
logon script = login.bat OR %U.bat
logon path = \\%L\profiles\%U
logon drive = X:
logon home = \\%L\%U
wins support = yes
name resolve order = wins lmhosts hosts bcast
dns proxy = no
time server = yes
log file = /var/log/samba3/log.%m
max log size = 50
# location to samba password file
smb passwd file = /etc/samba/private/smbpasswd
add user script = /usr/sbin/useradd -m %u
delete user script = /usr/sbin/userdel -r %u
add group script = /usr/sbin/groupadd %g
delete group script = /usr/sbin/groupdel %g
add user to group script = /usr/sbin/usermod -G %g %u
add machine script = /usr/sbin/useradd -s /bin/false -d /dev/null %u
passwd program = /usr/bin/passwd %u
passwd chat = "*New password:*" %n\r "*New password (again):*" %n\r \ "*Password changed*"
unix charset = ISO8859-1


[netlogon]
path = /var/lib/samba/netlogon
public = no
writeable = no
browseable = no

[profiles]
path = /var/lib/samba/profiles
browseable = no
writeable = yes
default case = lower
preserve case = no
short preserve case = no
case sensitive = no
hide files = /desktop.ini/ntuser.ini/NTUSER.*/
write list = @smbusers @root
create mode = 0600
directory mode = 0700

[homes]
path = /home/%U
browseable = no
valid users = %S
writable = yes
guest ok = no
inherit permissions = yes

[public]
comment = Public IBMG Drive
path = /home/public
public = yes
writeable = no
browseable = yes
write list = @users






Any idea ???

Let me know
_________________
I think Linux is able to replace Redmound's Software it is just a matter of time
"Vista just arrived and DRM will take place"

Some years ago it was "FREE KEVIN"
Today it is "FREE THE DESKTOP"


Last edited by Rusty1973 on Thu Oct 06, 2005 12:15 pm; edited 2 times in total
Back to top
View user's profile Send private message
Rusty1973
n00b
n00b


Joined: 20 Jan 2005
Posts: 67
Location: Hamburg Germany

PostPosted: Mon Sep 12, 2005 2:35 pm    Post subject: Das nobody can help me on this ? Reply with quote

Hey nobody have an idea about my problem ?
_________________
I think Linux is able to replace Redmound's Software it is just a matter of time
"Vista just arrived and DRM will take place"

Some years ago it was "FREE KEVIN"
Today it is "FREE THE DESKTOP"
Back to top
View user's profile Send private message
Rusty1973
n00b
n00b


Joined: 20 Jan 2005
Posts: 67
Location: Hamburg Germany

PostPosted: Thu Oct 06, 2005 11:41 am    Post subject: Where are the Samba Gurus ???? Reply with quote

I'm searching now 2 weeks for a fix ...

i the smb log i found this

[2005/10/06 12:54:33, 1] rpc_server/srv_netlog_nt.c:_net_sam_logon(766)
_net_sam_logon: user IBMG\mlabenda has user sid S-1-5-21-2213078674-1544367147-81815164-2000
but group sid S-1-5-32-545.
The conflicting domain portions are not supported for NETLOGON calls
[2005/10/06 12:54:46, 1] smbd/service.c:make_connection_snum(642)
mlabenda (172.16.32.101) connect to service netlogon initially as user root (uid=0, gid=0) (pid 6511)
[2005/10/06 12:55:40, 1] smbd/service.c:make_connection_snum(642)
mlabenda (172.16.32.101) connect to service root initially as user root (uid=0, gid=0) (pid 6511)
[2005/10/06 12:56:05, 1] smbd/service.c:make_connection_snum(642)
mlabenda (172.16.32.101) connect to service public initially as user root (uid=0, gid=0) (pid 6511)
[2005/10/06 12:57:19, 1] smbd/service.c:close_cnum(830)
mlabenda (172.16.32.101) closed connection to service netlogon
[2005/10/06 13:01:45, 1] smbd/service.c:make_connection_snum(642)
mlabenda (172.16.32.101) connect to service profiles initially as user root (uid=0, gid=0) (pid 6511)
[2005/10/06 13:02:21, 1] smbd/service.c:close_cnum(830)
mlabenda (172.16.32.101) closed connection to service profiles
[2005/10/06 13:02:21, 1] smbd/service.c:close_cnum(830)
mlabenda (172.16.32.101) closed connection to service public
[2005/10/06 13:02:21, 1] smbd/service.c:close_cnum(830)
mlabenda (172.16.32.101) closed connection to service root
[2005/10/06 13:04:06, 1] rpc_server/srv_netlog_nt.c:_net_sam_logon(766)
_net_sam_logon: user IBMG\Mirko has user sid S-1-5-21-2213078674-1544367147-81815164-2020
but group sid S-1-5-32-545.
The conflicting domain portions are not supported for NETLOGON calls

?????
_________________
I think Linux is able to replace Redmound's Software it is just a matter of time
"Vista just arrived and DRM will take place"

Some years ago it was "FREE KEVIN"
Today it is "FREE THE DESKTOP"
Back to top
View user's profile Send private message
starachna
Tux's lil' helper
Tux's lil' helper


Joined: 17 Apr 2003
Posts: 104
Location: south africa

PostPosted: Thu Nov 17, 2005 7:51 am    Post subject: Hi Reply with quote

i found this -> https://forums.gentoo.org/viewtopic-t-270569-highlight-samba+dns+dhcp.html

i hope that helps you, check the second post, sorry i wish i could help more, all the best,

ciao/riaan
_________________
http://www.3am.co.za - za psy trance
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum