search for: notallowed

Displaying 4 results from an estimated 4 matches for "notallowed".

2000 Jul 09
0
OpenSSH 2.1.1p2: /etc/nologin handling and related stuff
...sion.c Sat Jul 1 05:24:21 2000 +++ ./session.c Sun Jul 9 19:22:23 2000 @@ -816,17 +816,34 @@ if (options.use_login && command != NULL) options.use_login = 0; -#ifndef USE_PAM /* pam_nologin handles this */ f = fopen("/etc/nologin", "r"); if (f) { + char notallowed=1; /* /etc/nologin exists. Print its contents and exit. */ + fprintf(stderr, "\aLogins are currently disallowed:\n\n"); while (fgets(buf, sizeof(buf), f)) fputs(buf, stderr); + fprintf(stderr, "\n"); fclose(f); - if (pw->pw_uid != 0) +#ifdef NOLOGIN_ALLOW...
2015 Jun 11
3
Allowing calls - maybe I'm just stupid...
Hi again! About my previous E-Mail... I though about it and I think, that maybe I'm just very stupid... Since I called an INTERNAL number, Asterisk tried to call it. I tried right now to call an EXTERNAL number (using my context [myproxy]) and the behavior is NOT the same... Not 100% correct, but it tries the right way... Now my problem is to check in my dialplan if the peer, that
2011 Jul 14
9
Extension wise dialplan
Hi all, I have n no. of extensions in my dialer. from 456 to 556 extensions. I was created 2 other extensions 667 and 668 I need to allow only STD calls to go from this extensions. These all extensions are same context . I need to define the STD dialplan for only this 2 extensions. how I can ? Best Regards, Mahesh Katta *BUZZ**WORKS* Business Services Private Limited BANGALORE | CHENNAI |
2005 Nov 14
3
Error when building on OSX 10.4/wxWidgets 2.7
I''ve installed ruby 1.8.3, wxWidgets 2.6-cvs, and swig 1.3.27. When running rake here''s the error I get: src/App.cpp:1419: error: ''CreateLogTarget'' is not a member of ''wxRubyApp''src/App.cpp: In function ''VALUE _wrap_App_CreateLogTarget(int, VALUE*, VALUE)'':src/App.cpp:1612: error: ''class wxRubyApp'' has no