----- Original Message -----
Sent: Tuesday, October 29, 2002 8:54 PM
Subject: Samba PDC

guys,
 
i'm configuring a Samba Primary Domain Controller.
 
i compiled the 2.2.5 version with ./configure --prefix=/usr/samba --with-quotas
 
and followed the Samba-HOWTO-Collection
 
I configured my Win2K workstation with the following parameters:
 
        COMPUTER NAME        = CISCO1
        COMPUTER DOMAIN     = COMPLAB
        USER NAME                 = root
        PASSWORD                 = <the password i set in smbpasswd -a root>
 
i'm having "The speficied network password is not correct" error.  many times i changed the smb password of root
 
i tried to logon as USER NAME = allan, this user is also in the smpasswd file and i'm having "Unknown user name or bad password" error
 
but, USER NAME = allan can log-in to my Win98 workstation with the same COMPUTER DOMAIN = COMPLAB,
 
root cannot log to the Win98 WS and having "domain password is in correct" error
 
 
here are the log files from /usr/samba/var and the samba configuration file
 
 
log.cisco1
 
[2002/10/29 20:14:11, 0] passdb/pdb_smbpasswd.c:pdb_getsampwnam(1367)
unable to open passdb database.   <-------- when i tried to log as allan
[2002/10/29 20:17:50, 0] smbd/service.c:make_connection(578)
Can't become connected user!    <----------- when i tried to log as root
 
 
log.nmbd
[2002/10/29 20:22:21, 0] nmbd/nmbd_become_lmb.c:become_local_master_stage2(404)
*****
Samba name server TIPMLA is now a local master browser for workgroup COMPLAB on subnet 10.2.1.4
*****
[2002/10/29 20:22:21, 0] nmbd/nmbd_become_lmb.c:become_local_master_stage2(404)
*****
Samba name server TIPMLA is now a local master browser for workgroup COMPLAB on subnet 10.2.1.5
*****
[2002/10/29 20:22:21, 0] nmbd/nmbd_responserecordsdb.c:find_response_record(234)
find_response_record: response packet id 31039 received with no matching record.
 
 
log.smbd
 
[2002/10/29 20:21:58, 0] smbd/server.c:main(707)
smbd version 2.2.5 started.
Copyright Andrew Tridgell and the Samba Team 1992-2002

 

smb.conf
 
[global]
 
netbios name = TIPMLA
workgroup = COMPLAB
domain master = yes
local master = yes
allow hosts = 10. 127.
printing = lprng
dns proxy = no
encrypt passwords = yes
time server = yes
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
invalid users = root,bin,daemon,adm,sync,shutdown,halt,mail,news,uucp,operator,gopher
case sensitive = no
preferred master = yes
logon script = smb.bat %u
interfaces = 10.2.1.4/255.0.0.0 10.2.1.5/255.0.0.0
security = user
domain logons = yes
logon path = \\%L\profiles
logon drive = H:
logon home = \\%L\%u
server string = Samba Server
log file = /usr/samba/var/log.%m
load printers = yes
mangle case = yes
os level = 255
add user script = /usr/sbin/useradd -d /dev/null -g CISCO -s /bin/false -M %u     
                                                                           ^
                                                                           |
                                                                           -------- i created a CISCO group, also included root and allan in that group <does it make any sense?>
domain admin group = @adm  <- also included allan in the adm group
 
 
[profiles]
 
path = /home/profiles
read only = no
create mask = 0700
directory mask = 0700
 
 
[homes]
 
guest ok = no
read only = no
create mask = 0700
directory mask = 0700
locking = no
 
 
[netlogon]
 
path = /home/netlogon
comment = Network Logon Service
browsable = no
 
 
[ITSO]
 
path = /ITSO
writable = yes
create mode = 0660
directory mode = 0770
comment = ITSO' Group Shared Directory
invalid users = root,bin,daemon,adm,sync,shutdown,halt,mail,news,uucp,operator,gopher
write list = allan
 
 
------------------
 
what could be the problem?
 
^_^x
 
 

Reply via email to