similar to: SetGroup and CheckGroup. Need some help on the dialplan

Displaying 20 results from an estimated 1000 matches similar to: "SetGroup and CheckGroup. Need some help on the dialplan"

2008 Nov 03
1
How to set file/folder permission flexibly in Samba
Hi All, I am using Samba 3.0.10 on IBM server with REHL 4 Os. The detailed infromation as below. ----------------------------------------------------------------- [root@ufhkglx02 samba]# uname -a Linux ufhkglx02 2.6.9-67.ELsmp #1 SMP Wed Nov 7 13:58:04 EST 2007 i686 i686 i386 GNU/Linux [root@ufhkglx02 samba]# cat /etc/redhat-release Red Hat Enterprise Linux ES release 4 (Nahant Update 6)
2004 Jul 27
0
shared XL file problem
We are currently having a problem with a shared XL file on a samba server. There have been no changes to this server in a couple of years and this file has been in use during the whole time. This problem all of a sudden just cropped up about 3 weeks ago. UserA cannot open the file ThisFile.xls. All other users can. If all users connections are dropped from the file and sharing is stopped then
2004 Oct 14
0
Printing to shared printer using a Mac (OSX)
I am using Mandrake 10 as a file and print server on for my home network. All of my PC clients can print successfully to the epson stylus c60 that I have attached to the printer. My Mac, using OS X (10.3) cannot. It says that it cannot find the printer .. Is there a special setting that I must use in the smb.conf file? #======================= Global Settings
2008 Sep 02
1
"pam_start() failed: system error" with dovecot 1.1.2, cause unknown
I would guess this is unlikely to be dovecot's fault, but I'm wondering if anyone has any ideas of what might have happened based on the evidence. My best guess is some kind of resource limit was reached but I don't see any evidence in the logs, and the condition is now gone. Suddenly this morning, one (and only one) of my dovecot servers decided to start failing all logins since
2008 Apr 29
2
Broken Header uidvalidity problem after upgrade
Hi, we use a current Debian etch distribution as basis for our servers, which are running within a vmware server environment. Our current configuration consists of a dovecot server with imap enabled and a ldap based authentication. Mails are stored using the Maildir format on a central nfs store. We do not use any virtual mailboxes. Since upgrading from dovecot version 1.0.rc15 (debian
2004 Jan 14
6
How to park and pickup a call
Hi All, How to park and pickup a call? The scenario of park and pickup described as below. UserA made a call to UserB, and the call ware connected, Then UserB parked (or hold) the call, and told UserC to pickup the call on one line, and then, UserC pressed some keys to pickup the call. Who can tell me what's the Park/Pickup's typical flow in the Asterisk. And how to set the sip.conf,
2008 Aug 26
0
Inherited ACLs can not be removed on Solaris10 sparc
Hi, I have a problem with the removal of inheritance ACLs of subdirectories. It almost sounds like only adding ACLs work but removals of inheritance ACL's not. By default the access rights (including ACLs) should be inherited, but it should also be possible to remove the access rights from any subdirectory. This is what I am trying to do, I have a share called media with some users /
2004 Sep 15
1
force user problem
I have samba 3.0.4 set up as a PDC and have a problem with using "force user" with thie following share: [shared] path = /usr/local/samba/shared write list = usera, userb, userc force user = usera guest ok = true If I try to write a file from an XP system as usera I get an "Access is denied" failure. If I take out the "force user" line there is no
2002 Sep 09
0
smbd/open.c:open_directory(1176)
Hi out there, since i updated to Samba 2.2.5 on Solaris 8 i've got a Problem with it. The Samba-Server acts as PDC and it seems to work mostly well. There is a Share for a Palm-User where i installed the Palmdesktop. In order that the Sekretaty can also look to his Calender i wrote a small Batchfile. Every Time the User starts the Palm desktop the Batchfile makes a copy of the actual State
2006 Oct 05
1
quota dict (mysql)
Hi, I have dovecot configured to make use of the dict (mysql) plugin in order to keep track of the used quota. First, as you can see in the mysql table output below it seems that values aren't stored correctly. Secondly I get all kinds of database related errors in my mail logs. The (relevant) sections of the configuration files are also included below. My question is, what am I doing wrong?
2024 Oct 19
2
HOWTO (advanced) ssh transparent proxy jump
Hello OpenSSH team, (New subscriber and very first message... by the way thanks for bringing ssh to the wolrd). I have a question, maybe not so simple. _The question in short : _ Context? :_ _ In a jump configuration HostA -> (HostB) -> HostC The classical way to connect is : usera at hosta $ *ssh -J userb at hostb userc at hostc* And to make it "locally
2006 May 31
3
Cannot delete files from samba share
Hi all, Following an upgrade from samba 2.2.8a to 3.0.22 we have been unable to delete files on a samba share using an XP client. We were previously able to delete these files when using 2.2.8a. The problem occurs when we have a particular sub-set of permissions. Directory permissions on UNIX are set to 775 and ownerhips to usera : group1. This should mean that either usera or anyone who
2003 Dec 03
1
Home Drive Mapping problems
I've got Samba 3.0 on a Debian stable system set up to authenticate using an LDAP server (also on the Debian system), and I'm having problems getting home drive mapping to work. What I would like, is that if someone browses to the Samba server (on a win2k PC), they can see all the home drives of all the users on the server and also have read-only access to them. The owner of a home
2005 Jul 16
2
beginners question about extension context
Hi, all I have couple of SIP phones and they are in [from-sip] context. I also have an IAX2 phone. I have put this one in [iax-user] context. I want to make calls between SIP and IAX2 phones. If I put them all in same context all is fine, however when they are in different contexts they will not call each other and I will get message (in * CLI) that particular extension does not exist in a
2014 Apr 30
1
rsync-3.1.0 bug in cmdline parsing for option --usermap and --groupmap
Hello! I think there is a small bug in cmdline parsing for option usermap and groupmap. If you give multiple mappings to --usermap or --groupmap, only the first one is used. Example: rsync -a --usermap=userA:userB,userC:userD <src> <dst> -> Only the user mapping for userA to userB is used, the second mapping is ignored. The attached patch fixed the problem for me. Greetings
2006 Jun 23
2
Getting a list of users in a group - how?
Hi all, Hopefully this is a simple one - I'm trying to work out how to get a list of users in a certain group. If I have the following set up in Active Directory: Group1 - UserA - UserB Group2 - UserC - UserD AllGroups - Group1 - Group2 - UserX Then I want to be able to say "List all users in the AllGroups group" and I should get UserA,B,C,D and UserX
2008 Jul 16
2
1.1.1 (maildir_uidlist_sync_update): assertion failed: (uidlist->initial_hdr_read)
Version: 1.1.1 OS: FreeBSD 7.0-STABLE amd64 I have only seen this happen twice so far. I do not know what the two users were doing to cause it. Jun 26 17:23:26 hill dovecot: IMAP(userA): Invalid transaction log size (32812 vs 32920): /home/userA/Maildir/dovecot/private/indexes/.Deleted Messages/dovecot.index.log Jun 26 17:23:26 hill dovecot: IMAP(userA): Invalid transaction log size (32812
2005 Mar 24
0
Tricky setup
Hello All, This could be more a routing/linux problem, but I'm wondering if can be handled somehow within *. I have a client that has a contract with a VoIP provider. This contract limits number of phones registered using same IP to 3. There are 3 ways to handle this: 1. Few ATA connected to 3 phones + network 2. Linux router that lies between * box and network. Virual interfaces, iptables
2004 Jun 25
1
Howto: Use setgroup, checkgroup to check incoming and outgoing client limits
Hi there, I was wondering how I can use setgroup and checkgroup for perfom incoming and outgoing limitation checks. I've have some users that doesn't what to be able to recieve more than 1 call at a time, and I also want to limit a users outgoing call abilities. Any help would be greatly appreciated. Kind regards Cf --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus
2004 Jun 28
1
SetGroup and CheckGroup
Does anyone know if SetGroup and CheckGroup apply to only current context or is it per server based? Ta SJ