Has anyone added windows 2000 computers to Samba3.0a20
PDC, I have been trying to do that and I always get
"Incorrect Parameter" message on windows 2000 client,
the same problem occured with alpha19, but joining
alpha18 PDC used to work fine with me. Any
suggestions?
My smb.conf file
[global]
workgroup = ZSQUID
netbios name = hsalin
server string = Samba 3.0alpha20
security = user
encrypt passwords = Yes
passdb backend = smbpasswd
use spnego = No
domain logons = Yes
os level = 64
lm announce = Auto
lm interval = 60
preferred master = Auto
local master = Yes
domain master = Auto
browse list = Yes
enhanced browsing = Yes
wins support = Yes
admin users = root
map to guest = Bad User
null passwords = yes
winbind uid = 10000-20000
winbind gid = 10000-20000
template homedir = /home/%D/%U
template shell = /bin/false
winbind cache time = 15
winbind use default domain = Yes
__________________________________________________
Do you Yahoo!?
Faith Hill - Exclusive Performances, Videos & More
http://faith.yahoo.com
On Wed, Oct 09, 2002 at 10:31:16PM -0700, Hesham S. Ahmed wrote:> Has anyone added windows 2000 computers to Samba3.0a20 > PDC, I have been trying to do that and I always get > "Incorrect Parameter" message on windows 2000 client, > the same problem occured with alpha19, but joining > alpha18 PDC used to work fine with me. Any > suggestions? > > My smb.conf file > > [global] > workgroup = ZSQUID > netbios name = hsalin > server string = Samba 3.0alpha20 > security = user > > encrypt passwords = Yes > > passdb backend = smbpasswd > use spnego = NoThis might be interesting. We have this 'fixed', so you should not longer set this option.> domain logons = Yes > os level = 64 > lm announce = Auto > lm interval = 60 > preferred master = Auto > local master = Yes > domain master = Auto > browse list = Yes > enhanced browsing = Yes > wins support = Yes > > admin users = root > map to guest = Bad UserThis might do 'weird stuff'.> null passwords = yes > > winbind uid = 10000-20000 > winbind gid = 10000-20000 > template homedir = /home/%D/%U > template shell = /bin/false > winbind cache time = 15 > winbind use default domain = YesAndrew Bartlett
I too am getting this error with samba alpha 20. I am using an ldap backend also. I have the add machine script also. It will take the admin password, create the machine account, then come back with parameter is incorrect. On Wed, Oct 09, 2002 at 10:31:16PM -0700, Hesham S. Ahmed wrote:> Has anyone added windows 2000 computers to Samba3.0a20 > PDC, I have been trying to do that and I always get > "Incorrect Parameter" message on windows 2000 client, > the same problem occured with alpha19, but joining > alpha18 PDC used to work fine with me. Any > suggestions?
Here is my config.
[global]
workgroup = TESTDOMAIN
netbios name = TEST
null passwords = Yes
passdb backend = ldapsam:ldap://localhost
log file = /usr/local/samba/logs
add user script = /usr/sbin/useradd -d /dev/null -g 503 -s
/bin/false -M %u
add machine script = /usr/sbin/useradd -d /dev/null -g 503 -s
/bin/false -M %u
logon path = \\%N\profiles\%g
logon drive = U:
domain logons = Yes
os level = 255
preferred master = True
domain master = True
wins server = 192.168.0.15
wins support = Yes
<----
Ldap settings removed
---->
ldap ssl = start tls
comment = Linux RedHat Samba Server
guest ok = Yes
security = server
On Thu, 14 Nov 2002, Samba Guy wrote:> Here is my config. > > > [global] > workgroup = TESTDOMAIN > netbios name = TEST > null passwords = Yes > passdb backend = ldapsam:ldap://localhost > log file = /usr/local/samba/logs > add user script = /usr/sbin/useradd -d /dev/null -g 503 -s > /bin/false -M %u > add machine script = /usr/sbin/useradd -d /dev/null -g 503 -s > /bin/false -M %u > logon path = \\%N\profiles\%g > logon drive = U: > domain logons = Yes > os level = 255 > preferred master = True > domain master = TrueOops! Either you are a WINS Server, or you are a WINS Client - BUT not both.> wins server = 192.168.0.15^^^^^^^^^^^^ This says I am a WINS Client> wins support = Yes^^^^^^^^^^^^^^^^^^ This says I am a WINS Server.> <---- > Ldap settings removed > ----> > ldap ssl = start tls > comment = Linux RedHat Samba Server > guest ok = Yes > security = server > > >- John T. -- John H Terpstra Email: jht@samba.org