Displaying 20 results from an estimated 2000 matches similar to: "Password Aging Policies - SAMBA"
2003 May 12
1
[Ans.]openssh3.5p1 version ... Password aging problem???
Our server is only opened 22 sshd port...
We wants our server secuirty is more higher, so decide to password aging policy...
Linux command is "chage" is very useful, but openssh3.3 higher version is not effected...
[root at radius ~]# chage -l test
Minimum: 0
Maximum: 2
Warning: 2
Inactive: 2
Last Change: May 09, 2003
Password Expires: May
2013 Oct 03
3
[LLVMdev] A way to write new pass by keeping source and build directories separate
Hi,
I was trying to write a sample optimization pass in LLVM, by following
instructions in LLVM doc for Writing a New Pass. But then ran into
*make*issues. The issue is with having separate
*source *and *build* directories. The LLVM doc for 'Getting Started'
suggests keeping the two separate, but the 'Writing a new pass' doc assumes
they are merged. Hence the *make *issue.
I did
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
2013 Oct 04
0
[LLVMdev] A way to write new pass by keeping source and build directories separate
On Oct 3, 2013 11:47 PM, "Rekha R" <rekharamapai at nitc.ac.in> wrote:
>
> Hi,
>
> I was trying to write a sample optimization pass in LLVM, by following
instructions in LLVM doc for Writing a New Pass. But then ran into make
issues. The issue is with having separate source and build directories. The
LLVM doc for 'Getting Started' suggests keeping the two
2017 Sep 18
1
llvm-link: Missing Dwarf DIE references
I am experiencing an issue combining bitcode files for the purpose of generating the combined bitcodes as a single bitcode file. I would like to have any pointers to help me debug this or maybe it has been seen before and a fix is either being worked on or is done.
I am using the Xcode 9.0 compiler. I believe the Swift code is 3.x. I have reproduced this using the tot llvm-link.
The input
2020 Aug 28
2
Evaluate values in `Sys.setenv`
Hi all,
I would like to know if there is any way to evaluate the values in
`Sys.setenv` before setting the environment variables. For example, if we
want to add a path to the environment variable `PATH`, we can do this in a
terminal
```
> export PATH=~/mypath:$PATH
> echo $PATH
/Users/jeff/mypath:...
```
However, this style of assignment is not allowed in `Sys.setenv`, it
treats its
2003 May 12
0
[Ans.]openssh3.6p2 version ... Password aging problem???
Our server is only opened 22 sshd port...
We wants our server secuirty is more higher, so decide to password aging policy...
Linux command is "chage" is very useful, but openssh3.3 higher version is not effected...
[root at radius ~]# chage -l test
Minimum: 0
Maximum: 2
Warning: 2
Inactive: 2
Last Change: May 09, 2003
Password Expires: May
2010 Jun 25
5
Is there a default dial plan that is not in extention.conf?
Hi,
I have a trivial peace of dialplan for exten 100. I try to change it to _1XX
and the asterisk act according to a different (Default??) dial plan and not
the one I want? Is that possible? Where is the other dialplan sits? In my
extention.conf I can't see something that look like what asterisk is
dialing.
How can I trace\debug my dialplan?
Thanks,
Eyal
-------------- next part
2000 Dec 29
2
how to create help files
Dear R users,
this is a question for R version 1.2.0 under Windows NT 4.0, regarding the
documentation of ones own functions.
I have ceated a private library for my functions, which works all very well,
apart from that I am not able to create appropriate help files.
For illustration, here is a simple example of where I'm stuck:
> # first, create a simple function f1:
> f1 <-
2020 Jan 07
2
unexpected UPS status
This is part UPS and part nut question.
I had a (intentional) power outage. The UPS/nut properly shut the system down when battery was down to 20%.
It ran for only 18 minutes rather than the expected 40 (see later).
After it charged to 37% I removed power from the UPS. After 4-5 minutes the system shut down.
However, when I restored power to the UPS the machine powered up immediately (no delay).
2020 Aug 19
4
Eaton 5E 1100i USB UPS - failed to claim USB device error
Hi
BACKGROUND INFO:I have a new Eaton 5E 1100i USB UPS which their website
claims is supported on Linux. They don't provide software for it for
Linux, only for Windows.Referring links:
https://www.eaton.com/za/en-gb/catalog/backup-power-ups-surge-it-power-distribution/Eaton_5E_UPS.html
https://www.eaton.com/za/en-gb/skuPage.5E1100IUSB.specifications.html
It was manufactured in May 2020
2013 Jan 08
2
plot residuals per factor
Dear R-users,
I want to plot residuals vs fitted for multiple groups with ggplot2.
I try this code, but unsuccessful.
library("plyr")
models<-dlply(dat1,"d",function(df)
mod<-lm(y~x,data=df)
ggplot(models,aes(.fitted,.resid), color=factor(d))+
geom_hline(yintercept=0,col="white",size=2)+
geom_point()+
geom_smooth(se=F)
--
---
Catalin-Constantin ROIBU
2012 Jan 09
2
create table in mysql using asterisk
Hi,
I try to create a new table using MYSQL command in asterisk.
This is what i write:
Query resultid ${connid} CREATE TABLE IF NOT EXISTS "conference_600"
("id" int(11) NOT NULL auto_increment, "channel_id" varchar(40),
"number_in_line" int(2), PRIMARY KEY("id")")
and this is the warning that i get in the cli:
app_addon_sql_mysql.c:383
2019 Sep 06
5
"battery is low" logged
I got around to unplugging my UPS and I found it doesn't last nearly as
long as estimated.
Is the "upsmon[1446]: UPS desktop_ups at localhost battery is low" logged
when "battery.runtime:" = "battery.runtime.low: 120"?
Does any make better batteries that don't go down faster when they get old?
battery.charge: 100
battery.charge.low: 10
2013 Feb 17
2
Loop
Hi all,
I want to execute a loop of a program:
for (u in Timeframemin:Timeframe){}
Imagine that Timeframemin<-10
Timefram<-10000
Is it posible to execute the loop but only proving from 10 to 10000 but
jumping 10 each time, for example, execute for 10,20,30.....to Timeframe.
Other question is, when a program is "heavy" and has a lot of loops to
execute (how can I know where
2011 May 20
3
"no such file to load -- rails/commands/runner (LoadError)"
Hi,
I am using ruby 1.9.2 and rails 3 for my application.
I have written a bash script which I want to run in cron.
If I directly run the bash file it runs. If I run it through the cron I
get the following error:-
"/usr/local/rvm/rubies/ruby-1.9.2-p180/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in
`require'': no such file to load -- rails/commands/runner (LoadError)
from
2019 Jul 19
1
USB UPS problem
Maybe a kernel USB issue, but people on this list may have encountered this issue.
I am testing a new UPS (EATON 5E 1500iUSB) and am having a problem with the USB connection failing.
My old UPS (EATON Ellipse MAX 1500) works just fine with the latest f30. Both devices identify as
ID 0463:ffff MGE UPS Systems UPS
To narrow the focus I booted recent live CDs on a PC that has no other USB devices
2009 Nov 03
1
ldap passwd sync old password
Hi,
I want, that the unix password ( stored on LDAP ) gets changed when a
user changes his samba password ( stored on LDAP ).
So I set ldap passwd sync = yes, but the unix password does not get
changed. The samba password is updated.
Smbpasswd shows this error
machine 127.0.0.1 rejected the (anonymous) password change: Error was :
Wrong Password.
Failed to change password for user1.
After
2012 Dec 24
2
whats wrong in my codes???
Dear R family,i am trying to plot and save, simultaneously, about 1000. the name of each plot is contained in "names" file. when i run this loop, i get an error.
"Error in plot.new() : Unable to open file 'C:/R/SAVEHERE/myplot_Tak.jpg' for writing". could you please correct the mistake in the loop?
>names<-(names(sp))
>for(a in seq_along(names)){
>mypath
2019 Aug 06
4
Monitor UPS Brand SMS
Hi Users NUT,
I want monitor a UPS of brand SMS (Sinus Double 8 KVA) using a
raspberry-pi. In compatibility list, is listed to use the blazer_ser
driver. I use a USB adapter to RS-232 conected in to the No-Breake. Follow
the comands e confs.
root at rasp:/home/pi# lsusb
*Bus 001 Device 004: ID 067b:2303 Prolific Technology, Inc. PL2303 Serial
Port*
Bus 001 Device 003: ID 0424:ec00 Standard