################################################################################ ############################## Global Parameters ############################### ################################################################################ [global] ;server string = Samba 3 Server # general config blah blah security blah blah workgroup = EU-COMPANY netbios name = UK01 security = ADS encrypt passwords = true realm = EU.COMPANY.LOCAL password server = uk01.EU.COMPANY.LOCAL wins server = uk01.EU.COMPANY.LOCAL client use spnego = yes client ntlmv2 auth = yes # printing options printcap name = cups disable spoolss = Yes printing = cups # winbind options idmap domains = ALLDOMAINS idmap config ALLDOMAINS:default = yes idmap config ALLDOMAINS:backend = tdb idmap config ALLDOMAINS:range = 15000-20000 idmap alloc backend = tdb idmap uid = 15000-20000 idmap gid = 15000-20000 winbind separator = + winbind use default domain = Yes winbind enum users = yes winbind enum groups = yes #obey pam restrictions = no #speeds up access enormously use sendfile = Yes # debug stuff # switch on high debug log level and switch off the bloody # irritating timestamps. log level = 10 idmap:10 winbind:10 #debug timestamp = no log file = /var/log/samba/log.%m ################################################################################ #################################### Shares #################################### ################################################################################ [files] comment = HP-UX Shared Directory path = /mnt/hpux/1 read only = Yes valid users =EU-COMPANY+user1, @group1, EU-COMPANY+user2, EU-COMPANY+user3, EU-COMPANY+user4 [edi] comment = HP-UX Shared Directory path = /mnt/hpux/2 read only = No valid users =EU-COMPANY+user1, @group1, EU-COMPANY+user2, EU-COMPANY+user3 [Scripts] comment = HP-UX Shared Directory path = /mnt/hpux/3 read only = Yes valid users =EU-COMPANY+user1, @group1, EU-COMPANY+user2 [backups] comment = Backup Directory path = /var/etc_backups read only = Yes valid users =EU-COMPANY+user1 browseable = no [interface] comment = HP-UX Shared Directory path = /mnt/hpux/4 read only = No valid users =EU-COMPANY+user1, @group1, EU-COMPANY+user2, EU-COMPANY+user3, EU-COMPANY+user4