Displaying 20 results from an estimated 10000 matches similar to: "password reset on NT"
2014 Apr 30
2
Changing active directory user password via LDAP
Hello, lists.
I'm struggling to find out, how one can change password of an active
directory (based on samba4) user via LDAP.
The problem is that if I try to use userPassword parameter:
dn: CN=John Smith,cn=Users,DC=domain,DC=com
changetype: modify
replace: userPassword
userPassword: newPassword
ldapmodify -v -c -a -f filename.ldif -H ldaps://server.domain.com -D\
administrator at
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
2003 Dec 11
2
last try: change NT password with samba tools?
Hello,
last try: Is it possible to change the password
on a NT PDC with a Samba tool?
I want to bind to the PDC as administrator and set the
password of a normal user to a new value - without knowing
the old value.
I've asked this already but, unfortunately, got no answer
(http://lists.samba.org/archive/samba/2003-December/076170.html ,
2005 Jun 02
5
Samba Password Expiry Date
Hi,
i have configured a Samba PDC based on idealx.org.
now, whenever i set the sambaMustChangePassword flag to 0, then
from the subsequent logon, there is a popup urge me for changing password.
now, the problem is after i have changed the password, the
sambaMustChangePassword
is set to 2147483647(unix timestamp), which if i converted it into human
readable format, it will be 2038 year,
2017 Oct 25
1
authenticate as userA, but get authorization to user userB's account
Jochen Bern <Jochen.Bern at binect.de> (Mi 25 Okt 2017 14:44:26 CEST):
?
> > additional account within the mail client (thunderbird) they use. From
> > users perspective it is exactly what they want. But I dislike the idea
> > of sharing the password.
>
> For what reason exactly? It not being personalized, too easy to leak,
> potentially not expiring ever, ... ?
2003 Dec 11
0
Réf. : last try: change NT password with samba tools?
The solution that I know is webmin with samba+ldap module.
http://www.webmin.com
-----------------------------------
St?phane PURNELLE stephane.purnelle@corman.be
Service Informatique Corman S.A. Tel : 00 32 087/342467
2018 Jan 16
3
Avoiding uid conflicts between rfc2307 user/groups and computers
Mandi! Kacper Wirski via samba
In chel di` si favelave...
> I understand the OP, I was asking some time ago similar question, but it was
> in relation to samba domain member.
Thanks, Kacper.
> I couldn't get backend: ad to work for
> machine accounts, so i switched to idmap: rid and it solved everything. I
> tried manually adding UID and GID to Domain Computer group and to
2004 Dec 23
1
Moving existing MD5 passwords to LDAP?
I have a dovecot installing working quite well for around 1000 users using
passwd-file authentication. I'm moving to LDAP and would sure love to be
able to migrate the existing MD5 passwords.
I've tried using ldapmodify to set "userPassword" to
{CRYPT}$1$H8JE0k5X$y.ptShgYbOgWF.99lX88N1
and
{MD5}$1$H8JE0k5X$y.ptShgYbOgWF.99lX88N1
In both cases, ldapmodify exits without errors
2003 Dec 16
1
password - ldap questions
Dear List
i have setup a samba server with a openldap backend (using the great
guide from hilinsk and Gerald's ldap system adminstration book)
I also have the unix account information stored in the ldap.
Current setup
samba 3.01 rc1
latest stable openldap on the same box
unix/samba accounts are stored in the ldap. (using nsswitch)
question 1
We have a corporate wide iplanet ldap server
2005 Feb 08
3
Ldapscripts v1.0 !
Hi all,
I've been working on shell scripts that allow to manage ldap accounts (users,
groups, machines). They are similar to the smbldap-tools but do not need PERL to
work (and so on...) and are *very* simple to configure - they may be a good
alternative. The only tools you need are standard ldap client commands (ldapadd,
ldapdelete, ldapmodify, ldapsearch).
The scripts can be used as
2010 Mar 16
1
Failing to join NT 4.0 Server to a Samba 3.4.0 Domain
HI,
we had a server crash and luckily no backup. So our samba domain is
gone, so I had to set up a new server with a new domain. Except for one
NT 4.0 Server all XP clients where able to join this new domain.
When trying to put NT4 into the domain I get following error:
make_connection: refusing to connect with no session setup. What changes
in samba could be the reason for this message? This NT
2015 Dec 30
4
Allow self password change using LDAP(s) with Samba4
Hi all
I am trying to create a webapp to allow users to change their own passwords
in Samba4 (perhaps, also in AD), using LDAP(s). But when I try to modify
the user password using this code:
dn: ........
changetype: modify
replace: unicodePwd
unicodePwd: "Temporal2"
I get this error:
0x32 (Insufficient access; error in module acl: insufficient access rights
during LDB_MODIFY (50))
2005 Jan 31
2
mass user creation
Hi,
i plan to mass creat user in ldap to use with samba
I tried with ldiff like the structure below, the user is created but no
home directory is created, user in not member on any groups.
1) how to do with ldiff file to put a user member of a group ?
So i plan to use smbldap-useradd => home drectorie is created with the
appropriated rights, user is member of "Domain Users" :
2005 Jun 30
2
Using OID as Samba3 backend
Hi, colleagues,
I'm running samba3 Using OID (Oracle Internet Directory) as backend, almost works ok, but the final trick that doesn't work is the change of the passwords from windows dialog box, this change the samba passwords but don't change the userpassword, i have found this line on samba logs files:
ldap password change requested, but LDAP server does not support it --
2024 Oct 27
1
How to set `unicodePwd`? "it's not allowed to set the NT hash password directly"
Op 27-10-2024 om 19:58 schreef William David Edwards:
> Kees van Vloten via samba schreef op 2024-10-27 15:37:
>> Op 27-10-2024 om 15:31 schreef Rowland Penny via samba:
>>> On Sun, 27 Oct 2024 15:08:14 +0100
>>> William Edwards <wedwards at cyberfusion.nl> wrote:
>>>
>>>>> Op 27 okt 2024 om 14:50 heeft Rowland Penny via samba
2024 Oct 27
1
How to set `unicodePwd`? "it's not allowed to set the NT hash password directly"
Op 27-10-2024 om 21:11 schreef William David Edwards:
> Kees van Vloten schreef op 2024-10-27 20:45:
>> Op 27-10-2024 om 19:58 schreef William David Edwards:
>>> Kees van Vloten via samba schreef op 2024-10-27 15:37:
>>>> Op 27-10-2024 om 15:31 schreef Rowland Penny via samba:
>>>>> On Sun, 27 Oct 2024 15:08:14 +0100
>>>>> William Edwards
2024 Oct 27
1
How to set `unicodePwd`? "it's not allowed to set the NT hash password directly"
Kees van Vloten schreef op 2024-10-27 20:45:
> Op 27-10-2024 om 19:58 schreef William David Edwards:
>> Kees van Vloten via samba schreef op 2024-10-27 15:37:
>>> Op 27-10-2024 om 15:31 schreef Rowland Penny via samba:
>>>> On Sun, 27 Oct 2024 15:08:14 +0100
>>>> William Edwards <wedwards at cyberfusion.nl> wrote:
>>>>
2008 Oct 02
2
Samba LDAP Tools
I am looking for some good tools to manage Samba users in LDAP. It
looks like there are several good tools mentioned on the Samba Wiki, but
I am concerned mostly with the proper addition of new users to LDAP, in
particular, generating unique SIDs. smbldap-useradd, for example,
generates the SIDs for primary user and group based off of a simple
formula based on the UID and GID, whereas Samba
2018 Apr 26
2
Password change
Hi Rowland,
I tried that but didn't work.
# AUTO-GENERATED FILE - DO NOT EDIT!! Use ldapmodify.
# CRC32 9033b998
dn: olcDatabase={1}hdb
objectClass: olcDatabaseConfig
objectClass: olcHdbConfig
olcDatabase: {1}hdb
olcDbDirectory: /var/lib/ldap
olcSuffix: dc=testdom
olcAccess: {0}to attrs=sambaNTPassword,sambaPwdLastSet,sambaPwdMustChange
by dn="cn=admin,dc=testdom" write by self
2012 Mar 18
2
Samba4: error in schema?
Hi
There seems to be a discrepancy in the s4 schema concerning security groups.
Domain Users comes with gidNumber: 100. This is however contrary to what
the schema allows. You can show this as follows:
Create a new group. samba-tool group add mygroup.
Use phpldapadmin to add the gidNumber attribute.
There is an error because gidNumber is provided by the posixGroup class
and that objectclass is