similar to: FAILED with error NT_STATUS_PASSWORD_MUST_CHANGE

Displaying 20 results from an estimated 1000 matches similar to: "FAILED with error NT_STATUS_PASSWORD_MUST_CHANGE"

2008 Jul 28
1
Problems authenticating Ubuntu 8.04 client (gdm) against Samba (Ubuntu 8.04) domain server
Hello, Does anyone have a working pam configuration that allows gdm logins? My current config works with ssh and bash logins. I'd like gdm to work with usernames like DOMAIN\\USERNAME. MORE DETAIL: ------------------- I'm trying to get a Linux client (Ubuntu 8.04) to authenticate against a Samba domain controller (also Ubuntu8.04). WindowsXP clients work fine with the samba
2002 Nov 22
1
smbclient says NT_STATUS_PASSWORD_MUST_CHANGE - how to change password?
After a thorough google and marc search i'm shocked to find this problem unmentioned... How does one go about changing the windows password from a unix machine with no physical access to the windows machine sharing things? samba 2.2.3a (debian woody) windows2000 server thanks! brad note: here's my latest attempt. I tried this with and without a -c parameter smbclient //coco2/c$ -c
2005 Aug 03
2
The Next Guide Will Be...
The Next Guide Will Be... August 3rd, 2005 The next guide on Sambadmin will about creating a great LDAP infrastructure. I have been disappointed that I have only received two comments about what the next guide should be, especially since the site has had over 500 visitors in the past two days. I came to this decision after reading my posts. I stated that the core motivation behind all of this is
2011 Mar 04
2
Lepage Test
Hey everyone, I am interest in running a Lepage multi sample test and i would like to ask if there is any code availabe for that. Thank you in advance -- View this message in context: http://r.789695.n4.nabble.com/Lepage-Test-tp3335861p3335861.html Sent from the R help mailing list archive at Nabble.com.
2010 Dec 01
0
NT_STATUS_PASSWORD_MUST_CHANGE looping
Hi, We have an Ubuntu 10.10 server running Samba 3.5.4 with OpenLDAP 2.4.23 and we have a small problem where every time a user logs onto a workstation they are asked to change their password. Once they enter a new password and confirm it, it asks them again and again and again. The only way to fix this (which isn't a fix) is to use the smbldap-passwd tool to reset their password. But then
2004 Jun 17
0
failed login, NT_STATUS_PASSWORD_MUST_CHANGE
Hi, I am unable to login to a samba system that uses kerberos to authenticate to ADS if the users password has expired on the ADS system or if "User must change password at next login" is checked on the ADS.. I get a "login incorrect" message on the linux system and the log file gives the following error: pam_winbind[3647]: request failed: Must change password, PAM error
2008 Jan 19
7
xen 3.2 release build broken?
having downloaded xen 3.2.0 source tarball I run make world and I get lts of expected output and then this error: make[3]: Leaving directory `/usr/src/xen-3.2.0/xen'' make[2]: Leaving directory `/usr/src/xen-3.2.0/xen'' for i in linux-2.6-xen ; do make $i-install || exit 1; done make[2]: Entering directory `/usr/src/xen-3.2.0'' make -f buildconfigs/mk.linux-2.6-xen
2009 Feb 10
7
How to split a character vector into 3 vectors
Hi , Does any one know how to split a character vector , I have a vector X that looks like this and each row has 3 characters X ASK DGH ASG AUJ FRT I would like to split the vector into 3 vectors that look like this X1 X2 X3 A S K D G H A S G A U J U R T thanks -- View this message in context: http://www.nabble.com/How-to-split-a-character-vector-into-3-vectors-tp21939492p21939492.html
2009 Sep 24
2
Access to conditioning variables (lattice)
[using R version 2.8.1 (2008-12-22)] Hello, I'm trying to access the conditioning variables of an xyplot within a 'panel' function but I have not been able to figure out how to do so. Here is a simple example that describes what I wish to do (the problem lies with the commented line): dataset <- data.frame(x = c(1,2), y = c(4,5), Type = factor(c("a","b")))
2008 Mar 05
1
Strange NT_STATUS_PASSWORD errors after upgrade to 3.0.26a
> I just upgraded one of our samba BDC's (with LDAP back end on > solaris 10) from 3.0.23c to > 3.0.26a and can no longer mount shares. > > The error message I'm seeing in the samba logs is > > [2007/11/15 14:15:26, 1] auth/auth_sam.c:sam_account_ok(172) > sam_account_ok: Account for user 'dbb' password must change!. > [2007/11/15 14:15:26, 3]
2007 Nov 15
2
Strange NT_STATUS_PASSWORD errors after upgrade to 3.0.26a
Hi, I just upgraded one of our samba BDC's (with LDAP back end on solaris 10) from 3.0.23c to 3.0.26a and can no longer mount shares. The error message I'm seeing in the samba logs is [2007/11/15 14:15:26, 1] auth/auth_sam.c:sam_account_ok(172) sam_account_ok: Account for user 'dbb' password must change!. [2007/11/15 14:15:26, 3]
2008 Aug 02
2
wbinfo -u and -g work, getent passwd works, getent group DOES NOT WORK
Hi, I'm trying to get some Ubuntu8.04 clients to authenticate to an Ubuntu8.04 Samba domain controller. Everyone is running Samba 3.0.28a. Side question: should I upgrade to 3.2? Keep in mind that means finding binaries for ubuntu or compiling from source for a server and 20 clients. Basically wbinfo -u and -g work, getent passwd works, getent group DOES NOT WORK. My domain is called
2017 Jan 27
4
pwdLastSet, password required to change (samba vs MSAD)
Hi, We are using keycloak with our samba-4.4.4 AD environment. (an ldaps client application) Keycloak is able to ask users to change their passwords, when the checkbox "require password change upon next logon" is set in ADUC. However, in our environment (samba-4.4.4) keycloak simply refuses the logons when tht checkbox is set. ("bad username or password") RedHat
2005 Aug 25
1
Fw: FTP timout
Thank you very much. I had turned firewall OFF and it is working. > ----- Original Message ----- > From: "Greg Knaddison" <greg.knaddison at gmail.com> > To: "CentOS mailing list" <centos at centos.org> > Sent: Wednesday, August 24, 2005 4:17 PM > Subject: Re: [CentOS] FTP timout > > > On 8/24/05, Abd El-Hameed Ayad <hamid at
2009 Aug 21
4
document proposal: TipsAndTricks/ApacheVHostDir
I use named virtual hosts on my web servers, as I'm sure many others do. I'm used to the method of using a vhost directory for the container files. I didn't find documentation for it in the CentOS docs or the Apache docs. I'm not sure if I should take it as a hint that it is depreciated... If I've missed something, please point me to it. I've written a quick
2015 Mar 03
4
Delegate Samba4 user authentication to an external LDAP server
Good Day All first of all thank you for this mailing list, it's really great, as great is Samba :D I have a question regarding Samba4 and the possibility to delegate authentication to an external LDAP server using Cyrus SASL. Basically I have already successfully implemented an authentication delegation from an OpenLdap server (on CentOs) to another LDAP server (on AIX) via cyrus SASL.
2010 Jul 04
4
OT: Problems updating OS to deal with fading R support for Ubuntu Hardy Heron...
Evening folks: Not sure where this fits into the picture so bear with me for a few moments while I think out loud to lay out the particulars of my problem. -would love to be employed using R for a living but so far I have just worked with it on my home machine to develop a basic level of skill with it. -I run Ubuntu linux 8.04 LTS on a machine with a 2.5GHz Celeron processor and 1.2GB of memory.
2016 Jan 22
2
LVM mirror database to ramdisk
On Fri, 2016-01-22 at 16:59 -0600, NightLightHosts Admin wrote: > On Fri, Jan 22, 2016 at 4:54 PM, Ed Heron <Ed at heron-ent.com> wrote: > > Yes, but it isn't that simple. One copy of the mirror would be on a > > physical disk. The other copy of the mirror would be on RAM disk. > > Since data in RAM doesn't generally survive reboot, the RAM piece would >
2005 Jul 13
3
Business Edition
Hello, any body know the real difference between the BE and the free one? Regards, al Andr? Lepage Directeur g?n?ral STS VoIP, Network security, Anti-virus. URL: http://www.sts.ca T?l?phone: Qu?bec 418-521-2347 Poste 227 Montr?al 514-875-1105 Poste 227 Sans frais 877-330-3305 Poste 227
2004 May 05
1
Password must change: 0
Hi all, I'm trying to create a domain user in USRMGR.EXE. The samba account will have its property "Password must change" set to 0. this results in the user not being able to access shares if he has been never logged in before. smbclient will return NT_STATUS_PASSWORD_MUST_CHANGE after logon. in USRMGR.EXE, it is impossible to uncheck the checkbox for "password must