Hi,

after an update to samba 3.0.23 i can't connect to shares if i set the option force user.

Samba is used on a Freebsd 5.5p1 Server, the Domain Controller is a Windows 2003 Server.

The [Global] part and a [Share] part follows:

# Global parameters
[global]
    workgroup = IPRO.LEO
    netbios name = UNIXSERVER
    server string = IPRO Samba %v
    interfaces = bge0
    bind interfaces only = Yes
    security = DOMAIN
    client NTLMv2 auth = Yes
    client lanman auth = No
    client plaintext auth = No
    log level = 2
    log file = /var/log/samba.log
    time server = Yes
    os level = 30
    lm interval = 120
    preferred master = No
    local master = No
    domain master = No
    wins support = Yes
    ldap ssl = no
    preload = homes,usr
    socket address = 172.16.0.1
    idmap uid = 17000-22000
    idmap gid = 17000-22000
    winbind use default domain = Yes
    hosts allow = 172.16., 127.0.0.1
    hosts deny = 0.0.0.0/0
    hide dot files = No
    veto oplock files = /*log*/

[plone]
    force user = zope
    writeable = yes
    valid users = jok,kerkow,goetz
    write list = jok,kerkow,goetz
    path = /usr/local/www/Zope/z29test/
    force group = zope

I tried to patch the auth_util.c to rev. 17022 as i seen some posts regarding this, but it didn't work (can't connect at all, core dump)

Ciao,
Jochen

--
--------------------------------------------------
Jochen Knuth          WebMaster http://www.ipro.de
IPRO GmbH             Phone ++49-7152-93330
Steinbeisstr. 6       Fax ++49-7152-933340
71229 Leonberg        EMail: [EMAIL PROTECTED]

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

Reply via email to