Displaying 6 results from an estimated 6 matches for "noupdat".
Did you mean:
  noupdate
  
2004 Jul 29
2
Aastra 480e phone ADSI config
...ot; IS "CIDBlk" OR "Block Callerid"
        SENDDTMF "*67"
        SETFLAG "nocallwaiting"
ENDKEY
 
;
; Begin main subroutine
;
 
SUB "main" IS
        IFEVENT NEARANSWER THEN
                CLEAR
                SHOWDISPLAY "titles" AT 1 NOUPDATE
                SHOWDISPLAY "talkingto" AT 2 NOUPDATE
                SHOWDISPLAY "callname" AT 3
                SHOWDISPLAY "callnum" AT 4
                GOTO "stableCall"
        ENDIF
        IFEVENT OFFHOOK THEN
                CLEAR
                CL...
2010 Mar 04
1
[LLVMdev] Fwd: I can't find the document about the options of hgsubversion.
...mail.com>
Date: 2010/3/4
Subject: I can't find the document about the options of hgsubversion.
To: hgsubversion at googlecode.com
Once I using hg clone svn://localhost/project/
Now I just can directly clone it.
But once I using the command
hg help clone.
I get the result as follows.
* -U --noupdate      the clone will include an empty working copy (only a*
*                    repository)*
* -u --updaterev     revision, tag or branch to check out*
* -r --rev           include the specified changeset*
* -b --branch        clone only the specified branch*
*    --pull          use pull protocol...
2012 Apr 11
4
Creating classes for individual nodes
This is more of a style question than implementation. I have a bunch of 
nodes running the same software but in many cases they need config files 
that are customized for that specific node. I was thinking I could push all 
the main files from the app through a central class and have separate 
classes for each individual node that has the config files. Is this the 
best way to do this or does it
2018 Apr 26
0
account locks not working ssh/winbind?
...success=ok ignore=ignore module_unknown=ignore default=bad]        pam_selinux.so close
session    required     pam_loginuid.so
session    optional     pam_keyinit.so force revoke
@include common-session
session    optional     pam_motd.so  motd=/run/motd.dynamic
session    optional     pam_motd.so noupdate
session    required     pam_limits.so
session    required     pam_env.so user_readenv=1 envfile=/etc/default/locale
session [success=ok ignore=ignore module_unknown=ignore default=bad]        pam_selinux.so open
@include common-password
But what i dont understand is this line:
> Apr 25 07:00:0...
2018 Apr 26
4
account locks not working ssh/winbind?
Hai. 
 
Config. 
Debian Stretch, samba 4.7.7. member server AD backend. 
Network setup like in the howtos here. : https://github.com/thctlo/samba4/tree/master/howtos  
 
 
Today i discovered that somehow a disabled user was able to login after a few retries. 
 
I run a SSH/SFTP server for data exchange with the customer of the company here.
 
The SSH/SFTP server is restricted by groups, this
2014 Oct 20
1
Allow Samba4/AD group "MYDOM\Domain Admins" to login through SSH on linux hosts
Hi,
For several linux server on our network we want to allow the AD domain group called "MYDOM\Domain Admins" to login through ssh with their AD credentials. Our DC1 and DC2 are running on Debian 64bit using Samba 4.1.12/Sernet.
I'm kinda confused, what exactly I need therefore. Do I need to setup a PAM_authentication as explained on that tutorial here?