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. I have authenticated successfully with several non-xp boxes and smbclient. Below are the only failure messages that seem to be generated that are unique to the XP. I would be happy to provide the smb.conf or more complete logging if needed. Any help would be appreciated. [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 Thanks. -- David Bronson
Gerald (Jerry) Carter
2003-Aug-19 14:11 UTC
[Samba] XP - "The Procedure Number is Out of Range"
-----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 lsasscheers, 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-----
Florentin Ionescu
2003-Aug-20 23:50 UTC
[Samba] XP - "The Procedure Number is Out of Range"
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 ==============================================================