Re: [Samba] XP - The Procedure Number is Out of Range

2003-08-29 Thread Jose Eloy da Costa Junior
Faa as seguintes alteraes no registro do windows:

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Netlogon\Parameters]
DisablePasswordChange=dword:
maximumpasswordage=dword:001e
requiresignorseal=dword:
requirestrongkey=dword:
sealsecurechannel=dword:0001
signsecurechannel=dword:0001
Update=no

Att.

Jos Eloy Jr.

Em Sex, 2003-08-29 s 06:39, Eric Wilson escreveu:

 Hi All;
 
 I too have this problem. I've seen may requests for assistance on this
 problem,  but I never see any response or solution.
 
 In my case it's a very simple environment Samba v 3.0 RC1  RHv9.0,  PCs
 are all XP PRO.
 
 If this a documented problem can someone point us to the documentation
 that solves this problem?  If I can provide more detail please let me
 know, I'd be happy to provide logs or some testing.
 
 
 Thanks in advance.
 
 Cheers;
 
 E!
 
 -
 Eric Wilson
 
 
 
 
  On Tue, 19 Aug 2003, Gerald (Jerry) Carter wrote :
 
   Subject: Re: [Samba] XP - The Procedure Number is Out of Range
  
Hi all,
   
I have a new samba pdc for a network of about 3500 users. Smbpasswd
  was
too slow - but ldap works nice and quick for all but XP users. This is
  a
mixed environment of 95, 98, 2000 and XP boxes using roaming profiles
and nt4 style policies.
  
What version of Samba ?
 
 
  I receive the same error trying to connect WinXP-Pro SP1 client, to samba3
  PDC,release RC1 - following error occured : The procedure number is out
  of range.
 
  I followed the samba-PDC document, from IBM to make make the changes on
  WindowXP-Pro (registry file and in Local Security Policy).
 
  Any hints please ?
 
  Thank you,
   Florentin.
 
  ===
  [global]
  workgroup = ALOHA_SERVER
  netbios name = ALOHA_NEBIOS
  server string = aloha (%v,%h)
  guest account = guest
  passwd program = /usr/bin/passwd %u
  passwd chat = *Enter\snew\sUNIX\spassword:* %n\n
  *Retype\snew\sUNIX\spassword:* %n\n .
  client lanman auth = No
  client plaintext auth = No
  log level = 5 passdb:5 auth:10
  max log size = 50
  socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
  add user script = /usr/sbin/useradd -d /dev/null -g smbcomp -s /bin/false
  -M %u
  logon script = _logon.cmd
  logon path = \\%N\profiles\%u
  logon drive = H:
  logon home = \\%L\%U
  domain logons = Yes
  os level = 65
  preferred master = Yes
  domain master = Yes
  wins support=no
  preload = flori ,guest ,root
  panic action=/usr/local/bin/smb_mail.sh
  valid users = root, flori, guest
  admin users = root
  hosts allow = 192.168.0., 127.0.0.
  profile acls = Yes
 
  [netlogon]
  path = /home/samba/_netlogon
  write list = root, flori
  guest ok = Yes
  browseable = No
 
  [profiles]
  path = /home/samba/_profiles
  read only = No
 
  [homes]
  comment = Home Directories
  read only = No
  create mask = 0760
  force create mode = 0660
  directory mask = 0770
  locking = No
  oplocks = No
 
  [printers]
  comment = All Printers
  path = /tmp
  guest ok = Yes
  printable = Yes
  printing = lprng
  print command = /usr/bin/lpr -r  %s
  printer name = lp
  browseable = No
  ==
 
 
  --
  To unsubscribe from this list go to the following URL and read the
  instructions:  http://lists.samba.org/mailman/listinfo/samba
 


-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] The procedure range is out of range X windows XP

2003-08-19 Thread Jose Eloy da Costa Junior
Pessoal,

Algum j experimentou esse erro com o samba 3rc1 ?
the procedure number is out of range
Consigo juntar a mquina XP ao domnio, mas quando tento logar com
qualquer usurio obtenho essa mensagem.

meu smb.conf:

Global Settings [global]

; Configuraes bsicas
netbios name = SRVTESTE
workgroup = MEUDOMINIO

; Base de dados para usurios e mquinas
; Escolhas possveis so: tdbsam, tdbsam_nua, smbpasswd,
smbpasswd_nua, 
; ldapsam, ldapsam_nua, xmlsam, guest
 passdb backend = tdbsam

#   ldap ssl = no
passwd chat = *New*password* %n\n *Retype*new*password* %n\n
*passwd:*all*authentication*tokens*updated*successfully*
hosts allow = 127.  172.16.0. 172.16.1. 172.16.2. 172.16.3.
172.16.4.
#passwd program = /usr/bin/passwd %u
#dns proxy = no
printing = cups

; Para o samba atuar como um domain e master browser
local master = yes
domain master = yes
preferred master = yes 

; Configuraes de segurana
security = user

; Criptografar senhas  necessrio para um PDC
encrypt passwords = yes
  
; Suporte para logons
domain logons = yes   

debug level = 3
os level = 50
printcap name = cups
max log size = 100
log level = 3
log file = /var/log/samba/log.%m
load printers = yes
smb passwd file = /etc/samba/smbpasswd
socket options = TCP_NODELAY IPTOS_LOWDELAY  SO_RCVBUF=8192
SO_SNDBUF=8192
logon drive = H:
map to guest = never
null passwords = no
logon home = \\%L\%U\.profile
dead time = 0
keep alive = 20 
password level = 0
wins support = no
server string = Samba Server %v
path = /temp
unix password sync = yes
logon path = \\%L\profiles\%U
#add user script = /usr/sbin/useradd -d /dev/null -g machines -s
/bin/false -M %u
add machine script = /usr/sbin/useradd -d /dev/null -g machines -s
/bin/false -M %u
logon script = netlogon.bat
hide dot files = yes
pam password change = yes
time server = yes
#interfaces = eth0 lo 
#domain admin group = @admins 

dicas sero bem vindas,

Att.

Eloy


-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba