search for: chaging

Displaying 20 results from an estimated 129 matches for "chaging".

Did you mean: changing
2019 Nov 04
3
Limit user password by time
Is it possible with "chage" to configure a password caducity for, at most, 2 hours? I think "chage" only allows caducity for, at least, one day.
2009 Sep 22
2
chage the output file name
After I run my script I save all my output e.g. write.table(d, file = "C:/PINEheight.txt) write.table(v, file = "C:/PINEvolume.txt) write.table(v, file = "C:/PINEdiameter.txt) write.table(v, file = "C:/PINEdensity.txt) and then I would like to run again with another tree and save again e.g write.table(d, file = "C:/POPULUSheight.txt) Is there anyhow I can define a
2012 Jun 28
1
NIS expiration of passwords
Dear all, I have a NIS server which shares a database of users between some computers (nodes exactly) and I would like that, on the first login, the user changes its password. So, on the NIS server I have made: chage -d 0 USER Then: # cd /var/yp # make On the NIS server I have: chage -l USER Last password change : password must be changed Password expires
2017 Dec 05
1
virt-builder: --ssh-inject fails because it is executed before --firstboot-command?
Version 1.34.6 (on Debian Stretch) Using virt-builder I tried to create a user and inject my ssh key: virt-builder -v -x centos-7.4 --output testimage --format qcow2 --selinux-relabel --hostname testimage --firstboot-command 'useradd -m -p "" dummy' --firstboot-command 'chage -d 0 dummy' --ssh-inject dummy ... [ 16.1] Installing firstboot command: useradd -m -p
2010 Oct 05
0
Chage Asterisk 1.6.1 to 1.6.2
Hi A question, i have upgraded a beta serveur from Asterisk 1.6.1 to 1.6.2 and now all SIP Relatime user are rejeted : [Oct 5 05:39:22] DEBUG[15081]: chan_sip.c:21639 handle_incoming: **** Received REGISTER (2) - Command in SIP REGISTER [Oct 5 05:39:22] DEBUG[15081]: chan_sip.c:21658 handle_incoming: Ignoring SIP message because of retransmit (REGISTER Seqno 44199, ours 44199) [Oct 5
2002 Jun 17
2
[PATCH] chages to pdb_ldap for new OpenLDAP versions and for better rebinds
> Andrew Bartlett wrote: > > > > Dave Snoopy wrote: > > > > > > What version of OpenLDAP are you compiling/linking > > > against? > > > > > > > [abartlet@piglett abartlet]$ rpm -q openldap > > openldap-2.0.23-4 > > I would appricate it if some people could test out the attached patch to > current Samba HEAD
2015 Jun 29
2
set up login.defs but password still not expire?
We have Centos 5.8 on LInux server.I setup /etc/login.defs following: PASS_MAX_DAYS?? 3 PASS_MIN_DAYS?? 0 PASS_MIN_LEN??? 8 PASS_WARN_AGE?? 1 after that I chack user password policy and it show:# chage -l user1 Last password change??????????????????????????????????? : Jun 29, 2015 Password expires??????????????????????????????????????? : never Password
2001 Feb 12
3
win_patitions-access
Hello, I'm using dual boot system and have windows partitions on my disk. The problem is that I can't write to it as user (copy files etc). I'm also unable to chage permissions or owner. So wine can' access them. I looked up fstab man and related issues but still didn't find solution. Thanks in advance Serge Yastreilov
2003 Feb 21
2
how to chage values in data frame to NA iside a function
Dear all I have a function in which I would like to change some values to NA according to some condition. dropout<-function(y, nahr=FALSE,...) { <some stuff for computing an index> if (nahr) y[index]<<-NA invisible(index) } in case y is a vector all works OK but if it is a part of data frame by calling dropout(df$y) or dropout(df[,number]) no change is done. Please can you
2003 Apr 03
4
Password Aging Policies - SAMBA
I am new to SAMBA. I am using it with LINUX and I love it! Nice change from you know who. I am sorry if this is a lame question, but I am setting up a Primary Domain Controller and a Backup Domain Controller. All the clients are Windows 2K or XP. I need the clients to reset their passwords every 30 days. I am having a hard time locating a procedure to set this feature. LINUX has 'chage'
2001 Nov 30
4
NT_STATUS_ACCESS_DENIED??
I installed Samba2.0.7 on my FreeBSD 4.1 box and joined an NT domain. It worked perfect until I changed the hostname today. I found that I couldn't chage the machine password if hostname length is 15. The precedure I do is 1. stop samba 2. change hostname to "abcde1234567890" 3. run smbpasswd -j DOM -r DomControl, then I get the following error message. cli_net_auth2: Error
2019 Nov 04
0
Limit user password by time
chage apparently depends on the shadow file which is day-based. You might want to be more specific when you say "limit", are you trying to force password changes every 2 hours or force logout every 2 hours or something else? The reason I ask is you're probably into the "create your own method" arena where exactly what you're trying to do may greatly influence the
1998 Apr 08
1
Access across routers
...name could not be found; where as the \\xyx.nrl.navy.mil works fine. Any ideas how to standardize this to allow connections with only the names? I can get it to work when I point my NT client to a local WINS server (where the \\xyx is also located) however, we have mulitple DOMAINs and we can keep chaging the primary and secondary WINS servers on the client. Michael -- Michael Will | Voice: (202) 767-9196 Ext. 226 Naval Research Lab Code 8140 | Fax: (202) 404-8918 4555 Overlook Ave. SW | E-mail: will@kingcrab.nrl.navy.mil Washington, DC 20375 | Skypage:...
2008 Jan 06
3
run setwd at the launch of R
Dear all, my R files (and the .csv files as well) are saved somewhere pretty deep down my hard disk. i have to chage to working directory therefore everytime i run R (i run it on powerPC mac), which is disgusting. using the setwd command at the beginning of an R script doesnt really help because i have to find this file first by hand. I am looking for possibility to run setwd during the
2004 Jan 19
2
"PAM rejected by account configuration" and "fatal: monitor_read: unsupported request: 24" problem at secong sshd instance
Hi, I setup two sshd instance (using OpenSSH_3.5p1 bins on redhat7.2 kernel 2.4.20-19.7smp ) in order to achieve differnet sshd settings (e.g use different auth.method) on two different network interfaces (both on port 22). For example to setup Hostbased authetication on the 1st sshd and RSA pub. key auth. on the second: The 1st instance config file /etc/ssh/sshd_config looks like:
2017 Apr 14
2
Access denied to change share security staff
On Thu, 13 Apr 2017 17:10:16 -0400 Rommel Rodriguez Toirac via samba <samba at lists.samba.org> wrote: > > [root at gtmpve nagios]# net rpc rights list accounts > ATGTM00\Domain Admins > SeDiskOperatorPrivilege > > It look like the Domain admins yes have the > 'SeDiskOperatorPrivilege' privilege. I change the group of the share > with chgrp and try from
2010 Nov 21
3
R help
Dear All, I'm a beginner user in R and I would like to make a quadratic and plateau model in R. Can you help please with an example? Thanks so much -- Ahmed M. Attia Assistant Lecturer El-Khattara farm Station Agronomy Dept., Zgazig Univ., Egypt Visiting Scientist Haskell Agricultural laboratory Agronomy and Horticultural Dept., Univ. of Nebraska-Lincoln ahmedatia at zu.edu.eg
2016 Apr 21
1
Benchmarks for R
Hello, I'm currently working on a project where I have to make chages to the source code of R itself. By doing this it's possible that I mess something up and make R stop working correctly. Can anyone tell me if there are some benchmarks that test the whole R language or at least the most important part of it? Thank you. Best regards, Francisco [[alternative HTML version
2006 Jun 07
1
Errno::ENOENT (No such file or directory
...y/gems/1.8/gems/actionpack-1.12.1/lib/action_controller/base.rb:910:in `perform_action_without_filters'' /scratch/ruby/lib/ruby/gems/1.8/gems/actionpack-1.12.1/lib/action_controller/session_management.rb:117:in `process'' ..... any input on how do I reolve this? I''m chaging the windows to fwd slash in my method. I guess I can access file on windows from linux box. def convertTo inputfilename = params[:inputfilename].gsub("\\","/") end -- Posted via http://www.ruby-forum.com/.
2010 Jun 05
1
glm output format
Hello,   I am running a loop to compare some residual deviances obtained from glm, with codes: ........   OUT<-NULL for (i in 1:10){  myglm<-glm(mat ~X1+X2+X3,family = binomial, data =myDATA) OUT<-c(OUT,myglm$deviance) }   .......   In the loop, X1, X2, and X3 chage with i. If X1, X2 and X3 are not highly correlated, OUT is a vector of 10 values.   The problem is:  if there there is