similar to: Solaris password aging support?

Displaying 20 results from an estimated 20000 matches similar to: "Solaris password aging support?"

2004 Feb 02
1
Samba Password Aging
Samba version 2.999+3.0cvs20020906-1 for Debian Somehow the Samba password is aging and is requiring a reset once a month for a couple of users. I can't see anything in the man pages to indicate that the passwords age, so how is Samba doing it, and how do I stop this behavior? One user is on Windows 2000 and the other on Windows XP. The Windows passwords are not aging and neither are
2002 Oct 17
1
Password aging ...
Greetings ... A quick question more to confirm a few things reguarding SMB passwords, which I hope might be able to look at for password aging. I saw some discussion on samba-tech list, but nothing conclusive. LM and NT hashs don't have a salt? Do they? ... In other words, a password "password" LM hashed, always comes out as "E52CAC67419A9A224A3B108F3FA6CB6D" not
2002 Feb 18
1
Need PAM to use winbind in Solaris 8?
I'm just curious to see if I'm fighting an uphill battle that isn't really necessary. Is anyone out there NOT using PAM, running Samba and winbind on Solaris 8? Maybe my problems are related to my attempt to keep it simple and not use pam. -Dan Daniel J. Thomas Systems Administrator Johns Hopkins University Applied Physics Laboratory Laurel, MD Balt: (443) 778-7924 Wash: (240)
2002 Feb 25
1
pam module for ldap/ADS for Solaris 2.8 to communicate with Windows 2000 ADS
Hello, In the third party software that we bought, which runs on Solaris 2.8 Server, we use the pam_smb version 1.9.8 to authenticate our users against the NT Domain. Now, our company is migrating from NT Domain to Windows 2000 ADS Domain in native mode. I saw the documention on SAMBA 3.0 (alpha 1-15), and it states that SAMBA 3.0 is compatible with ldap/ADS of Windows 2000. Have you created
2002 Oct 17
3
quick pam_winbind.so question
2.2.6 installed from rpm on rh 7.2 system... I'm trying to use pam_winbind and apache's basic authentication to restrict access to certain directories served by apache. It does work, but when I enter a wrong password I get this error in log.winbindd: Plain-text authentication for user jarboed returned NT_STATUS_WRONG_PASSWORD Is there a way that pam_winbind.so can encrypt the passwords
2003 Feb 19
6
password aging
What are my options for implementing password aging using samba as my PDC ? I can set the users Linux password to expire, but it doesn't seem to propagate to their samba passwords. I absolutely need this functionality. Is OpenLDAP the answer? Joseph Morin
2003 Sep 05
1
pam_winbind verses pam_krb5
Greetings ... Have a question, was is the advantages of use pam_winbind verses pam_krb5 for Samba user authentaction? I mean, if I point my Linux box Kerberos to a Win2003 AD server, I am able to authenticate my users out of AD, but at the moment still having problems with winbind and nsswitch. Is there an advantage to using pam_winbind instead of pam_krb5? Mailed Lee
2003 Sep 25
1
Stacking pam_kerberos and pam_winbind modules
pam_winbind expects "DOAMIN\name" for authentication, but pam_kerberos expects just "name". Is there a trick to stack them such that the pam_winbind modules are used for account information, but the kerberos modules do the authentication (with the result being that the user has a tgt after login).
2002 May 22
1
using winbind in pam.d/system-auth, double prompts for password
I am using samba-2.2.3a and samb-2.2.4 in my windows-2000 environment and have the my linux systems configured to use winbind in addition to standard unix for authentication. The problem I am seeing is that linux services and programs that prompt for a password will prompt first for unix authentication and then a second time for winbind authentication. Is there anyway to using winbind and unix
2003 Apr 07
3
Solaris 8 and winbindd/wbinfo
Hi All, I cannot get my Samba server 2.2.8 working with winbind correctly on Solaris 8. I intend to use this to transparently authenticate squid 2.5stable2. I compiled samba using gcc 2.95.3. configure options were ./configure --with-winbind-auth-challenge --with-winbind --with-pam root# ./wbinfo -t Secret is good root# ./wbinfo -u 0xc0000022 The same thing with wbinfo -g. getent group
2003 Nov 18
1
pamsmb_pass, userPassword & samba(LM/NT)Password
Hi All, Has anyone used pam_smbpass before with Samba 3 and Solaris 9? The problem I am facing is that the sambaNTPassword/sambaLMPassword and the posixAccount userPassword attributes are not the same. While I can use "net rpc vampire" to migrate the lanman password hashes the posixAccount attribute remains unpopulated. I have discovered that the smbldap tools has scripts to
2003 Mar 15
2
smblib/auth
I need to do an smb auth in an application I'm writing. I've looked at the source in smblib/*.c but I'm unsure which library and which function call I should link against. I'm looking for something like this $result = smb_auth($user,$pass,$pdc); so that I can check if a user/pass combination is a valid username/password on the windows network. What library, and what function
2004 Sep 09
3
pam_winbind.so -- required_membership argument
I have the samba-3.0.2-6.3E rpm installed on my RHEL3 machine and I would like to use the required_membership parameter to pam_winbind.so. Should this work with what I currently have installed? What do I need to do in order to make this work? Thanks in advance for your assistance, Tim Lank ***************************************************************************************************
2003 Jun 17
1
Samba3.0 domain GID/UID/SID transformations
On Tue, 2003-06-17 at 09:45, Nick Stephens wrote: > Greetings! > > I have grabbed the latest samba3 cvs source, and successfully compiled it, > got it talking to my NT server, joined the domain, etc.. life is good. > But, now I have a question kinda related to functionality, i believe... > > A quick synopsis of my goal is as follows: > > i currently have a sendmail
2004 May 26
6
pam_winbind - losing domain membership
Hello, I have the following setup: SuSE 9.1 with samba and winbind installed. On the other side is a nt4 domain. I can join the domain with "net rpc join DOMAIN -U administrator". wbinfo -u shows me alle the users etc. I integrated the pam_winbind.so in my pam configuration and users can login with their nt login and password. Everything works fine. After a while it seems that
2002 Jun 23
2
SAMBA + LDAP Single Signon Achieved
Hello all!! I have partially achieved full single-signon, synched passwords with Samba 2.2.5 and OpenLDAP 2.0.25 on Mandrake 8.2. I can change my PDC password from a Win2K box and it synchs the Linux/Unix/LDAP password correctly. I can change my password from Linux using 'passwd' and it synchs the PDC password. Samba is the PDC, and uses LDAP as the smbpasswd backend. This all works
2002 Jul 28
1
smbspool
Hi, We have unified logons on Linux and Windows clients by using a Windows 2000 AD domain with pam_winbind/nss_winbind on linux clients, the problem is, smbclient and smbspool still require us to enter a password instead of using the logged on users credentials. Is there anyway to pam-enable smbclient and smbspool? Hesham S. Ahmed __________________________________________________ Do You
2004 Jan 26
1
winbind authentication infrequent failure
Hi, I am running a RH9.0 server, using samba 2.2.7a. I use winbind to authenticate pop3 clients (Courier IMAP through authpam, but I think that's irrelevant). Users are defined in a NT4 domain. Sometimes, I get a NT_STATUS_PIPE_NOT_AVAILABLE error from pam_winbind.so. This is not very frequent, but at about 1000 users (read: many authentication request) it becomes a problem. Could anyone help
2002 Feb 14
1
Failure with authentication using Winbind and SMTP
Hi, my name is Julio Rojas and I've trying to get my Linux (RedHat 7.2) Email Server using Sendmail to use my NT Domain account database. To accomplish this we have tried with Winbind and it has worked for longins at the server and for POP3 authentication, but we haven't been succesful at SMTP authentication. All the emails sent to my Linux server are rejected with the message USER
2004 Jan 26
1
user granted access, but still no shell prompt
Hi all! Again (and still) trying to log (or ftp) to a samba 3.0.1 on Solaris 9 Have the following output. I have read samba Digest, Vol 13, Issue 43, msg 7 and 10, have /bin/sh as the template shell But still no result... PLS, help! SIncerely yours, Mike Output of syslog - samba debug below. Jan 26 19:10:21 as08-tmn winbindd[1954]: [ID 702911 daemon.debug] [2004/01/26 19:10:21, 5]