Hi,

I have still a problem with Samba 2.2.8a with LDAP configured
as a domain member.  The underlying filesystem is XFS with ACL
support.

According to smbpasswd the host successfully joind our domain but
when I access shares on the host I see

        HOSTNAME\user

instead of

        DOMAIN\user

in the Windows 2000 "Security Settings".  I would be very glad if
you comment on my smb.conf.

Is there a way to test whether the host is still in the domain?


Thx in advance.

/Holger

# smb.conf
#
# $Id$

[global]
        workgroup = DOMAIN

        interfaces = 192.168.0.3

        security = domain
        encrypt passwords = yes
        password server = pdc.domain.de

        os level = 20

        domain master = no
        local master = no

        map to guest = Bad User

        socket options = SO_KEEPALIVE IPTOS_LOWDELAY TCP_NODELAY

        veto files = /*.eml/*.nws/riched20.dll/*.{*}/

        ldap ssl = no
        ldap server = dir.domain.de
        ldap port = 389
        ldap suffix = ou=people,dc=domain,dc=de
        ldap admin dn = cn=admin,dc=domain,dc=de
        ldap filter = (&(objectClass=sambaAccount)(uid=%u))

        load printers = no

[Software]
        comment = Standard-Software
        path = /opt/share/windows
        write list = @rl-oper
        force group = rl-oper
        create mask = 0664
        directory mask = 0775
        guest ok = yes

[Office]
        comment = Office-Daten
        path = /var/data/office
        write list = @office
        force group = office
        create mask = 0664
        directory mask = 0775
        guest ok = yes

[Info-System]
        comment = Info-System
        path = /var/data/info-system
        write list = @users
        force group = users
        create mask = 0664
        directory mask = 0775

[CVS-RO]
        comment = CVS Repository (ro)
        path = /var/data/cvs
        valid users = @rl-devel
        read only = yes

[cdrom]
        comment = CDROM
        path = /cdrom
        guest ok = yes

-- 
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