Displaying 20 results from an estimated 20000 matches similar to: "Shadow Passwords or different passwd file then /etc/passwd"
2004 Aug 20
3
how to use /etc/passwd and /etc/shadow for samba passwords?
How can i configure samba to use /etc/passwd and /etc/shadow for the samba
passwords?
I dont want to use smbpasswd for samba and would like it to just get its
passwords from unix OS.
Im running solaris8 and samba 3.
thanks!
____________________________________
This e-mail message is for the sole use of the intended recipient(s) and
may contain proprietary, confidential and/or privileged
2003 Sep 24
2
Fix checking password from /etc/passwd and /etc/shadow
Hello,
This patch fix order of checking password in systems that contains
/etc/shadow file (Linux for example). The order is exactly like in
linux-shadow-password package. First is checked /etc/passwd but if
password field contains "x" then password is read from /etc/shadow
instead.
Best regards,
Krzysztof Ol?dzki
-------------- next part --------------
A non-text attachment was
2004 May 05
0
Samba 3 use of /etc/passwd /etc/shadow
We've been running Samba2.2.x and relying on the underlying Solaris user
authentication (/etc/passwd /etc/shadow). For historical reasons, we've
allowed plaintext passwords.
Now as we've upgraded to Samba 3.0.3. we would like to continue this method
of authentication (at least until we can implement ldap). The docs are
sketchy at best (you can use plaintext authentication, etc.), but
2008 Jan 06
2
/etc/passwd aand /etc/shadow out of sync on 4.6 box
Fellow list members,
I recently tried to add a user to a little used server that hadn't see
a change in users for quite a while. When I use system-config-users I
get an error alert that says -
The user database cannot be read. This problem
is most likely caused by a mismatch in /etc/passwd
and /etc/shadow. The program will exit now.
I awk'ed out the user ID's and ran diff.
2006 Oct 31
0
6253934 passwd and pwconv are crashing with wrong entry in /etc/shadow
Author: basabi
Repository: /hg/zfs-crypto/gate
Revision: a7008170624f2dc6e0cfef8b2e6f356bf5d3b141
Log message:
6253934 passwd and pwconv are crashing with wrong entry in /etc/shadow
Files:
update: usr/src/lib/libc/port/gen/getspent_r.c
2003 Oct 17
1
Migrating /etc/shadow passwords to LDAP
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
> Date: Thu, 16 Oct 2003 12:25:48 +0200 (CEST)
> From: Dani Pardo <dani@enpl.es>
> Subject: [Samba] Migrating /etc/shadow passwords to LDAP
> To: <samba@lists.samba.org>
> Message-ID: <Pine.LNX.4.33L2.0310161221220.5408-100000@minerva>
> Content-Type: TEXT/PLAIN; charset=US-ASCII
>
>
> Hi!. Since now, I
2005 May 25
2
Gig with Adaptive Path
Adaptive Path is looking for a FreeBSD expert to help us wrangle a
couple of FreeBSD servers into an orderly bunch. This short term
contract requires that you love FreeBSD and like setting up web servers
that will experience significant load while requiring high availability
to boot. In addition to server setup, you will help plan for the future
by advising the project technical lead on
1997 Jul 29
0
Fwd: Buffer Overrun in ruserpass() in MH and NMH (fwd)
------- =_aaaaaaaaaa0
Content-Type: text/plain; charset="us-ascii"
Content-ID: <14008.870179829.1@erehwon.bmc.com>
See attached. Red Hat Linux package mh-6.8.3-13.i386.rpm installs the
inc and msgchk programs as follows:
-rwsr-sr-x- root mail 72628 Oct 17 16:57 /usr/bin/mh/inc
-rwsr-xr-x- root root 52536 Oct 17 16:57 /usr/bin/mh/msgchk
Hal
-------
2005 Jul 08
1
Creating encrypted passwords for new users /etc/imap.passwd
Hello.
I've been attempting to locate information on how to actually create the
encrypted passwords for a new user in /etc/imap.passwd file. Im really
going into this blindly, not having ever used dovecot before, and really
just need to be pointed to any existing resources on this topic. This is
a setup of dovecot (w/ sendmail,squirrelmail) on FC2. I've got one
successful auth so far
2010 Feb 03
2
[RFE] A way to encode passwords in the /etc/imap.passwd file
Hello,
Is this the proper place to suggest an enhancement for the stock dovecot
package ?
The enhancement would be the following:
For the time being, the dovecotpw utility offers a standardised way to
interactively encode a user password in a certain scheme, say:
dovecotpw -s CRYPT
Enter new passord:
Re-enter new password:
etc.
Given a *valid* /etc/imap.passwd file (passwd-file
2006 Dec 04
1
Enabling different quota limits for different users for /etc/passwd as userdatabase on FC3
hey friends,
I am running my company's mail server on FC3 which comprises of
Postfix + Dovecot + MailScanner + Clamav + Squirrelmail + MailWatch +
Spamassassin. I am using Dovecot 0.99.13-3 version on FC3 and I want
to implement Quota limits for the users.
I am using userdatabase as /etc/passwd file (auth_userdb = passwd )
and password database as pam(auth_passdb = pam) for dovecot. I read
2010 Apr 23
6
/etc/passwd, shadow, group, hosts
Hello All,
I''m new to puppet, and I''d like to know: Is there a formal best
practices guide for syncing { /etc/passwd, shadow, group, hosts}
across clients from the master? For instance; is it a better practice
to make a hard link to these files and share the link, as opposed to
just sharing the files directly via a target in fileserver.conf?
Inquiring minds want to know...
2004 Aug 31
3
encrypted passwords and /etc/passwd
Hello
Why is it necessary to specify
encrypt passwords = no
to make Samba server start using solely /etc/passwd?
Isn't it possible to tell Samba server that on the way between a client
and the server, the passwords sould be encrypted, and after decryption,
they will be checked against /etc/passwd and not smbpasswd, tdb or
whatever backend?
Cl<
2017 Jun 23
0
R version 3.3.2, Windows 10: Applying a function to each possible pair of rows from two different data-frames
You appear to be trying to write C code in R. Don't do this. If you
can trade off space for efficiency, the calculation can be easily
vectorized (assuming I correctly understand what you want to do, of
course).
set.seed(135) ## for reproducibility
D1<-data.frame(x=1:5,y=6:10,z=rnorm(5))
D2<-data.frame(x=19:30,y=41:52,z=rnorm(12))
D.all <-merge(D1,D2, by.x=NULL,by.y=NULL) ##
2006 Mar 03
0
Hidden links on ROR Wiki
Hello list members,
Today I noticed on http://wiki.rubyonrails.com/rails/pages/WorkingProfessionallyWithRails that there were a ton of spam links in the source code that I couldn''t see on the page itself. Upon careful examination I found the links to be hidden:
I am posting the content here for reference and to show patterns of spam:
<u
2004 Jun 01
2
mysql passwd backend
Hey,
I'm trying to use the mysql plugin with Samba 3.0.2 and am running
into problems with the password storing aspect of the equation.
Specifically, here is how I have the smb.conf file setup:
[global]
workgroup = SRS
netbios name = DustPuppy
passdb backend = mysql:mysql
mysql:mysql host = localhost
mysql:mysql user = samba
2002 Jun 03
0
8 char passwords on Windows XP
I just solved the problem I reported previously with Windows XP not
working correctly with security = user. Apparently, Windows XP
truncates passwords to 8 characters in length before sending them off
to the server. I don't think this happened with previous versions of
windows, but I don't have any older versions to check this out.
Josh
=====
--
--
2001 Nov 09
0
[Bug 14] Can't change expired /etc/shadow password without PAM
http://bugzilla.mindrot.org/show_bug.cgi?id=14
------- Additional Comments From dwd at bell-labs.com 2001-11-10 08:17 -------
Created an attachment (id=5)
add suggested patch
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2001 Dec 10
0
[Bug 14] Can't change expired /etc/shadow password without PAM
http://bugzilla.mindrot.org/show_bug.cgi?id=14
stevesk at pobox.com changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|openssh-unix-dev at mindrot.org|stevesk at pobox.com
Status|ASSIGNED |NEW
------- Additional Comments From stevesk at pobox.com
2002 May 11
0
[Bug 14] Can't change expired /etc/shadow password without PAM
http://bugzilla.mindrot.org/show_bug.cgi?id=14
------- Additional Comments From stevesk at pobox.com 2002-05-12 04:04 -------
i'm not immediately positive if no_port_forwarding_flag=1
is sufficient. need to investigate more.
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.