Samba 4 AD Member Server

T

tobias-k

Moin,
*ich bin der Neue und komme jetzt öfters* :)

Ich hoffe Ihr könnt mir helfen. Ich migriere grade eine große Umgebung von Samba 3 auf Samba 4.
Die DC's stehen schon, soweit auch alles fein. Jedoch bekomme ich die Memberserver (Fileserver) nicht wirklich ans laufen.

Ich habe mich grundlegend an dieses HowTo gehalten:
https://wiki.samba.org/index.php/Setup_a_Samba_AD_Member_Server

Meine smb.conf
Code:
[global]

        workgroup = MYDOM
        realm = MYDOM.LOCAL
        netbios name = FSHH6
        netbios aliases = fshh6.hh.mydom.de fshh6 fshh6.tec.mydom.de
        server string = Backup-Fileserver 6 Hamburg
        security = ADS
        dns forwarder = 192.168.100.200
        encrypt passwords = yes
        wins support = yes
        idmap config *:backend = tdb
        idmap config *:range = 70001-80000
        idmap config STUDIOFUNK:backend = ad
        idmap config STUDIOFUNK:schema_mode = rfc2307
        idmap config STUDIOFUNK:range = 500-40000

        winbind nss info = rfc2307
        winbind trusted domains only = no
        winbind use default domain = yes
        winbind enum users  = yes
        winbind enum groups = yes

loglevel = 3

#### Member Server
        vfs objects = acl_xattr
        map acl inherit = Yes
        store dos attributes = Yes

### Interfaces
#       interfaces = eth1, lo
#       bind interfaces only = yes


####  Pimp my Samba 4
        socket options = TCP_NODELAY SO_SNDBUF=131072 SO_RCVBUF=131072

#### Misc
        domain logons = No
        wins support = Yes
        local master = No
        domain master = No
        preferred master = No

#### ZFS
        inherit acls = yes
        csc policy = disable
        store dos attributes = yes
        dos filemode = no
        ea support =  yes

#### Printing aus
        load printers = no
        printing = bsd
        printcap name = /dev/null
        disable spoolss = yes

[share1]
        comment = share
        path = /home/share
        read only = No

nsswitch.conf
Code:
# /etc/nsswitch.conf
#
# Example configuration of GNU Name Service Switch functionality.
# If you have the `glibc-doc-reference' and `info' packages installed, try:
# `info libc "Name Service Switch"' for information about this file.

passwd:         compat winbind
group:          compat winbind
shadow:         compat winbind

hosts:          files dns
networks:       files

protocols:      db files
services:       db files
ethers:         db files
rpc:            db files

netgroup:       nis

Problem ist das
wbinfo -u
und
wbinfo -g

mir alles dauber ausgeben, jedoch getent gar nichts.
Somit komme ich nicht weiter um die Freigaben final einzurichten..

Samba 4.1.6 auf Ubuntu 14.04

Hat jemand eine Idee?

Grüße
 
Bist Du an der Stelle irgendwie weiter gekommen?
Wenn nicht vielleicht bekommen wir es zusammen hin.
Ich habe das selbe Problem, allerdings mit Samba 4.1.13 unter gentoo

Gruß
tazinblack
 

Ähnliche Themen

Samba 4.9.5-Debian - Kennwort von unix übernehmen

Zugriff Ubuntu 16.04. auf Freigabe 18.04. LTS nicht möglich

Samba Dateien und Ordner verschieben

Samba-Server mit Univention Corporate Server

Problem bei der Vergabe von Sciherheitsinformationen auf eine Freiagbe

Zurück
Oben