Here are the latest template fragments for review:

-------------------------------------
# [11unixPasswordSync]
# Added to correctly sync Windows/Samba/Unix passwords
  unix password sync = Yes
  passwd program = /usr/bin/passwd %u
  passwd chat = *New*UNIX*password* %n\
  n *Retype*new*UNIX*password* %n\
  n *Enter*new*UNIX*password* %n\
  n *Retype*new*UNIX*password* %n\
  n *passwd:*all*authentication*tokens*updated*successfully*

# [11strictlocking]
# This is a boolean that controls the handling of file locking in the
# server.
  strict locking = no

# [11timeserver]
# This permits domain workstations to sync time from the server.
  time server = yes

# [12adduser]
# Added for correct Windows domain user account set up
# Updated script used (dmc-machine-account-create)
  add user script = /sbin/e-smith/db accounts set %u machine ; \
  /etc/e-smith/events/actions/dmc-machine-account-create create-machine-
account %u

# [20domainadmingroup]
# This parameter is intended as a temporary solution to enable
# users to be a member of the "Domain Admins" group when a Samba
# host is acting as a PDC. A complete solution will be provided
# by a system for mapping Windows NT/2000 groups onto UNIX groups.
# Please note that this parameter has a somewhat confusing name.
# It accepts a list of usernames and of group names in standard
# smb.conf notation.
  domain admin group = @shared @admin root admin Administrator

# [20printeradmins]
; members of the admin group should be able
; to add drivers and set printer properties
; root is implicitly a 'printer admin'
  printer admin = @admin root admin Administrator

# [25rovingProfilesComment]
# Where to store roving profiles (only for Win95 and WinNT)
# %L substitutes for this servers netbios name, %U is username
# WinNT/W2K uses logon path
# Win9x uses logon home
  logon path = \\%L\Profiles\%U
  logon home = \\%L\%U\.profiles

# [61printerdriversshare]
# added to support printer drivers download
  [print$]
  path = /home/e-smith/files/samba/printers
  guest ok = yes
  browsable = yes
  read only = yes
  ; since this share is configured as read only, then we need
  ; a 'write-list'.  Check the file system permissions to make
  ; sure this account can copy files to the share.  If this
  ; is setup to a non-root account, then it should also exist
  ; as a 'printer admin'
  write list = @admin root admin Administrator

# [61Profilesshare]
# This is the WinNT/W2K Profiles share
# WinNT/W2K profiles are stored in /home/e-
smith/files/samba/profiles/~user
# Win9x profiles are stored in ~user/.profiles
  [Profiles]
  path = /home/e-smith/files/samba/profiles
  writeable = yes
  browseable = no
  create mask = 777
  directory mask = 777

-------------------------------------
Latest rpm available here:

http://myEZserver.com/downloads/mitel

dmc-mitel-samba-2.2.1a-5.noarch.rpm
dmc-mitel-samba-2.2.1a-5.src.rpm

---
Darrell May
DMC NETSOURCED.COM
http://netsourced.com
http://myEZserver.com


--
Please report bugs to [EMAIL PROTECTED]
Please mail [EMAIL PROTECTED] (only) to discuss security issues
Support for registered customers and partners to [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Archives by mail and http://www.mail-archive.com/devinfo%40lists.e-smith.org

Reply via email to