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

Reply via email to