search for: alic

Displaying 20 results from an estimated 1139 matches for "alic".

Did you mean: alice
2014 May 25
2
Samba 4 / Kerberos / ssh
...uot;[: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 other domain controller. I know for that i need a working /etc/krb5.keytab e.g. i have two s4 dc's bob alice i have done the following. I want to connect from bob to alice with the service accounts I added to the following to both of the dcs sshd_config GSSAPIAuthentication yes GSSAPICleanupCredentials yes GSSAPIStrictAcceptorCheck yes GSSAPIKeyExchange yes ssh_config GSSAPIAuthentication yes GSSAPI...
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 "bob" and "www" to machines in group "webserver" > > (only). > >...
2018 Mar 28
2
random wrong login shell in domain member
...d 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 domain member. error logs like this: ssh -v alice at 192.168.1.100 OpenSSH_7.5p1, LibreSSL 2.5.4 debug1: Reading configuration data /etc/ssh/ssh_config debug1: /etc/ssh/ssh_config line 52: Applying options for * debug1: Connecting to 192.168.1.100 [192.168.1.100] port 22. debug1: Connection established. debug1: key_load_public: No such file or...
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 now [transport-udp] type=transport protocol=udp bind=0.0.0.0 local_net=192.168.1.0/24 ;Templates for the necessary config sections [endpoint_internal](!) type=endp...
2002 Sep 24
1
LDAP Group Mapping Problem w/ Samba 2.2.5
...a 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 all represented in ldap. alice has primary group alice-group bob has bob-group bob has no secondary group membership alice is group member in bob-group Assume two directories, like: drwxr-x--- 2 alice alice-group 4096 Sep 24 07...
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 and Asterisk all in the same 192.168.1.0/24 network...
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 you've noticed a recent addition of a SCOPE_TRACE facility for Asterisk being committed, this was the driver. It was also very enlightening. So we're...
2014 Dec 19
3
Does Samba 4 actually respect Unix file acls?
...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. Distribution and Samba version in use: Centos Linux 7; Samba 4.1.1 ##### Server # Create Linux users useradd alice useradd bob # Create a directory to be shared; set ro permissions for alice using \ # file mode bits and rw permissions for bob using file acls mkdir /home/smbshare chown alice:alice /home/smbshare chmod 0500 /home/smbshare setfacl -m u:bob:rwx /home/smbshare setfacl -m m:rwx /home/smbshare # Cr...
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 "www" to machines in group "webserver" (only). I have been through the ssh-keygen and sshd_config manp...
2018 Mar 28
0
random wrong login shell in domain member
...ion 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 domain member. error logs like this: > ssh -v alice at 192.168.1.100 > > OpenSSH_7.5p1, LibreSSL 2.5.4 > debug1: Reading configuration data /etc/ssh/ssh_config > debug1: /etc/ssh/ssh_config line 52: Applying options for * > debug1: Connecting to 192.168.1.100 [192.168.1.100] port 22. > debug1: Connection established. > debug1:...
2011 May 05
1
Looping over graphs in igraph
...uple 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 ncol format, but with an additional column that has an ID for which graph the edge belongs in: Graph ID | Vertex1 | Vertex2 | weight 1 | Alice | Bob | 2 1 | Alice | Chris | 1 1 | Alice | Jane | 2 1 | Bob | Jane | 2 1 | Chris | Jane | 3 2 | Alice | Tom | 2 2 | Alice | Kate | 1 2 | Kate | Tom | 3 2 | Tom | Mike | 2 so on and so forth for about 2000 graph IDs, each with about 20-40 vertices. I've tried using the "split&...
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 folder, but can't rename a file...
2020 Mar 14
2
congested/busy on trunk?
...e 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 'ringythingy.dev1ce.com' -- Executing [blah at anveo_sip:1] Dial("PJSIP/demo-alice-00000005", "PJSIP/blah at mytrunk") in new stack -- Called PJSIP/blah at mytrunk -- PJSIP/mytrunk-00000006 is ringing -- PJSIP/mytrunk-00000006 is ringing -- PJSIP/mytrunk-00000006 is making progress passing it to PJSIP/demo-alice-00000005 > 0x7ff39839e360...
2015 Jan 09
0
Asterisk 13.1.0/PJSIP peer IP address issue
...the SIP request from 192.168.1.50: <--- Received SIP request (1229 bytes) from UDP:192.168.1.50:64009 ---> INVITE sip:6002 at 192.168.1.139;transport=UDP SIP/2.0 Via: SIP/2.0/UDP 146.115.163.234:64009 ;branch=z9hG4bK-d8754z-5803642ad92cbd00-1---d8754z- Max-Forwards: 70 Contact: <sip:demo-alice at 146.115.163.234:64009;transport=UDP> To: <sip:6002 at 192.168.1.139;transport=UDP> From: <sip:demo-alice at 192.168.1.139;transport=UDP>;tag=b661670b Call-ID: YmZiODE4Yzc2NmJmNzY5NDhkM2Y2ZDNhM2U4NTZmZmE. CSeq: 2 INVITE Allow: INVITE, ACK, CANCEL, BYE, NOTIFY, REFER, MESSAGE, OPTI...
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)) write.table<-(a,file="C:\\Alice\\aa1.txt",quote=FALSE,row.names=FALSE,col.name=FALSE,sep="\t") a<-subset(data1,select=c(V1,V4,V5)) write.table(a,file="C:\\Alice\\aa2.txt&qu...
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 (Whenever Bob is calling Alice, - if Carol is calling Alice, SIPPEER(Alice:curcalls) equals 1 - if Carol...
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. > >...
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 "webserver" >> (only). > Why can...
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" >>>> >>>> Now Bob can login to the same folder and is able to rename the >>>> uploaded >>>> file. >>>> >>>> Bob...
2010 Mar 18
3
Using indexing to manipulate data
...hing 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, provided they both participated in the act. Example: The Data looks like this: Jim A Bob A Bob C Larry D Alice C Tom F Tom D Tom A Alice B Nancy B I would like this: Jim Bob Jim Tom Bob Alice Larry Tom Alice Nancy The order doesn't matter (Jim-Bob vs. Bob-Jim), but each pairing should be counted only once. Thanks! -- View this message in context:...