this worked for me when I configured samba on freebsd
[global]
domain admin group = root upc9 sheri apc9 #list of users.
# domain admin group defines which windows account has administrative
# privilages. This parameter only takes a list of users.
# it will not understand group names(i.e names beginning with @ )
Good luck
Main Topics
Browse All Topics





by: MetroNYPosted on 2003-08-05 at 12:05:51ID: 9082915
sorry, I think this information may be relevant:
Server Settings:
Workgroup: Mydomain
Description: Mydomain
Security:
Authentication Mode: User
Encrypt Passwords: Yes
Guest Account: Nobody
Samba Users:
Unix Username: Metro
Windows Username: Winmetro
smb.conf:
[global]
netbios name = Myhost
workgroup = Mydomain
log file = /var/log/samba.log
encrypt passwords = yes
wins support = yes
I hope this helps. Thanks experts.
-Metro