DSFW Default configuration SMB.conf files for OES11

  • 7010181
  • 19-Feb-2012
  • 27-Apr-2012

Environment

Novell Open Enterprise Server 11 (OES11)
Domain Services for Window
DSFW

Situation

Sample OES11 default smb.conf files from first domain controller for a domain with the name of dsfw.lan




Resolution

#ident $Id: smb.conf,v 1.30 2005/02/21 01:14:03 lukeh Exp $
#
# Samba configuration file for Domain Services for Windows
#

[global]
    unix extensions = no
    workgroup = dsfw
    printing = cups
    printcap name = cups
    printcap cache time = 0
    cups options = raw
    map to guest = Never
    include = /etc/samba/dhcp.conf
    logon path = \\%L\profiles\.msprofile
    logon home = \\%L\%U\.9xprofile
    logon drive = P:
    usershare allow guests = Yes
    netbios name = DSFW-S1
    realm = dsfw.lan
    auth methods = guest winbind
    server string = Novell Open Enterprise Server
    security = ads
    encrypt passwords = Yes
    socket options = TCP_NODELAY
    local master = Yes
    os level = 64
    domain master = Yes
    preferred master = Yes
    domain logons = Yes
    idmap backend = ad:ldapi://%2fvar%2fopt%2fnovell%2fxad%2frun%2fldapi
    idmap config dsfw : backend = ad
    idmap uid = 1-4294967295
    idmap gid = 1-4294967295
    pid directory = /var/run/samba
    kerberos method = system keytab
    winbind use default domain = Yes
    winbind nss info = rfc2307
    dce funnel directory = /var/opt/novell/xad/rpc
    load printers = No
    template shell = /bin/bash
    server signing = auto
    np : proxy = samr lsarpc netlogon
    external_rpc_pipe : socket_dir = /var/opt/novell/xad/rpc/PIPE

[netlogon]
    comment = Network Logon Service
    path = /var/opt/novell/xad/sysvol/sysvol/dsfw.lan/scripts
    writable = No
    share modes = No
    nt acl support = Yes

[sysvol]
    wide links = yes
    comment = Group Policies
    path = /var/opt/novell/xad/sysvol/sysvol
    writable = Yes
    share modes = No
    nt acl support = No
    directory mask = 0750

[homes]
    comment = Home Directories
    valid users = %S, %D%w%S
    browseable = No
    read only = No
    inherit acls = Yes
    nt acl support = No

[profiles]
    comment = Network Profiles Service
    path = %H
    read only = No
    store dos attributes = Yes
    create mask = 0600
    directory mask = 0700
    nt acl support = No