Displaying 20 results from an estimated 23 matches for "oldpassword".
Did you mean:
old_password
2003 Feb 26
2
Scripting with smbpasswd
...ich I redirect to
read the information from a file.
I execute:
/usr/local/samba/bin/smbpasswd -r ldap.domain.org -s -U maarten <
/tmp/password.txt
and the file password.txt contains the old password, and twice (or once,
also doesn't
seem to matter) the new password formatted like this:
oldpassword
newpassword
newpassword.
The output from smbpasswd is: 'Password changed for user maarten', which
looks quite
OK to me. But... the encrypted password does not at all look like the
encrypted 'newpassword'
as would be generated by a 'manual' run of smbpasswd. Worse, every t...
2003 Apr 27
2
smbpasswd via cgi
using samba and ldap - redhat 7.3
trying to work on a short cgi to update samba password (it is a url with
attributes username and password). I am not very good at all with perl, so
if someone can take a quick ponder and help me out, that would be great.
I think that it fails in theory however, because to change other users
password, you need to be root ... So I was wondering if anyone knows
2004 Mar 05
1
win32-etc change_password
...lace. In fact, it doesn''t seem to work for the 0.2.0 release, even
though I could swear I had it working.
Also, is it possible to change the password for a user that hasn''t set a
password? The NetUserChangePassword method doesn''t seem to like NULL
much as an option for oldpassword.
Regards,
Dan
1998 May 30
0
SAMBA digest 1703
I'm not a perl guru, and this is off the top of my head, but did you try
something like this:
#!/bin/perl
open(PIPE, "|smbpasswd")
print PIPE "$oldpassword\n"
print PIPE "$newpassword\n"
print PIPE "$newpassword\n"
close PIPE
regards,
Rob Coward
>------------------------------
>
>Date: Fri, 29 May 1998 15:54:42 -0500
>From: "Davenport, Todd S. " <davent@eglin.af.mil>
>To: samba@samba.anu.edu.au...
2018 Mar 31
2
How to change Domain password as normal user?
...-tool -U <myuser> user password
>
> gives me the error:
>
> samba-tool: error: no such option: -U
>
> Perhaps my version is too old (4.4.16)?
No, the syntax is wrong, it should be:
samba-tool user password -U <myuser>
This will then prompt the user for their 'oldpassword' and then the new
password (twice). There is a gotcha though, as given it will only work
on a DC, to do the password change from a Unix domain member, you need
to add '--ipaddress=DCIPADDRESS'
>
> I did successfully change my domain password with kpasswd. I was
> able to log...
2018 Mar 31
3
How to change Domain password as normal user?
On Sat, 31 Mar 2018 11:42:07 -0400
Mark Foley via samba <samba at lists.samba.org> wrote:
> On Sat, 31 Mar 2018 12:25:14 +0100 Rowland Penny <rpenny at samba.org>
> wrote:
> >
> > This will then prompt the user for their 'oldpassword' and then the
> > new password (twice). There is a gotcha though, as given it will
> > only work on a DC, to do the password change from a Unix domain
> > member, you need to add '--ipaddress=DCIPADDRESS'
>
> I'll try that after I've figured out what the...
2018 Apr 04
2
How to change Domain password as normal user?
...018 11:42:07 -0400
> > Mark Foley via samba <samba at lists.samba.org> wrote:
> >
> > > On Sat, 31 Mar 2018 12:25:14 +0100 Rowland Penny
> > > <rpenny at samba.org> wrote:
> > > >
> > > > This will then prompt the user for their 'oldpassword' and then
> > > > the new password (twice). There is a gotcha though, as given it
> > > > will only work on a DC, to do the password change from a Unix
> > > > domain member, you need to add '--ipaddress=DCIPADDRESS'
> > >
> > > I...
2019 Nov 18
0
Azure AD SSPR
...tException:
Synchronization Engine returned an error hr=80004001, message=Not
implemented
at
AADPasswordReset.SynchronizationEngineManagedHandle.ThrowSyncEngineError(Int32
hr)
at
AADPasswordReset.SynchronizationEngineManagedHandle.ChangePassword(String
cloudAnchor, String sourceAnchor, String oldPassword, String newPassword)
at
Microsoft.CredentialManagement.OnPremisesPasswordReset.PasswordResetCredentialManager.ChangePassword(String
changePasswordXMLRequestString)
AD and Azure AD are configured per MS Docs:
https://docs.microsoft.com/en-us/azure/active-directory/authentication/howto-sspr-write...
2006 Aug 30
2
CentOS 4.3 - MySQL - NIS user issue
Hi
I have what i think is a strange issue -
All my users are NIS users and they can access this box fine. I have a
MySQL server running on this box that is running fine. The OS 'root'
user can authenticate and use MySQL fine e.g.
[root at xxxxxxx]# mysql -u bugs -pxxxx bugs
Reading table information for completion of table and column names
You can turn off this feature to get a
1998 May 29
2
Encrypted passwords
Is there a tool, either for Perl or C, that will add/change the NT and
LM encrypted passwords in the smbpasswd file? I know about the
smbpasswd command, but I can't use that function from a script. I tried
#!/bin/perl
system("smbpasswd \< $oldpassword\n$newpassword\n$newpassword\n");
and some other things, but I couldn't get it to work.
TSD
2010 Jan 29
0
Plugin not catching exceptions
...call that throw an
exception if the foreign call fail (due to a bad fault-structure).
So I catch this exception in my code (I expect it to fail) :
[...]
server = XMLRPC::Client.new( host, "/xmlrpc/db", 8069)
begin
result = server.call("change_admin_password", oldPassword, newPassword)
rescue Exception => e
result = 0
end
return result
[...]
When i try to execute this on the target server, I get this error :
err: Could not retrieve catalog from remote server: Error 400 on
SERVER: wrong fault-structure: {..., line 45, in check_super\n
ra...
2005 May 13
2
Asterisk extensions from Mysql
Hello
I was just stuck around as to how I configure my Asterisk to access
extensions from Mysql. I have made all the necessary changes in the
extconfig.conf, the extensions.conf, res_mysql.conf,
res_config_odbc.conf,res_odbc.conf as they have mentioned on the site
www.voip-info.org <http://www.voip-info.org/> .
But still I am getting the error as
May 13
2018 Apr 04
0
How to change Domain password as normal user?
...te:
>
> On Sat, 31 Mar 2018 11:42:07 -0400
> Mark Foley via samba <samba at lists.samba.org> wrote:
>
> > On Sat, 31 Mar 2018 12:25:14 +0100 Rowland Penny <rpenny at samba.org>
> > wrote:
> > >
> > > This will then prompt the user for their 'oldpassword' and then the
> > > new password (twice). There is a gotcha though, as given it will
> > > only work on a DC, to do the password change from a Unix domain
> > > member, you need to add '--ipaddress=DCIPADDRESS'
> >
> > I'll try that after I...
2017 Mar 27
3
Users list and the date the password will expire
On Sun, 26 Mar 2017 19:31:48 -0400 Mark Foley wrote:
>
> On Sun, 26 Mar 2017 19:53:01 +0100 Rowland Penny wrote:
> >
> > On Sun, 26 Mar 2017 14:32:53 -0400
> > Mark Foley via samba <samba at lists.samba.org> wrote:
> >
> >
> > > as root:
> > >
> > > ldbsearch --url=ldap://mail -b "DC=hprs,DC=local" -s sub
> >
2018 Mar 31
0
How to change Domain password as normal user?
...amba-tool -U <myuser> user password
> >
> > gives me the error:
> >
> > samba-tool: error: no such option: -U
>
> No, the syntax is wrong, it should be:
>
> samba-tool user password -U <myuser>
>
> This will then prompt the user for their 'oldpassword' and then the new
> password (twice). There is a gotcha though, as given it will only work
> on a DC, to do the password change from a Unix domain member, you need
> to add '--ipaddress=DCIPADDRESS'
I'll try that after I've figured out what the user's expiration st...
2017 Mar 27
0
Users list and the date the password will expire
...se, lower case, number, punctuation."
continue
fi
if [ "$pw1" = "$pwOrg" ]
then
MSG="You cannot use your previous password. Think of something new."
continue
fi
break
done
# CHANGE PASSWORD
samba-tool user password --oldpassword="${pwOrg}" --newpassword="${pw1}" >/dev/null 2>&1
status="$?"
if [ "$status" == "0" ]; then
yad --title "$TITLE" \
--center \
--button="gtk-ok:0" \
--text="Successfully changed password for $USER i...
2017 Mar 27
0
Users list and the date the password will expire
...> > then
> > MSG="You cannot use your previous password. Think of something
> > new."
> > continue
> > fi
> >
> > break
> > done
> >
> > # CHANGE PASSWORD
> >
> > samba-tool user password --oldpassword="${pwOrg}" --newpassword="${pw1}"
> > >/dev/null 2>&1
> > status="$?"
> >
> > if [ "$status" == "0" ]; then
> > yad --title "$TITLE" \
> > --center \
> > --button="gtk-ok...
2002 Sep 13
1
Samba 2.23 ACL support ?
...Turn this on to NOT receive posts you send to the list.
Does not work if digest is set.
hide:
Conceals your address when people look at who is on this
list.
options
Show the current values of your list options.
password <oldpassword> <newpassword>
Change your list password.
end or --
Stop processing commands (good to do if your mailer
automatically adds a signature file - it'll save you from a lot
of cruft).
Commands should be sent to samba-request@lists.samba.org
Question...
2018 Apr 04
0
How to change Domain password as normal user?
...gt; Mark Foley via samba <samba at lists.samba.org> wrote:
> > >
> > > > On Sat, 31 Mar 2018 12:25:14 +0100 Rowland Penny
> > > > <rpenny at samba.org> wrote:
> > > > >
> > > > > This will then prompt the user for their 'oldpassword' and then
> > > > > the new password (twice). There is a gotcha though, as given it
> > > > > will only work on a DC, to do the password change from a Unix
> > > > > domain member, you need to add '--ipaddress=DCIPADDRESS'
> > > >...
2005 Feb 19
1
Uniden UIP200, please help
...ot display
HOTLINE on LCD when Hotline Number is set
HotLineDisplay Disable
#User Agent Name Settings. Use Character "^" for space
UseCustomizedUserAgentName No
CustomizedUserAgentName
Uniden^Customized^UA
#Admin password must be numeric. Max is 6 digits.
Format: oldpassword/newpassword
#AdminPassword 1234/1111
#end_of_file
My uniden<mac>.txt (for 4.63):
# UIP200 Mass Configuration System Mac-based File
# Notes: Lines start with '#' are comments
# To leave a field value unchanged (as saved on local
phone), leave value to blank.
# To disab...