Displaying 20 results from an estimated 10000 matches similar to: "Password policy doesn't work (pdbedit)"
2009 Jun 25
1
pdbedit - password age
Hello,
I try to force users to change password once a given period using his
command:
#pdbedit -P "maximum password age" -C 300
It works only for "new" users (users created after first first launch of
this command), "old" users are not affected, passwords doesn't expire. How
to do his for "old" users?
I would be pleased for your help.
2007 Mar 16
3
Can't change password change dates with PDBEDIT
I'm setting up a Samba server using CentOS 4's (RedHat Enterprise Linux)
standard version (v.3.0101411). I want to be able to force users to
change their password upon first logging in and to have to change them
after a certain period of time (per user, not system-wide).
The problem is that the pdbedit commands don't seem to be registering at
all in the database. If I enter the
2005 Aug 09
1
pdbedit not working as documented
I have am hitting a wall with pdbedit, as shown below.
Any workarounds would be greatly appreciated.
I am encountering the inability to change any users (profile) SID on Samba
3.x for Linux and BSD, which causes the accounts to no longer recognize
their local Samba 2 profiles once they join Samba 3 domain. If I add a new
user and pdbedit -a user -U SID it ignores the -U.
The old profiles appear
2007 Jan 11
1
pdbedit problems
Greetings,
I am running samba-3.0.10-1.4E.9 installed from rpm on CentOS 4.4. I
have it configured as a PDC. It is using the /passdb backend = tdbsam/
backend. I am using /pdbedit/ to make some configuration changes to user
passwords. I would like to expire a users password, so that they are
required to change it the next time they log in. From all that I have
read in on-line resources
2009 Oct 08
6
Change Allowed Workstations with pdbedit
Dear Samba Users,
I have a Samba 3.2.5 Server running on Debian. I use tdbsam as a password
database and wonder how I can change the "Workstations" value in order to
control the allowed workstations for a particular user. Last year I had a
configuration with ldap using the smbldap tools where it was possible to set
this value. But how can I set it without LDAP just using pdbedit?
2009 Jun 24
1
"pdbedit -P ..." not affecting all users/howtoforce one user to change password
Hello,
I'm using samba 3.2.41 at Debian Lenny.
I have some users in my smbpasswd file, now I'm trying to force them to change password once a given period.
#pdbedit -P "maximum password age" -C 300
Above-mentioned command is affecting ONLY "new" users (users created after first first launch of this command), "old" users are not affected, passwords
2008 May 23
4
Seamless update from Samba 2 to Samba 3 on a new server
Hi,
I'm new to the list, I hope i'm posting at the right place ;)
I'm having a hard time trying to update and to move my Samba 2.2 PDC to a
new Debian server.
Currently, the PDC is using Samba 2.2.8 on a Solaris Server. My goal is to
move it to another computer, and to update it to a
newer version (3.0.24)
This must be fully transparent for the users, since I have no time to
2007 Feb 16
3
pdbedit password policy - not updating ldapsam
I have Samba and LDAP up and running, but I'm having problems editing the
password policy using pdbedit.
(I'm running 3.0.22)
I've had a look at the man page for pdbedit but I don't really fully
understand what it does in relation to passwd backends. Does pdbedit update
just one backend and expect a user to export the updates to other backends?
I think I've set up ldap as
2011 Jul 01
1
pdbedit "password must change" not following policy
Hey everyone,
I've got a file server (named success) running Samba version 3.0.10-1.4E.
I've also got another file server (named happiness) running Samba version
3.3.15 and LDAP.
I've got success pointed to happiness for LDAP in the smb.conf, and running
a "pdbedit -v user" works, it shows the proper information...except for the
password must expire, it seemingly ignores
2009 Feb 19
1
XP local policy vs Samba pdbedit?
If I set up a room of Win XP Pro w/SP2 systems, hardened via local policy
and gpedit.msc, and add them to a samba domain running from an unpatched,
out-of-box install of RHEL 5.0, how will the local XP policies differ from
any changes I make to pdbedit on the Samba side? Which takes
priority/preference?
Thanks.
Scott
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
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
2007 Sep 19
1
pdbedit -P "password history" doesn't work !!
Hi !
This is my firs post here. I've got a problem with password history
policy -C 3 which doesn't work !!
I set policy
pdbedit -P "maximum password age" -C 777600 (90days)
pdbedit -P "minimum password age" -C 691200 (80days)
"user must logon to change password" -C 2
"password history" -C 3
On clients (XP PRO) some of people
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
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
2004 Jul 21
2
PDBEDIT USE - ACCOUNT FLAGS AND POLICIES - 2ND TIME
Hi everyone...
Can somebody help me?
I've sent this last Sunday but nobody has replied.
Cheers,
Rafael
-----Mensaje original-----
De: Rafael Paris [mailto:rparis@hotelmaruma.com]
Enviado el: Domingo, 18 de Julio de 2004 06:58 p.m.
Para: 'samba@lists.samba.org'
Asunto: PDBEDIT USE - ACCOUNT FLAGS AND POLICIES
Good afternoon everyone.
I'm trying to set account control flags and
2006 Feb 12
1
how to set valid allowed workstation logins
I'm having trouble setting the Workstations value on a tdbsam backend
using pdbedit. I can't seem to find the correct syntax to accomplish
this.
I found some references in an older version of the HOWTO where there
existed "Chapter 10. Account Information Databases". This whole chapter
is missing from the current HOWTO even though it is referenced in the
newest version (a
2009 Jul 01
4
can't get Samba users from Windows
Hello!
I have installed Debian "Lenny" x64 and samba 3.2.5 from repository and I have some problems.
First:
When I set directory access rights via checkbox from WindowsXPPro SP3 it
seems that it has no effect. I have rebuild samba and samba-common,
version 3.0.24-6etch10, for Debian Lenny and this solved this problem.
Also in rebuilded version DFS is on by default.
Second:
I can't
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''
--