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

2003-08-31 Thread Eric Wilson
Jerry;

I've alway's used the Unofficial Samba HOWTO by David Lechnyr, off the
samba.org website.  It's a brilliant document. but as it happens,  Section
5.3.3 describes the changes to the XP Registry and it seems to be missing
the entries that have caused my problem.

In the response from Jose Eloy da Costa Junior came the clue.  He included
sealsecurechannel=dword:0001

--
Faça as seguintes alterações 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.


It seems this has solved the problem.



Thanks to Jose, and to you too Jerry, for your response.


Cheers;

E!

-
Eric Wilson


There is nothing more frightful than ignorance in action.
-Johann von Goethe, German Playwright
1749-1832


 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 On Fri, 29 Aug 2003, Eric Wilson wrote:

 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.

 I've tried to reproduce this and cannot.  See

   https://bugzilla.samba.org/show_bug.cgi?id=309

 Can you send me level 10 debug logs off list and I'll
 work on it some more.  I've reopened the bug report.




 cheers, jerry
  --
  Hewlett-Packard- http://www.hp.com
  SAMBA Team -- http://www.samba.org
  GnuPG Key   http://www.plainjoe.org/gpg_public.asc
  You can never go home again, Oatman, but I guess you can shop there.
 --John Cusack - Grosse Point Blank (1997)

 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.2.0 (GNU/Linux)
 Comment: For info see http://quantumlab.net/pine_privacy_guard/

 iD8DBQE/T3vxIR7qMdg1EfYRAgWAAKCW+/QWTe0GvpJ8LXByyr3EKRABgQCeIOhP
 3TwbmRlJgw59w6qgj4YZ+dc=
 =I4iQ
 -END PGP SIGNATURE-


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


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

2003-08-29 Thread Eric Wilson
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


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


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

2003-08-29 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Fri, 29 Aug 2003, Eric Wilson wrote:

 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.

I've tried to reproduce this and cannot.  See

  https://bugzilla.samba.org/show_bug.cgi?id=309

Can you send me level 10 debug logs off list and I'll 
work on it some more.  I've reopened the bug report.




cheers, jerry
 --
 Hewlett-Packard- http://www.hp.com
 SAMBA Team -- http://www.samba.org
 GnuPG Key   http://www.plainjoe.org/gpg_public.asc
 You can never go home again, Oatman, but I guess you can shop there.  
--John Cusack - Grosse Point Blank (1997)

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.0 (GNU/Linux)
Comment: For info see http://quantumlab.net/pine_privacy_guard/

iD8DBQE/T3vxIR7qMdg1EfYRAgWAAKCW+/QWTe0GvpJ8LXByyr3EKRABgQCeIOhP
3TwbmRlJgw59w6qgj4YZ+dc=
=I4iQ
-END PGP SIGNATURE-

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


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

2003-08-20 Thread Florentin Ionescu
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


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

2003-08-19 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Fri, 15 Aug 2003, David Bronson wrote:

 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 ?

 [2003/08/15 16:04:14, 3] smbd/process.c:switch_message(676)
 switch message SMBwriteX (pid 17832)
 [2003/08/15 16:04:14, 0]
 rpc_server/srv_pipe.c:api_pipe_netsec_process(1340)
 Invalid auth info 68 or level 5 on schannel
 [2003/08/15 16:04:14, 0]
 rpc_server/srv_pipe_hnd.c:process_request_pdu(605)
 process_request_pdu: failed to do schannel processing.
 [2003/08/15 16:04:14, 3]
 rpc_server/srv_pipe_hnd.c:process_complete_pdu(752)
 process_complete_pdu: DCE/RPC fault sent on pipe lsass




cheers, jerry
 --
 Hewlett-Packard- http://www.hp.com
 SAMBA Team -- http://www.samba.org
 GnuPG Key   http://www.plainjoe.org/gpg_public.asc
 You can never go home again, Oatman, but I guess you can shop there.  
--John Cusack - Grosse Point Blank (1997)

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)
Comment: For info see http://quantumlab.net/pine_privacy_guard/

iD8DBQE/QjAGIR7qMdg1EfYRApuNAKDAMt9fqsFU9jUUej0aAQUXlgrdNwCg2CW1
5ciARANxrwPvGpvNRyY4xIo=
=1aiA
-END PGP SIGNATURE-

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