Hi,

I have a problem using Samba 2.2.8a on Linux (Debian) as a
domain member.

smbpasswd told me that the host successfully joined our local
domain, but acsessing a shares "Security Settings" through
Windows' network neighbourhood sais

        HOSTNAME\user

instead of

        DOMAIN\user

which is the case on our domain controllers.

I am using an OpenLDAP repository four user management.

Below is my smb.conf.

Thx in advance.

/Holger

# smb.conf
#
# $Id$

[global]
        workgroup = MYDOMAIN

        interfaces = 192.168.0.3

        security = domain
        encrypt passwords = yes
        password server = pdc.mydomain.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 = pdc.mydomain.de
        ldap port = 389
        ldap suffix = ou=people,dc=mydomain,dc=de
        ldap admin dn = cn=admin,dc=mydomain,dc=de
        ldap filter = (&(objectClass=sambaAccount)(uid=%u))

        load printers = no

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

Attachment: pgp2usOWXnEjP.pgp
Description: PGP signature

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