Displaying 5 results from an estimated 5 matches for "unolinuxguru".
2003 Mar 26
3
Fw: share a folder rw, but not deletable?
...t didn't work... as now the users could not r/w data within
the directory. I don't want the directories to be renamed or deleted.
Windows has the "delete" permissions available -- but not samba?
Any UNIX/Samba suggestions?
thanks, peace
Brian Wiese | bwiese@cotse.com | aim: unolinuxguru
------------------------------------------------------
GnuPG/PGP key 0xF3220030 | "FREEDOM!" - Braveheart
------------------------------------------------------
This is not about Napster or DVDs. It's about your Freedom.
I'll see your DMCA and raise you a First Amendment....
2003 Mar 06
2
restrict shares listings in domain to authenticated users
I'm setting up a samba primary domain controller in Debian woody and the
users are logging into the domain fine and can access their shares. I
would like to restrict the listings of available shares to only
authenticated users of the samba domain. I know this works in a win NT4
domain, how does one do it with samba?
This is the listing I get from an nt4 pdc (belongs to a different domain
than
2003 Mar 30
4
cant set up a no password login
hi
have problems to get an samba server up that offers shares for all
without a password
heres my smb.conf file located under /usr/local/samba/lib/smb.conf
[global]
netbios name = DEATHB
server string = Samba %v on (%L)
workgroup = LANSTRIKE
encrypt passwords = yes
security = share
[homes]
browseable = no
[mp3]
comment = lmh
path = /var/glftpd/site/mp3/lame.r3mix/
browseable = yes
read only =
2003 Mar 13
2
Sync Linux <-> NT Domain passwords
Is there a way to syncronise the Windows Domain passwords
with the linux account passwords?
SAMBA passes authentication to an NT box
password server = *
Users have local accounts on the Linux box and get access to SAMBA shares
depending on which group (linux) they belong to and if their authentication
credentials were correct.
I've tried synchronising their passwords so when they change
2003 Mar 08
1
allow trusted domains ... howto specifiy domains?
I am running a samba pdc on host "debianpdc" for domain "linuxdom" and
have set "allow trusted domains = yes" in my [global] smb.conf file... now
how do I specify which domains to trust?
I would like to trust an NT4 domain "nt4dom" run by the host "nt4pdc" on
the same network.