forked from samba-team/samba
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(This used to be commit 96a511b)
- Loading branch information
Showing
7 changed files
with
23 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
[global] | ||
workgroup = SAMBA | ||
security = user | ||
passdb backend = smbpasswd:smbpasswd tdbsam:passdb.tdb ldapsam:tdb://samba3.ldb | ||
debug level = 5 | ||
|
||
[cd1] | ||
path = /mnt/cd1 | ||
public = yes | ||
|
||
[cd2] | ||
path = /mnt/cd2 | ||
public = yes | ||
|
||
[media] | ||
path = /media | ||
public = yes | ||
|
||
[tmp] | ||
path = /tmp | ||
guest only = yes | ||
public = yes | ||
read only = no |
Binary file not shown.