Displaying 20 results from an estimated 600 matches similar to: "Folder redirection on samba"
2003 May 27
1
help Roaming profile
Hello,
i apologize if this adress in not the right one for asking the support.
I' ve a question about the roaming profile in a PDC samba.
Is possible manage only few selected profile?
i want that only specified users (stage users that change pc frequently)have
a roaming profile, but not for all users of my lan.
In Windows 2000 this is possible ,i can assign, for a particular users,
the path of
1998 Aug 08
20
Roaming profiles
I want to setup a linux box with samba as a file and print server for a
LAN of 20 NT 4.0 SP3 workstations. I want the home direcotories to be on
the server the clients to have roaming profiles.
For this, do I have to make the linux box a domain controller? I want to
avoid it if I can, because the domain control code in not on the
production releases. I don't want to setup an NT server either.
2009 Sep 21
2
Combine vectors in order to form matrixes with combn
Hello!
I've a problem with the combn function and a set of vector. I
would like to make a simple combination where, instead of scalars, i
would like to combine vector, in order to form matrixes.
In other
words, i have nineteen 6-items vectors (for example coef1-coef19), that
i would like to combine in n!/k!(n-k)! 6x6 matrixes.
I tried with a
code like this
mma <-
2004 Jul 16
1
Using Asterisk with fiber optic
Hi, I'd like to use PSTN and analogic telephone with a Asterisk server which
works on a LAN connected to the outside with fiber optic, on which voice
stream passes too. Do I need some particular solution, some particular card
to make it works or I just need a Digium or similar fxo card?
Thanks,
Bob
__________________________________________________________________
Tiscali ADSL Senza Canone,
2004 Jul 21
1
Digium card x100p
hi, i've a question. is it possible to buy digium x100p card from italy
in some store (also online) without ordering it from USA?
on more, did anyone buy a modem with intel chipset 537 or md3200 and where
(in italy)?
Thanks
__________________________________________________________________
Tiscali ADSL Senza Canone, paga solo quello che consumi!
Non perdere la promozione valida fino al 27
1999 Feb 21
8
Samba Questions
Hello,
I have couple questions regarding Samba.
1. In the smb.conf, what does "security = DOMAIN" mean?
2. I would like to samba into the firewall so that people can't connect
through TCP/IP. What port (tcp or udp) does samba use?
3. How can I prompt user for entering login name instead of using Win95
login name for Win95 users?
That's all for now. Thanks for your help.
2005 Jun 01
2
Realtime+IAX2 and RSA
Anyone had Realtime working with IAX2 and RSA authentication to connect two
PBXs, please? It seems that inkeys/outkey fields are not read at all and
the following warning is logged when dialing:
Jun 2 02:41:36 WARNING[6299] chan_iax2.c: I don't know how to authenticate
******** to XXX.XXX.XXX.XXX
Using iax.conf it perfectly works. Maybe a bug in Realtime?
TIA,
Alex
2005 Jun 22
2
problem compile
Hello,
I try to compile the driver zaptel and they give the following error:
linux01:/usr/src/zaptel# make install
gcc -Iir/include -O6 -DMODULE -D__KERNEL__ -DEXPORT_SYMTAB -Iir/drivers/
l -I. -Wstrict-prototypes -fomit-frame-pointer -Iir/drivers/net/wan -Iir
/net -DSTANDALONE_ZAPATA -o zaptel.o -c zaptel.c
In file included from zaptel.c:44:
/usr/include/linux/module.h:21:
2005 Jun 04
1
How to quickly replace ',' with '|' in dialplans?
Finally I decided to rewrite my dialplans according to the right sintax,
that is
exten => someexten,priority,application(arg1,arg2,...)
should be
exten => someexten,priority,application,arg1|arg2...
Isn't there anybody skilled enough in regular expressions that could write
a quick Search 'n' Replace vi command, please?
TIA,
Alex
2005 Jun 04
2
chan_sip + MD5 encryption: WARNING Format for authentication entry is user[:secret]@realm
Hi all!
So far I've always used plaintext passwords for SIP, but now I've decided
to use MD5 encryption.
For each client I edited its section as follows, then:
auth=md5
md5secret=hashed_passwd
;secret=plaintext_passwd
where hashed_passwd is the output of
echo -n "user:realm:plaintext_passwd" | md5sum
When the first SIP clients registers with Asterisk after a "sip
2004 Sep 29
0
sambaPwdMustChange not properly set with smbldap
I'm using samba 3.0.6 on fedora core 1 with LDAP enabled and smbldap-tools.
When I change a user password with smbldap-passwd <username>, i find that
sambaPwdMustChange attribute is correctly set to 30 days later as set in
smbldap_conf.
But, if I try to change password from any Win2000 or WinXP client with
CTRL+ALT+CANC --> CHANGE PASSWORD i notice that sambaPwdMustChange attribute
2006 Feb 23
3
register => 2345:password@sip_proxy doesn't care about port
Hi,
to register my Asterisk with a SIP provider I use the following
syntax, as shown in the default sip.conf:
register => 2345:password@sip_proxy
where
[sip_proxy]
type=peer
context=from-messagenet
host=sip.messagenet.it
port=5061 <------------- please note this one!!!
5061 is provider's port I have to register to.
This also would work for me:
register =>
2004 Dec 20
3
Sweave and LaTeX beamer class
Hi,
has anyonne experienced problems between the LaTeX beamer class and
Sweave? The following code does not work properly:
#################################
\documentclass{beamer}
\usepackage[latin1]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{ngerman}
\begin{document}
\frame{
\frametitle{test}
test
<<>>=
1+1
@
}
\end{document}
#################################
Below is the
2004 Jul 20
0
Modem chipset Intel
Hi, I've a question. I need a fxo card to use with *, but i saw on site
that also modem with chipset intel works. My question is: are there other
chipset (beyond to written ones), intel or not, that works? If not, has
anyone from Italy bought a modem with chipset intel 537 or md3200? because
i don't succeed to find it!!
Thanx,
Bob
2004 Jul 21
0
Voicemal error
Hi, i've a proble using voicemail. when i make a call and start voicemail
asterisk tell me mail address is missing even if i used it as written
mailbox => name,pwd,mail@mail
I saw that modifying in app_voicemail.c line 836 in this manner: if (vmu
&& ast_strlen_zero(vmu->email)), so replacing !(ast_strlen_zero(vmu->email)),
it works.
did anyone have the same problem? or is
2005 Jun 28
0
Rsync special character problem
Dear All,
I'm syncronizing a Win$$2k smb share to linux box (centos4). Rsync ver is
2.6.3
in my i18n file you can find:
SYSFONT="latarcyrheb-sun16"
LANG="it_IT"
SUPPORTED="it_IT@euro:it_IT:it:en_US:en"
when I try to make the syncronization I've go the followin error on file
with special char Eg.:
file has vanished:
2005 Jul 04
0
RE: Asterisk-Users Digest, Vol 12, Issue 17
Hello,
they are successful to start asterisk, task that the error that I had previously
had had to a configuration problem.
Start asterisk in modality consol and when two softphone speaks is not felt
well, and I have the following error:
-- Registered SIP '1000' at 10.0.0.7 port 5060 expires 1800
-- Saved useragent "X-Lite release 1103m" for peer 1000
--
2005 Nov 21
1
Performance Problem / failed to verify PAC server signature
Hello List
We run a Solaris9 Server running Samba 3.0.20, Local Users (no winbind)
but authenticating against ADS.
There are up to 800 concurrent users, mostly Windows XP SP3.
When clients access MyDocuments, which is redirected to the Samba
share, we observe several
"Session Setup AndX Request"s
followed by
"Session Setup AndX Response, Error:
2005 May 06
3
CentOS Convert Question
Hi,
First, I want to say that I have fallen in love with CentOS4. I have been
using RedHat since the 5.x days. After RedHat dropped the stable system
to go to a unstable system and a Enterprise system I felt like I was being
left out in the cold. I quickly found out about WhiteBox and used it for
quite a while. Then I learned about CentOS...and switched to it for my
server needs. I have
2009 May 06
2
Print to File Formatting
Hello,
I am writing out to a file and have two quick questions that I can't
seem to track down the correct answers for. Luckily, I *think* they
are both simple enough that someone might be able to point me in the
right direction on them without too much trouble.
Both questions relate to the process below where CompleteFrame is a
data frame containing what I want printed to a file.
filename