Displaying 20 results from an estimated 2000 matches similar to: "Revealing linux quota to windows users?"
2005 Jun 03
1
Roaming Profile Mix-Up Between Users
Hi!
We are having some trouble after migrating from an NT4 domain controller
to Samba 3:
When there is no local copy of any profile on a workstation, a user can
log in and his profile is copied from the server.
When a second user logs in to the same workstation after the first one
logged out, he sees the profile of the first one. That is, he actually
used it. His profile isn't even read
2005 Dec 12
7
The single WINS problem: question
hello
I've been reading the thread
(http://marc.theaimsgroup.com/?t=113286376900001&r=1&w=2) and I have
the same limitation with WINS in a PDC/BDC.
That's why I have the following (experimental) setup:
PDC ==> wins support = yes, passdb backend: master ldap
BDC ==> wins support = yes, passdb backend: slave ldap
I configured some of my XP clients to use both WINS servers
2009 Nov 25
1
SpeexBits ...
Hi Marian,
I took a brief look at RFC 5574 and as far as I understand, you can simply do it like this:
SpeexBits b;
speex_encode(state, some320bytePCM1, &b);
speex_encode(state, some320bytePCM2, &b);
After that, get the encoded data with speex_bits_write and put it in your packet.
Mark
-----Original Message-----
From: speex-dev-bounces at xiph.org [mailto:speex-dev-bounces at
2006 Oct 27
4
IAX2 show peers - description
Hi people,
pls does anybody know what "(T)" and "(D)" letter means?
server3*CLI> iax2 show peers
Name/Username Host Mask Port Status
SERVER1 xxx.xxx.xxx.xxx (D) 255.255.255.255 9785 (T) OK
(29 ms)
SERVER2 xxx.xxx.xxx.xxx (D) 255.255.255.255 4569 OK
(95 ms)
2 iax2 peers [2 online, 0 offline, 0
2019 Nov 27
4
Error while trying to manage file share
I checked my entire setup again and again. Now I can see the my share. The
most relevant change I did (afaik - ofcourse):
- since I am using ad backend I created dedicated unix admin groups (as
recommended in the docs)
- I removed the $ from the share section/defnition ([projects$] ->
[projects])
- I changed browseable switch from 'no' to 'yes'
Iam still getting the "event
2006 Feb 09
3
Xp Home hack + Domain join
Hello fellows,
Does anyone of you has found the hack to permit win xp home edition to
join a domain controller.
I found somewhere on the net a software that does this.
But it cost 145 $ US, so like the upgrade... ( the only difference in
that i will not give the money to Bill Gates)
My problem is with the password modification.
Every times someone does change his password, he has to go onto the
2005 Jul 05
1
Inherit Owner Question Folder Rights
Hello, I am running Suse Linux 9.3 an Samba 3.0.20pre.
I want to set up a folder where the user can only store files and copy
them to an other folder. The User should not be able to delete modify or
open the stored messages.
Any ideas how I can realize this?
Thanks! Greez
2019 Aug 06
3
Configuration help
Server type :
- Ms Active Directoy
- OpenLDAP
- Lotus Domino
- Other
Connection type :
- Standard LDAP
- LDAP+SSL
Authentication type :
- Simple
- Anonymous
Le mar. 6 ao?t 2019 ? 11:49, Rowland penny via samba <samba at lists.samba.org>
a ?crit :
> On 06/08/2019 10:23, Guillaume Couvreur wrote:
> > image.png
> > I don't konw the query
>
> It will be something
2005 May 01
1
Samba 3 PDC with ldapsam and login problem
Hi,
<foreword>
I am about to set up Samba 3.0.14a on Linux as PDC wit LDAP backend for
our faculty. However, first tries have only partly been successful.
First I added samba LDAP-Schema attributes to existing account, created
their Samba passwords with smbpasswd and it worked so that normal users
could log in via the windows network neighborhood and use the shares.
But, I couldn't
2005 Aug 02
2
Winbind Understanding
I would like some clarification on Winbind's capabilities. I have winbind
up and fully functional. I can use wbinfo -g, wbinfo -u, etc..
I would like to use winbind to correlate sids to uid on filesystems
mounted with smbfs or cifs. In reading further I see lots of information
about doing this on EXT3 (or Linux filesystems that support ACL).
Perhaps, I had misunderstood the purpose of
2006 May 18
3
share with no authentication
Hello,
I got this problem:
I want to mount a directory without providing a login/password [indicaf$].
I thought that "guest ok = yes" would be sufficient.
But it not works.
What option is the right one to open a share to everyone without a login box in windows ?
Thanks.
This is my smb.conf (samab v3.0.7):
tccwebcom# more smb.conf
# Samba config file created using SWAT
# from
2007 Oct 27
3
download, run and delete file
Hello
I try the following:
1. Check if a file is present
2. if not, download some files to an directory in /tmp and run one
3. remove the files and the directoy from /tmp
1 and 2 are easy, here is my definition:
class netcool
{
exec { "/bin/bash /tmp/netcool/silentinstall.sh":
cwd => "/tmp/netcool",
path =>
2004 May 14
3
snom & gsm codec
does anonybody know what is the status of gsm codec in snom phones ?
they were some issuses in archives, some problems so i would like to
know what is the actual status.
best regards
Marian
--
SUNTEQ s. r. o.
Hviezdoslavova 9 # Prievidza # 971 04 # Slovak republic
Tel: +421-46-5430 754 # Fax: +421-46-5439 144
http://www.sunteq.sk/
majo at sunteq dot sk
2006 Nov 13
4
Trouble Renaming Computer
Hi,
i've just migrated from nt4 to samba 3.0.10-1.4E.9 with tdbsam, running
on Centos 4.4
The net rpc vampire went fairly smoothly.
Now that samba is running as the PDC (nt4 machine has been laid to rest)
i am having trouble renaming computers in the domain.
If i try this from the windows workstation (XP Professional) i get
access denied. I use "root" or administrator which is
2019 Nov 27
2
Error while trying to manage file share
Hello,
according to documentation:
https://wiki.samba.org/index.php/Setting_up_a_Share_Using_Windows_ACLs User
is required to setup the file share using ms windows (Computer
Management->Connect to another computer). That I am trying without success.
When I connect with Windows 7 client I get error message: "Event Viewer
cannot connect to computer 'SAMDOM.EXAMPLE.COM. The error ported
2009 Nov 23
2
RFC 5574 and multiple frames
Hello all,
I am experimenting with Speex in a mobile VoIP application, and it seems
that it is worth stuffing more than one codec frame into a single RTP
packet; mainly, that sending several frames per packet relieves the
underlying network socket connection, which is notoriously problematic
in mobile devices.
RFC 5574 defines the exact way how to put multiple Speex frames into a
single RTP
2005 Jul 29
2
weird problem with smbldap-tools and usrmgr.exe
hi folks,
i hope you can help me!!!
i'm using samba v3.0.14a (sernet) on debian sarge.
openldap v2 is my backend, smbldap-tools 0.8.4 (patched for our
organization).
when adding a user via usrmgr.exe to an existing domain group i get the
following error:
[in usrgmr]
The following error occured changing the properies of the user xxx
User does not belong to this group
[in smbd.logs]
2003 Jul 16
4
grandstream sip phone
hello,
i found in list archives some notes about grandstream sip voip phones.
Does anybody succesfuly tested those phones with asterisk ? Mark ?
What about the prices ?
regards
Marian
--
SUNTEQ s. r. o.
Hviezdoslavova 9 # Prievidza # 971 04 # Slovak republic
Tel: +421-46-5430 754 # Fax: +421-46-5439 144
http://www.sunteq.sk/
------------------------------------------------------------
A mind
2003 Aug 11
1
avm fritz pci
hello,
does anybody know how to setup avm fritz pci card in p2p mode ?
regards marian
--
SUNTEQ s. r. o.
Hviezdoslavova 9 # Prievidza # 971 04 # Slovak republic
Tel: +421-46-5430 754 # Fax: +421-46-5439 144
http://www.sunteq.sk/
------------------------------------------------------------
A mind is like a parachute... it only works when it's open.
2010 Feb 01
1
Release of Speex?
Hello,
just a question: Speex is in 1.2 beta 1 for some years. Is there any
plan to finalize the 1.2 edition? Are there any planned improvements?
Best regards
Marian