Displaying 20 results from an estimated 100000 matches similar to: "Re: pdbedit prob"
2007 May 30
1
pdbedit and password expiration
I have been working to get pdbedit to expire passwords. I have seen several bugs related to pdbedit (bugzilla bug 4630 for
example) on 3.0.25 so I upgraded to 3.0.25a, the latest Samba version as of this writing. What I am trying to do is set a
particular user's password to expire on a certain date. If that can't be done, the ability to set it to expire "now" would
be my
2005 Jul 29
1
pdbedit - can't set password expiry, etc?
Hi All
Have recently moved from a machine running 2.2 to a new machine running
3.0.10-1. I've just converted the smbpasswd database to tdbsam as I
understand password ageing etc does not work with smbpasswd. I've set
the line 'passdb backend = tdbsam' in the smb.conf, restarted the daemon
and now I'm trying to force a user account to have to change his
password the next time
2008 Aug 03
1
user must change password, works in ursmgr.exe but not with pdbedit
Hello
After spending quite a few hours building a completely new domain with
samba as a pdc for a local school I now have everything working(shares,
printers, multiuser addscripts, etc). The only problem I have is that it
is impossible to force user to change password on next logon from
pdbedit. It is possible to set this trough usrmgr.exe but its not really
convenient when adding multiple users
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
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
2003 Jun 10
1
Idmap probs with smb3beta
Well just trying to get the new beta working..
if i use the passwd plain text file, no probs.
but i realy like to use the tdbsam (passdb.tdb) file..
i put passdb backend = tdbsam:/path to passdb.tdb
now my error log complains about: Idmap gid range missing & uid range missing.
i mapped the ntdomain groups to unix groups..
also i get these same errors using pdbedit...
second and more
2008 Oct 20
0
Unable to update SID using pdbedit
Since I have had trouble getting the net rpc vampire command to
properly migrate passwords, I have been looking into stripping down
the net rpc samdump results into a smbpasswd backend file, then
importing from there into my tdbsam.
The first problem I ran into is that the samdump produces RID values
from the domain, whereas I need it to represent UIDs that already
exist. No problem, since my
2008 Apr 02
0
problem with pdbedit logon hours and usrmgr.exe
PLEASE HELP!!
I have got strange problem on samba-3.0.28-0.fc7 with logon hours and
passwords policies .I use tdbsam backend.
After changing time form winter to summer client's (windows XP) cannot
login after 8:00AM ( time zone Warszawa/Poland UTC ). Linux and windows
clients correctly changed time to summer (+1 hour)!!.
Logon hours are set :
from Monday -to-Friday 8:00 AM to 4:00PM
I use
2005 Mar 30
2
pdbedit - question on migration
question on pdbedit - when using it for a migration - existing data is
stored in tdbsam.
pbdedit -i tdbsam -e ldapsam
It wants to take existing machine accounts and put them into an
ou=Computers. I'd rather it put them in ou=People.
Samba version is 3.09
Thanks.......
Jon Johnston
Creative Business Solutions
IBM, Microsoft, Novell/Suse, Sophos Consultants
http://www.cbsol.com
2007 Jul 17
2
[Urgent] Cannot make changes via pdbedit
I have been having some problems since I updated from Samba 3.0.23 to
3.0.25b. I have installed the latest version of smbldap-tools but I am
still not able to make certain changes to a user's account. I have
created a new user named JROLFE.
After I set up a new user, I will set it so they are required to change
their password when they first login. I usually do this through LDAP
Account
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
2012 Apr 03
1
macro characters with pdbedit ?
Hi,
I would like to change the Logon script name attributes of a samba user account to something like logon%u.cmd using pdbedit with the --script option. It does not work because the string logon%u.cmd is litteraly taken as the value, loosing the variable substitution at evaluation time. pdbedit -v output gives "Logon Script : logon%u.cmd" .?
When creating a user account without
2004 Feb 12
1
pdbedit 3.0.2 segfault
Hello
I have samba-3.0.2 installed into /usr/local/samba/ by means of
cd /usr/src/samba-3.0.2/source
./configure --with-acl-support
make
make install
When I run pdbedit -L I get a segfault:
oberon root # pdbedit -L
Segmentation fault (core dumped)
This occurs after samba of unknown version from these two:
3.0.1pre2
3.0.2
has been reinstalled with samba-3.0.2
(gdb) bt
#0 0x400f9bf9 in free
2014 Dec 16
0
Strange problem with pdbedit -Lv : missing users ?
Dear Gaiseric,
Yes, according to testparm the backend is a plain text file :
smb passwd file = /etc/samba/smbpasswd
passdb backend = smbpasswd
Therefore I wonder where the User SIDs are stored ?!
About "getent passwd", yes all users (active users at least) have a Unix
account.
About the users that are missing in pdbedit, there is not error in
smb.log when they log in. (But I
2004 Mar 17
1
Resetting passwords using pdbedit?
[Environment: Samba 3.0.2a with "passdb backend = tdbsam" ]
I want to be able to reset user passwords from the command line
on the Unix server, without knowledge of the existing password.
If I was using an smbpasswd file, I could call the "smbpasswd"
command and it would edit the file. But with a backend, that's
not available to me.
The "pdbedit" command will
2014 Dec 16
0
Strange problem with pdbedit -Lv : missing users ?
And I must admin that I really don't know where to search.
Does someone knows where pdbedit is reading the information displayed ?
Denis
Le 15.12.2014 23:01, Denis BUCHER a ?crit :
> Thank you very much for your answer.
>
> It's the default, internal backend. (smbpasswd)
>
> a) If I do :
>
> tdbdump schannel_store.tdb dump | grep BWPC |grep SECRET | wc
2017 Jun 13
0
pdbedit -x -m fails to delete one machine account on samba 4.6.5 install
Hi.
I'm trying to delete a machine account using pdbedit -x -m and it
fails. Any idea why that might happen?
The machine account exists..
# pdbedit -Lv 'ts$'
Unix username: TS$
NT username:
Account Flags: [W ]
User SID: S-1-5-21-2594621239-3917873753-3682423317-3286
Primary Group SID: S-1-5-21-2594621239-3917873753-3682423317-515
Full Name:
Home Directory:
2004 Jun 09
1
pdbedit
I have a couple of questions about pdbedit.
I am having trouble using pdbedit in shell scripts.
First, on a freshly installed system with no-one in the tdbsam database,
trying to add multiple machine accounts via a loop construct in a shell
script fails with a message that the database can't be found/doesn't
exist. I then added root manually just to get the system going, which
solves
2004 Jan 09
1
pdbedit bug?
If I try to do the following:
/usr/local/samba/bin/pdbedit -a -u someusername -U 5000
This works as one would think, the account is created with a RID of 5000.
But when I do:
/usr/local/samba/bin/pdbedit -a -m -u somemachinename -U 3000
It does not work as you would think. The account is created but with
the RID of the Unix UID*2+1000 not, a RID of 3000 as specificed on the
command line. And
2005 Aug 10
0
[GOLUM] RE: pdbedit not working as documented
You think Microsoft's mailing lists and forums are better? Just wait (and
wait, and and ...). Oh, that's right, you can call Microsft for help ,,, and
shell out $295 per.
Dimitri
John McLoskey wrote:
> Thanks everyone for your lack of any response whatsoever, I find it builds
> character to be ignored throughout challenges I encounter in my life. Since
> I was unable to