search for: internal_us

Displaying 5 results from an estimated 5 matches for "internal_us".

Did you mean: internal_use
2012 Jun 25
1
IAX Trunk issue.
...e s extension. I only placed the s extension in the dial plan to verify that the traffic was going across the IAX trunk and hitting the correct context. Any help would be greatly appreciated. Thanks Mitch Asterisk-1 IP Address 172.16.200.210 SIP.CONF [6001] type=friend host=dynamic context=internal_users secret=xxxxxxx nat=yes [6002] type=friend host=dynamic context=internal_users secret=xxxxxxx nat=yes extensions.conf [internal_users] exten => 6000,1,Answer() exten => 6000,2,Playback(hello-world) exten => 6000,3,Hangup() exten => 6001,1,Dial(SIP/6001) exten => 6002,1,Dial(SIP/...
2010 Sep 21
2
doveadm-expunge debug message clarifications
...mit = 1 drop_priv_before_exec = no executable = dict extra_groups = group = idle_kill = 0 s privileged_group = process_limit = 0 process_min_avail = 0 protocol = service_count = 0 type = unix_listener dict { group = mode = 0600 user = } user = $default_internal_user vsz_limit = 4294967295 } What is trying to use that socket when I'm expunging mails? Am I supposed to grant my internal_user some privileges to that socket? While I got that error message, the expunge has succeeded. Thanks, Daniel -- L?VAI D?niel PGP key ID = 0x83B63A8F Key fingerprint...
2000 Jun 14
1
Q: mounting shares with space inside name
I'm trying to mount a share from an NT machine which has an space inside, i.e doing something like that: mount -t smbfs -o username=nardmann,password=xxx "//machine/for internal use" internal_use I always get the message Could not resolve mount point internal How do I mount such shares with whitespace inside the share name? -- Heiko Nardmann (Dipl.-Ing.), h.nardmann@secunet.de, Software Development secunet Security Networks AG - Sicherheit in Netzwerken (www.secunet.de), Weidenauer St...
2011 Mar 02
1
Setting CanCan ability.rs model
...include CanCan::Ability def initialize(user) user ||= User.new # guest user (not logged in) if user.role? :admin can :manage, [Report, Admin] can :read, State elsif user.role? :global_user can :read, [Report, State] can :manage, Cpanel elsif user.role? :internal_user can :manage, Report can :read, State end end end At this time I have only index actions in this controllers, and when I login to app with internal user I CAN access to /admin for example, and that is not behavior that I want. I want to restrict access to all controllers instead...
2000 Jun 15
3
Usign hosts allow in the smb.conf file
Hi, I have a setup of Windows NT machines and SUN Solaris (UNIX) machines. I have installed samba on one of the UNIX machine. I am able to connect to the UNIX machine using samba from any of my NT machines. I want only few of my NT machines should be able to connect to the UNIX machine (with samba). To do so, I have set following in my smb.conf file hosts allow = hostname1, hostname2, ... I