Displaying 20 results from an estimated 1140 matches for "alicant".
Did you mean:
alicante
2014 May 25
2
Samba 4 / Kerberos / ssh
I try to get Samba 4 with ssh running.
I found in the Script from Matthieu Patou tot he sysvol sync the follwing intresting line.
---
kinit -k -t /etc/krb5.keytab `hostname -s | tr "[:lower:]" "[:upper:]"`\$
rsync -X -u -a $dc_account_name\$@${dc}.${domain}:$SYSVOL $STAGING
---
when i understand correct he uses the domain controller service principle to connect to the
2020 Jan 30
3
SSH certificates - restricting to host groups
On Thu, Jan 30, 2020 at 7:11 AM Christian, Mark
<mark.christian at intel.com> wrote:
>
> On Thu, 2020-01-30 at 12:27 +0000, Brian Candler wrote:
> > As a concrete example: I want Alice to be able to login as "alice"
> > and
> > "www" to machines in group "webserver" (only). Also, I want Bob to
> > be
> > able to login as
2018 Mar 28
2
random wrong login shell in domain member
Hello, everybody. I have encountered some strange situations that are driving me crazy. I have 2 DCs which using sernet samba, version 4.7.6. and I use a samba version 4.6.2 as a domain member for file sharing in CentOS7.4. The domain member works well as a file server, but When I login to that domain member using AD authtication. Sometimes, It works OK too, but sometime , I can't login that
2015 Jan 08
4
Asterisk 13.1.0/PJSIP peer IP address issue
Thank you for your note, Scott.
I set rewrite_contact=yes for both contacts, and I also had to do
remove_existing=yes because I had to remove the existing contact
information (max_contacts = 1 was preventing new contact information)
using pjsip
qualify demo-alice etc., after which the right IP addresses showed in pjsip
show endpoints. Anyway, it works as expected now, I think. My pjsip.conf is
2002 Sep 24
1
LDAP Group Mapping Problem w/ Samba 2.2.5
Hi there.
I have set up a Samba 2.2.5 Server with LDAP support. I don't wont local
system users, so i also set up PAM authentication against ldap. This
works fine, Machine Trusts and Users are not needed to be local (in
/etc/passwd or /etc/group). The same with Groups. Now here is my Problem.
Example:
Assume two users, alice and bob, and two groups, alice-group and
bob-group which are
2015 Jan 08
2
Asterisk 13.1.0/PJSIP peer IP address issue
I am following the instructions in
https://wiki.asterisk.org/wiki/display/AST/Basic+PBX+Functionality and I am
trying to make a call from extension Alice (6001) to extension for Bob
(6002). When I make the call, I can hear the ringing on Alice's phone
(caller), but Bob's phone (callee) doesn't ring, or show a call coming in
from Alice. My setup and environment is as follows: Alice, Bob
2020 Jun 05
2
Advanced Codec Negotiation: Need info and uses cases
Greetings All,
We've been working hard on new codec negotiation stuff for Asterisk 18 and
we've got some stuff to run by you. It's a lot so please read carefully.
To give you some idea of just how difficult a job this is, a simple call
from Alice to Bob currently causes 8 attempts to reconcile codecs between
them in app_dial, chan_pjsip, res_pjsip_session and res_pjsip_sdp_rtp. If
2014 Dec 19
3
Does Samba 4 actually respect Unix file acls?
Hello,
After researching the subject on the internet I concluded that Samba should take into account Unix file acls. During my tests I found the opposite. Only Unix file mode bits are respected, and file acls are ignored. If my initial assumption is correct and Samba do respect Unix file acls, then I am doing something wrong. Please see the setup below and point to what I am doing wrong.
2020 Jan 30
5
SSH certificates - restricting to host groups
Hello,
I am trying to work out the best way to issue SSH certificates in such
way that they only allow access to specific usernames *and* only to
specific groups of host.
As a concrete example: I want Alice to be able to login as "alice" and
"www" to machines in group "webserver" (only). Also, I want Bob to be
able to login as "bob" and
2018 Mar 28
0
random wrong login shell in domain member
Hello Adam,
Have the same issue on CentOS 7.4. Ended up hardcording in smb.conf:
template shell = /bin/bash
template homedir = /home/%U
Never had such issues on Fedora. Please let me know if you'll find a real
fix.
Thank you,
Matt
On Tue, Mar 27, 2018 at 10:13 PM, adam_xu--- via samba <
samba at lists.samba.org> wrote:
> Hello, everybody. I have encountered some strange
2011 May 05
1
Looping over graphs in igraph
Hi,
I'm trying to do some basic social network analysis with igraph in R, but
I'm new to R and haven't been able to find documentation on a couple basic
things:
I want to run igraph's community detection algorithms on a couple thousand
small graphs but don't know how to automate igraph looking at multiple
graphs described in a single csv file. My data look like something in
2017 Jul 13
4
vfstp and renaiming of files with ftp client
Am 13.07.17 um 14:46 schrieb Pete Biggs:
>> I have a vsftp server and two users for up and download.
>>
>> If user Alice uploads a file, the owner is set to Alice as expected
>> "-rw-r--r-- alice ftpuploadgroup"
>>
>> Now Bob can login to the same folder and is able to rename the uploaded
>> file.
>>
>> Bob can also rename an uploaded
2020 Mar 14
2
congested/busy on trunk?
greetings asterisk users :)
ive just deployed version 17 and migrated as best I can to pjsip. I can
receive calls, and get to my mailbox prompt, however placing calls seems
impossible with the following error on dial:
Connected to Asterisk GIT-master-0cde95ec89 currently running on dunkel (pid = 517890)
dunkel*CLI>
dunkel*CLI>
== Setting global variable 'SIPDOMAIN' to
2015 Jan 09
0
Asterisk 13.1.0/PJSIP peer IP address issue
Well, I thought it worked, but it actually doesn't--I am able to get the
caller pick up the phone, but for some reason, I cannot hear anything on
either side no matter who does the calling. Again, my two SIP phones are on
the local 192.168.1.0/24 network (do not go over the Internet) and the
Asterisk server is located in the same network (not accessed over the
Internet). Any help is
2005 Nov 10
1
How to export multiple files using write.table in the loop?
Hi,
I tried to split a big file into some small files seperately by R. I can only do that writing duplicated codes. When I tried to write a loop, I only got one appned or destroyed exported file. For example:
data1<- read.table(file = "C:\\Alice\\MBEI.txt", sep="\t", check.names=FALSE)
a<-subset(data1,select=c(V1,V2,V3))
2008 Nov 04
1
Is SIPPEER curcalls working for you ?
Hi,
In this thread
http://lists.digium.com/pipermail/asterisk-users/2008-October/219592.html ,
I wondered whether SIPPEER curcalls was working.
I could test this anew today. Here are my findings :
Alice, Bob and Carol ar all using SIP Phones.
Whenever Alice is calling Bob,
- if Carol is calling Alice, SIPPEER(Alice:curcalls) equals 0
- if Carol is calling Bob, SIPPEER(Bob:curcalls) equals 1
2016 Aug 04
3
curl build system is broken and so is mock
On 08/03/2016 06:13 PM, Chris Adams wrote:
> Once upon a time, Alice Wonder <alice at domblogger.net> said:
>> Something in the curl build will always link the binary against
>> OpenSSL if the openssl-lib package is present, and will always link
>> the library against OpenSSL if any TLS option is enabled in the
>> configure.
>
> No, it doesn't. You can
2020 Jan 30
6
SSH certificates - restricting to host groups
On 30/01/2020 15:02, Christian, Mark wrote:
> On Thu, 2020-01-30 at 12:27 +0000, Brian Candler wrote:
>> As a concrete example: I want Alice to be able to login as "alice"
>> and
>> "www" to machines in group "webserver" (only). Also, I want Bob to
>> be
>> able to login as "bob" and "www" to machines in group
2017 Jul 14
4
vfstp and renaiming of files with ftp client
Am 13.07.17 um 17:10 schrieb Tris Hoar:
> On 13/07/2017 14:38, G?tz Reinicke - IT Koordinator wrote:
>> Am 13.07.17 um 14:46 schrieb Pete Biggs:
>>>> I have a vsftp server and two users for up and download.
>>>>
>>>> If user Alice uploads a file, the owner is set to Alice as expected
>>>> "-rw-r--r-- alice ftpuploadgroup"
2010 Mar 18
3
Using indexing to manipulate data
I know one of R's advantages is it's ability to index, eliminating the need
for control loops to select relevant data, so I thought this problem would
be easy. I can't crack it. I have looked through past postings, but
nothing seems to match this problem
I have a data set with one column of actors and one column of acts. I need
a list that will give me a pair of actors in each row,