Displaying 20 results from an estimated 1000 matches similar to: "pdbedit - password age"
2008 Dec 09
2
Any possibility to apply policies on WinXP machines using samba 3.2.3 ?
Any possibility to apply policies on WinXP machines using samba 3.2.3 ?
In samba documentation in :
http://us1.samba.org/samba/docs/man/Samba-HOWTO-Collection/PolicyMgmt.html
There is references to apply policies in NT/2000 Server and winxp
clients, but it's not clear to me that will run fine or not using
samba 3.2.3+winxp machines.
If exist a way, How ?
I was create a local policies using
2010 Apr 19
1
Samba Secondary Groups
This has been bugging me for years but never got around to spending a lot of time on it until I now want/need to use it for work stuff.
Problem is simple I get access denied when trying to create a file in a directory that is not owned by me or my primary group that doesn't have world writable permissions. Ive also had similar issues with NFS mounts where I can't move/create/delete files
2009 Sep 15
1
Password policy doesn't work (pdbedit)
Hello,
I'm using samba 3.0.24 and Debian 4.0. As a password backend I use
smbpasswd.
I set password policy: Length - 8 signs, Password history - 3, password
complexity - script, maximum password age - 30 days
The "password length" and complexity works, but "password history" and
"maximum password age" doesn't.
I tried do the same on test machine
2011 Dec 30
3
qemu-kvm
An embedded and charset-unspecified text was scrubbed...
Name: not available
URL: <http://lists.centos.org/pipermail/centos-virt/attachments/20111230/f132dad8/attachment-0004.ksh>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos-virt/attachments/20111230/f132dad8/attachment-0006.html>
2012 Feb 18
3
foreach %do% and %dopar%
Hi everyone,
I'm working on a script trying to use foreach %dopar% but without success,
so I manage to run the code with foreach %do% and looks like this:
The code is part of a MCMC model for projects valuation, returning the most
important results (VPN, TIR, EVA, etc.) of the simulation.
foreach (simx = NsimT, .combine=cbind, .inorder=FALSE, .verbose=TRUE) %do% {
MCPVMPA = MCVAMPA[simx]
2014 Nov 18
2
[LLVMdev] finalizeObject function implemetation in MCJIT is wrong
Hi Radek,
Sorry for the delayed response. I haven't had time to check your analysis
yet, but you're probably right: MCJIT's support for multiple modules in a
single instance is patchy at best.
Do you have a test case (e.g. an lli invocation) that triggers this bug, or
is this something you discovered just by reading the code?
Cheers,
Lang.
On Thu, Nov 13, 2014 at 8:46 AM, David
2005 Dec 26
16
How to create application with single table with primary key
I''m trying without any succes to create application in which I have
one keyed table. The table structure is:
CREATE TABLE employees (
pin INTEGER PRIMARY KEY,
first_name VARCHAR(30) NOT NULL,
last_name VARCHAR(30) NOT NULL
);
Whenever I enter new record, I need the the filed pin is also filled
by user. Whenever a user edit the table, there should be option to
edit or not edit the
2006 Feb 15
6
Problem creating appdoc documentation
Hello, can anyone help me.
After a few weeks I returned to the rails to play with it. But I
recognize that I''m now not abble to build appdoc. The same thing that
few weeks ago worked without an problem now give me an error:
unrecognized option `--line-numbers --inline-source''
$ rake --trace --verbose reappdoc
(in /home/radek/src/firma/giga-net/ncc/work)
** Invoke reappdoc
2002 Aug 06
8
converting MASQ from ipchains
Hello,
on my old system I''m using ipchains. Can anyone help me with converting rule
/sbin/ipchains -A forward -j MASQ -s source_addr -d destination_addr 443 -p tcp
to shorewall. I know that I can write
eth0 source_addr
to /etc/shorewall/masq file
but I can''t found where I can specify the destination address.
The reason for this is to allow one user (computer) access only to
2014 Nov 20
2
[LLVMdev] Cannot debug objects added with "-extra-object" in lli.
Hi guys.
I found a little bug in implementation of MCJIT.
I noticed that when I added object file (with all needed debug information)
to lli by using -extra-object flag, it's impossible to debug it with gdb.
Object file is in ELF format generated by llc. It is properly loaded by
mcjit.
I noticed that the reason is probably in lack of calling
"registerWithDebugger()" after object
2015 Nov 24
6
ssh-copy-id bugfix
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
hello everyone!
i'd like to sincerely ask you to include a fix for ssh-copy-id bug
i'll be linking below. it's a trivial fix which resolves
https://bugzilla.mindrot.org/show_bug.cgi?id=2206 and eases life of
many. it's been field-tested by redhat devs and users so i see no
problem in incorporating it.
2005 Dec 28
2
How write input form (layout/controller) so I can enter Id
I reformulate my needs. How I can write (layout/controller) so I can
read value of Id from the new form when creating new record.
With following structure:
CREATE TABLE words (
id INTEGER PRIMARY KEY,
word VARCHAR(40)
);
I want enter new records like:
id=47812, word=''pes''
id=1382, word=''krough''
id=67145, word=''brum''
--
2014 Nov 13
2
[LLVMdev] finalizeObject function implemetation in MCJIT is wrong
Hi all.
I found some issue in implementation of finalizeObject function in
MCJIT.cpp. If you look at the source code of the function, you can notice
that machine code for second "owned" module will never be generated if it
doesn't depend on the first one. More over it will cause a crash if entry
point isn't in first module. Implementation of finalizeObject using for
loop will
2014 Feb 26
6
[Bug 2206] New: ssh-copy-id fails with message 'Ambiguous output redirect.' with a non-sh style remote shell
https://bugzilla.mindrot.org/show_bug.cgi?id=2206
Bug ID: 2206
Summary: ssh-copy-id fails with message 'Ambiguous output
redirect.' with a non-sh style remote shell
Product: Portable OpenSSH
Version: 6.5p1
Hardware: Other
OS: Linux
Status: NEW
Severity: normal
2005 Dec 05
1
ip route doesn''t not work with virtual inferfaces
I have two IP for eth0 which correspond to eth0 and eth0:1
I want to create a route
to 192.168.66.0/24 via 192.168.0.50 from eth0:1
so I add the route with
ip route add 192.168.66.0/24 via 192.168.1.2 dev eth0:1
but when I connect to 192.168.66.0/24 network in connects still using
the IP of eth0, not the IP of eth0:1 as one would expect.
What''s strange to me is that ip route list
2014 Jan 15
6
[Bug 2196] New: ssh-copy-id: selects "wrong" pubkey
https://bugzilla.mindrot.org/show_bug.cgi?id=2196
Bug ID: 2196
Summary: ssh-copy-id: selects "wrong" pubkey
Product: Portable OpenSSH
Version: 6.4p1
Hardware: All
OS: Linux
Status: NEW
Severity: normal
Priority: P5
Component: ssh-copy-id
Assignee: unassigned-bugs at
2012 Jan 14
3
Centos 6.2 / KVM troubles with network
Hi,
I have installed CentOS 6.2 x86_64 and KVM/Qemu and I have some troubles
with network.
The first case:
-----------------
The configuration is:
- CentOS 6.2 (hardware machine) has one Ethernet interface with static
IP address (eth0).
- Virtual machine has bridge network interface with eth0 interface on
CentOS 6.2. This bridge is created using wizard integrated with
virt-manager.
- Bridge
2004 Feb 23
1
pdbedit -P 'maximum password age' -C 0 should == never expire?
When I set the 'maximum password age' to 0, my password expired
immediately after I did a smbpasswd. Shouldn't setting it to 0 mean
the password will never expire? Or are there any other way to set
password to never expire?
Here is the microsoft's interpretation on 'maximum password age':
2005 Dec 30
2
I have problem and/or not fully underestand rails --svn
I experimented with rails --svn option. I use following commands
1 $ su root "mkdir -p /var/lib/svn/projekt; chown radek:radek /var/lib/svn/projekt"
2 Password:heslo roota
3 $ svnadmin create /var/lib/svn/projekt
4 $ mkdir -p /tmp/projekt/trunk
5 $ svn import -m "Creating empty project projekt" /tmp/projekt file:///var/lib/svn/projekt
6 //var/lib/svn/pokus
7
2013 Feb 05
4
Per user special-use folder names
Hi all,
let me ask a question, please. Is it possible in dovecot to set up per
user special-use folder names?
Imagine situation with two users where first prefere another language
that second.
mailbox Sent {
special_use = \Sent
}
for english speaking users and
mailbox "Odeslan? po?ta" {
special_use = \Sent
}
for czech speaking users.
Thanks for your answers. Radek