Re: OpenLDAP password history list.

2022-04-14 Thread Kaushal Shriyan
On Mon, Apr 11, 2022 at 11:41 PM Kaushal Shriyan wrote: > Hi, > > Is there a way to retrieve the OpenLDAP password history list > using openldap utilities? > For example to get the history of passwords which a user has used and the > timestamp associated with it when the

OpenLDAP password history list.

2022-04-11 Thread Kaushal Shriyan
Hi, Is there a way to retrieve the OpenLDAP password history list using openldap utilities? For example to get the history of passwords which a user has used and the timestamp associated with it when the password has been resetted. Please guide me. Thanks in advance. Best Regards, Kaushal

PAM/SSSD/AD - user not prompted to change password

2018-08-17 Thread sruckh
I have a PAM/SSSD configuration authenticating against Active Directory (using pam_sss.so) on Red Hat Enterprise Linux 7.x. The [auth] section is configured like below: auth sufficient pam_sss.so forward_pass In active directory the user is flagged to force password change at next login

Re: can a script as root without asking for password

2003-09-23 Thread Volker Kroll
On Tue, 2003-09-23 at 10:55, Simon Tischer wrote: > I have a script which shout be execute as root, from a normal user shell, with > nomal user permissions, without asking for root password. > > Is there any solution? Please have a look at man sudo, it will make it possible for y

Re: can a script as root without asking for password

2003-09-23 Thread Rus Foster
On Tue, 23 Sep 2003, Simon Tischer wrote: > HI > > > > I have a script which shout be execute as root, from a normal user shell, with > nomal user permissions, without asking for root password. > > Is there any solution? You can setup sudo to allow the user to run the s

can a script as root without asking for password

2003-09-23 Thread Simon Tischer
HI I have a script which shout be execute as root, from a normal user shell, with nomal user permissions, without asking for root password. Is there any solution? Thanks for help -- --- Simon -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https

Re: root password and su (maybe)

2003-09-16 Thread Rodolfo J. Paiz
At 08:30 9/11/2003 -0700, you wrote: If he's as 'smart' as you say he is, rewrite 'passwd' to do nothing. He'll think he changed it, he'll forget anyway, and you're home free! Etch-a-Sketch and mauve databases, huh? -- Rodolfo J. Paiz [EMAIL PROTECTED] -- redhat-list mailing list unsubscribe mail

Re: root password and su (maybe)

2003-09-16 Thread Rodolfo J. Paiz
At 10:06 9/11/2003 -0400, you wrote: Gah! Are you local to the DC/MD/VA area? I'd be happy to come over and hit him with the security clue-stick, pro-bono. :) Aw, maa... Jason, what's your hometown? I was just wandering the DeClued area (from Reston to Baltimore) from Thursday through

Re: root password and su (maybe)

2003-09-11 Thread Gordon Messmer
Kelerion wrote: small world.. you must know my boss.. a) describes him perfectly!! :) whats even more ironic.. is when I approached him about this.. he said "but changing the password on a regular basis sounds like a good idea for security.." My suggestion to appease your "securi

Re: root password and su (maybe)

2003-09-11 Thread Jason Dixon
On Thu, 2003-09-11 at 11:30, Greg Bradner wrote: > If he's as 'smart' as you say he is, rewrite 'passwd' to do nothing. > He'll think he changed it, he'll forget anyway, and you're home free! Actually, that's already a feature on many unpatched Linux boxen. It's called a rootkit. ;-) -- Jason

Re: root password and su (maybe)

2003-09-11 Thread Greg Bradner
Thu, 2003-09-11 at 10:03, Kelerion wrote: small world.. you must know my boss.. a) describes him perfectly!! :) whats even more ironic.. is when I approached him about this.. he said "but changing the password on a regular basis sounds like a good idea for security.." my response "

Re: root password and su (maybe)

2003-09-11 Thread Ed Wilts
On Thu, Sep 11, 2003 at 10:06:22AM -0400, Jason Dixon wrote: > On Thu, 2003-09-11 at 10:03, Kelerion wrote: > > small world.. you must know my boss.. a) describes him perfectly!! :) > > > > whats even more ironic.. is when I approached him about this.. he said > > &quo

Re: root password and su (maybe)

2003-09-11 Thread Kelerion
lerion wrote: small world.. you must know my boss.. a) describes him perfectly!! :) whats even more ironic.. is when I approached him about this.. he said "but changing the password on a regular basis sounds like a good idea for security.." my response "yeah.. and it's also

Re: root password and su (maybe)

2003-09-11 Thread Jason Dixon
On Thu, 2003-09-11 at 10:03, Kelerion wrote: > small world.. you must know my boss.. a) describes him perfectly!! :) > > whats even more ironic.. is when I approached him about this.. he said > "but changing the password on a regular basis sounds like a good idea > for sec

Re: root password and su (maybe)

2003-09-11 Thread Kelerion
small world.. you must know my boss.. a) describes him perfectly!! :) whats even more ironic.. is when I approached him about this.. he said "but changing the password on a regular basis sounds like a good idea for security.." my response "yeah.. and it's also a royal pain

Re: root password and su (maybe)

2003-09-11 Thread Leonard den Ottolander
Hi Kelerion, > Now he has a disturbing habit of changing the root password on me and > forgetting what he set it to (he thinks this is a good thing for security) Easiest is to create another user with uid 0 (toor, admin, whatever) and use that account yourself. See man useradd. And e

Re: root password and su (maybe)

2003-09-11 Thread Jason Dixon
On Thu, 2003-09-11 at 07:43, Ed Wilts wrote: > On Thu, Sep 11, 2003 at 07:09:43AM -0400, Jason Dixon wrote: > > This is what sudo is for. If he insists on having root, but can't > > remember root's password, just give him the ability to escalate his > > permission

Re: root password and su (maybe)

2003-09-11 Thread Ed Wilts
On Thu, Sep 11, 2003 at 07:09:43AM -0400, Jason Dixon wrote: > This is what sudo is for. If he insists on having root, but can't > remember root's password, just give him the ability to escalate his > permissions. If he doesn't want to enter extra passwords, and you&

Re: root password and su (maybe)

2003-09-11 Thread Kelerion
be a way to setup "su root" to accept *my* login as a trusted user and therefore not ask me for a password when I "su root".. then I can simply su and change the password back again that way.. One option is to create a "sudo" entry for yourself to allow use

Re: root password and su (maybe)

2003-09-11 Thread Sean Estabrooks
On Thu, 11 Sep 2003 12:02:59 +0100 Kelerion <[EMAIL PROTECTED]> wrote: > I was wondering if there was another way around this.. I was thinking > that there might be a way to setup "su root" to accept *my* login as a > trusted user and therefore not ask me for a

Re: root password and su (maybe)

2003-09-11 Thread Jason Dixon
h of a choice.. so he got it.. > > Now he has a disturbing habit of changing the root password on me and > forgetting what he set it to (he thinks this is a good thing for security) This is what sudo is for. If he insists on having root, but can't remember root's password, just g

root password and su (maybe)

2003-09-11 Thread Kelerion
guys and gals... I have a small problem and am hoping someone can help me out with it.. A few weeks ago my boss requested root access to one of our webservers.. I didn't like the idea but didn't have much of a choice.. so he got it.. Now he has a disturbing habit of changing the roo

Re: Scripting password

2003-09-05 Thread Cameron Simpson
s this: stty -echo echo "Enter Password now:" read password stty echo Remark: Note that the turning off of echo happens _before_ the prompt. If it happened afterwards then on a (very very) slow or busy machine the user _might_ get to read the prompt and start t

Re: Scripting password

2003-09-04 Thread Jason Riedel
: "Patrick Nelson" <[EMAIL PROTECTED]> To: "RedHat List" <[EMAIL PROTECTED]> Sent: Wednesday, September 03, 2003 11:39 PM Subject: Scripting password > Writing a script that asks for a pass-phrase to use specific features of > the script. Would like to hid

Re: Linux crashed and root password lost

2003-09-04 Thread Michael Schwendt
NUALLY. Than it ask for root password. > > > > But I have lost root password, I tried to boot in "linux single" mode but > > then also it ask for root password. > > If you have the distro CD, boot using the CD, run Linux Rescue, and then mount > the corrupted filesy

Re: Linux crashed and root password lost

2003-09-04 Thread Andre Speelmans
On Thu, 4 Sep 2003, Reuben D. Budiardja wrote: > On Thursday 04 September 2003 11:35 am, [EMAIL PROTECTED] wrote: > > > > But I have lost root password, I tried to boot in "linux single" mode but > > then also it ask for root password. > > If you have the di

RE: Linux crashed and root password lost

2003-09-04 Thread ajaya
Thanks a lot for help I have downloaded and installed "tomdrtbt" and able to mount my disk. BUT I am not finding command fsck in "tomdrtbt". How can I check my drive. or alternatively if you tell me how to change root password from the file system, than also I should

Re: Linux crashed and root password lost

2003-09-04 Thread Reuben D. Budiardja
On Thursday 04 September 2003 11:35 am, [EMAIL PROTECTED] wrote: > Hi, > > This is my first mail to the group. > > I am in serious problem. One of my Linux server crashed today and on > booting it is giving error "UNEXPECTED INCONSISTENCY" PLEASE RUN FSCK > MANUALLY

Re: Linux crashed and root password lost

2003-09-04 Thread Rodolfo J. Paiz
At 21:05 9/4/2003 +0530, you wrote: I am in serious problem. One of my Linux server crashed today and on booting it is giving error "UNEXPECTED INCONSISTENCY" PLEASE RUN FSCK MANUALLY. Than it ask for root password. But I have lost root password, I tried to boot in "linux single&

Re: Linux crashed and root password lost

2003-09-04 Thread steffen . grunewald
On Thu, Sep 04, 2003 at 09:25:18PM +0530, [EMAIL PROTECTED] wrote: > I am having Redhat Linux 7.0 and it is on ext2 only. > > Please tell me how to get floppy linux. This server is extremely important to me. Look for "tomsrtbt" (Tom's root/boot disk). Google's your friend. As always... Steffen

RE: Linux crashed and root password lost

2003-09-04 Thread ajaya
] Subject: RE: Linux crashed and root password lost Boot a live linux distro...maybe get KNOPPIX or Floppy Linux...fsck the disk then restart your systemif you don't mind my asking which file system are you usingif you are using ext2 I would suggest changing to ext3 for everything...even

RE: Linux crashed and root password lost

2003-09-04 Thread Wade Chandler
1:35 AM To: [EMAIL PROTECTED] Subject: Linux crashed and root password lost Hi, This is my first mail to the group. I am in serious problem. One of my Linux server crashed today and on booting it is giving error "UNEXPECTED INCONSISTENCY" PLEASE RUN FSCK MANUALLY. Than it ask for root p

Linux crashed and root password lost

2003-09-04 Thread ajaya
Hi, This is my first mail to the group. I am in serious problem. One of my Linux server crashed today and on booting it is giving error "UNEXPECTED INCONSISTENCY" PLEASE RUN FSCK MANUALLY. Than it ask for root password. But I have lost root password, I tried to boot in "linux s

Scripting password

2003-09-03 Thread Patrick Nelson
Writing a script that asks for a pass-phrase to use specific features of the script. Would like to hid the input of the phrase from the screen while the user types it in. Whats the best way? -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinf

Re: Way to make a file or directory password protected.

2003-09-02 Thread Ed Wilts
On Tue, Sep 02, 2003 at 12:37:41PM -0500, Benjamin J. Weiss wrote: > Is he thinking of ACLs, perchance? I think I remember hearing that they > were being implemented in the 2.6 kernel... ACLs won't help you protect you against root users. And no, you can't always trust root. -- Ed Wilts, Mound

Re: Way to make a file or directory password protected.

2003-09-02 Thread Sean Estabrooks
On Tue, 2 Sep 2003 14:00:32 -0400 Javier Gostling <[EMAIL PROTECTED]> wrote: > On Tue, Sep 02, 2003 at 01:54:22PM -0400, Sean Estabrooks wrote: > > zip -e secrets.zip plain.txt > > > > which will ask you for a password and put plain.txt inside > > a password

Re: Way to make a file or directory password protected.

2003-09-02 Thread Javier Gostling
On Tue, Sep 02, 2003 at 01:54:22PM -0400, Sean Estabrooks wrote: > zip -e secrets.zip plain.txt > > which will ask you for a password and put plain.txt inside > a password protected zip file. But note that the "encryption" used in ZIP files is extremely weak, and there ar

Re: Way to make a file or directory password protected.

2003-09-02 Thread Sean Estabrooks
On Tue, 2 Sep 2003 19:36:09 +0530 (IST) Himanshu Arora <[EMAIL PROTECTED]> wrote: > hi folks! > is there any way to make a file or directory password protected. if there > doesn't exist such a utility is it possible to implement it by programs. > if yes,any hint? >

Re: Way to make a file or directory password protected.

2003-09-02 Thread Benjamin J. Weiss
Way to make a file or directory password protected. > On Tue, Sep 02, 2003 at 07:36:09PM +0530, Himanshu Arora wrote: > > is there any way to make a file or directory password protected. if there > > doesn't exist such a utility is it possible to implement it by programs. > > if

Re: Way to make a file or directory password protected.

2003-09-02 Thread Ed Wilts
On Tue, Sep 02, 2003 at 07:36:09PM +0530, Himanshu Arora wrote: > is there any way to make a file or directory password protected. if there > doesn't exist such a utility is it possible to implement it by programs. > if yes,any hint? gnupg is usually installed by default and

Re: Way to make a file or directory password protected.

2003-09-02 Thread Ricky Boone
> hi folks! > is there any way to make a file or directory password protected. if > there doesn't exist such a utility is it possible to implement it by > programs. if yes,any hint? > please don't suggest me to change rwx permissions. Concerning what? Browsing thr

Re: Way to make a file or directory password protected.

2003-09-02 Thread NfoCipher
On Tue, 2003-09-02 at 09:06, Himanshu Arora wrote: > please don't suggest me to change rwx permissions. So I'm guessing chown is out of the question too? -- NfoCipher <[EMAIL PROTECTED]> ChickenWare, LLC Co-lo or dedicated Linux box as low as $35/month - www.SpeedWorks.com -- redhat-list mail

Way to make a file or directory password protected.

2003-09-02 Thread Himanshu Arora
hi folks! is there any way to make a file or directory password protected. if there doesn't exist such a utility is it possible to implement it by programs. if yes,any hint? please don't suggest me to change rwx permissions. regards Himanshu Arora IIIT - Hyderabad Hyderabad (A

set system defaults for login & password

2003-08-14 Thread LOUISE GRAY
I'd like to have logins locked out after 3 invalid attempts to enter a server. I would also like root to be notified by email when this occurs. I would like this to be a system wide default. I have found the password aging chage cmd which should allow me to force a user to cha

RE: open ldap password policies

2003-08-14 Thread Rigler, Steve
I've investigated this same issue and I am unaware of any way to enforce password policies internally within OpenLDAP. We're falling back on enforcing policies on the client machines (I don't know how you use OpenLDAP, but we are using it as a NIS replacement). We use the attrib

open ldap password policies

2003-08-05 Thread Hiten Desai
Friends, I would like to impliment password policies on openldap for e.g. password expires after 30 days, password cannot be same as user name. etc. googling didnt help much, please give me some pointers. Hiten. __ Do you Yahoo!? Yahoo! SiteBuilder - Free

Re: lost password on rh 6.1 system

2003-07-09 Thread Bill Tangren
Alex Sharaz wrote: hi all, quick question, I've got a rh 6.1 system here and the owners have lost the root password for it. quick pointers as to how to log onto the box? bot off a cdrom and then edit the /etc/passwd / shadow files? Any help appreciated Alex At the LILO prompt, type

RE: lost password on rh 6.1 system

2003-07-09 Thread Sites, Brad
Alex Sharaz wrote: > I've got a rh 6.1 system here and the owners have lost the root > password for it. > quick pointers as to how to log onto the box? > > bot off a cdrom and then edit the /etc/passwd / shadow files? An easier way is to boot into single user mode. When you

Re: lost password on rh 6.1 system

2003-07-09 Thread Garrett Marone
hi all, quick question, I've got a rh 6.1 system here and the owners have lost the root password for it. quick pointers as to how to log onto the box? bot off a cdrom and then edit the /etc/passwd / shadow files? Any help appreciated Alex -- redhat-list mailing list unsubscribe mai

lost password on rh 6.1 system

2003-07-09 Thread Alex Sharaz
hi all, quick question, I've got a rh 6.1 system here and the owners have lost the root password for it. quick pointers as to how to log onto the box? bot off a cdrom and then edit the /etc/passwd / shadow files? Any help appreciated Alex -- redhat-list mailing list unsubscribe m

user password

2003-07-09 Thread James D. Parra
Hello, How do I go about changing a user's password to null. We're running some tests and I need a null password, or at least a blank password. I can't get "passwd" from root to change it. Thank you, James D. Parra e-mail: [EMAIL PROTECTED] -- redhat-list mailin

Re: How to disable password expiration in text mode, RH9

2003-06-25 Thread Robert P. J. Day
On Wed, 25 Jun 2003, Zoki wrote: > Le 25/06/2003 15:41, « Billy Davis » <[EMAIL PROTECTED]> a écrit : > > > Can anybody tell us how to disable password expiration in TEXT mode under > > RH9? > > > *** Yep. You open /etc/shadow with your editor and you del

Re: How to disable password expiration in text mode, RH9

2003-06-25 Thread Zoki
Le 25/06/2003 15:41, « Billy Davis » <[EMAIL PROTECTED]> a écrit : > Can anybody tell us how to disable password expiration in TEXT mode under > RH9? *** Yep. You open /etc/shadow with your editor and you delete the last entry of each line. -- Cheers, Zoran. "Home is wh

How to disable password expiration in text mode, RH9

2003-06-25 Thread Billy Davis
Can anybody tell us how to disable password expiration in TEXT mode under RH9? Thanks, BDavis -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

Re: pam su-authentication without password

2003-04-04 Thread Jeff Kinz
f so you would be wise to seek some other sources on the net. > > If a member of group A is suing to root, I would like him to provide the > root password before he is granted these privileges. If a member of group b > is suing to control, I would like him to gain the control iden

pam su-authentication without password

2003-04-04 Thread Maarten
to su to control If a member of group A is suing to root, I would like him to provide the root password before he is granted these privileges. If a member of group b is suing to control, I would like him to gain the control identity, without having to enter a password first. Members of group b

RE: ssh without password

2003-04-02 Thread Rigler, Steve
the passphrase empty. This will create ~/.ssh/id_rsa and ~/id_rsa.pub. Append your ~/.ssh/id_rsa.pub to ~/.ssh/authorized_keys on the host you will be ssh'ing to. Then you should be able to just do "ssh [EMAIL PROTECTED]" and not receive a password prompt (the first time it will p

Re: ssh without password

2003-04-02 Thread John Nichel
If you have an account on B, ssh to it with your username. ssh -l username machinename but you'll need your account password. Jianping Zhu wrote: I have redhat linux machines A and B, I have root access to A but not to, Is there a way by whick I can ssh from A to B without password

Re: ssh without password

2003-04-02 Thread Benjamin
I have root access to A but not to,Is there a way by whick I can ssh from A to B without password. and how?Thanks Jianping ZhuDepartment of Computer ScienceUniverity of Georgia Athens, GA 30602Tel 706 5423900-- redhat-list m

ssh without password

2003-04-02 Thread Jianping Zhu
I have redhat linux machines A and B, I have root access to A but not to, Is there a way by whick I can ssh from A to B without password. and how? Thanks Jianping Zhu Department of Computer Science Univerity of Georgia Athens, GA 30602 Tel 706 5423900

RE: password on accesing the internet

2003-03-24 Thread Glenn Goodspeed
: Monday, March 17, 2003 12:53 AM To: [EMAIL PROTECTED] Subject: password on accesing the internet Hi, Is there any way a client (windows) to enter a password before they can connect ot the internet. I already setup a squid server with access control list to a certain ip but I also want them to enter

Re: OT password required in squid

2003-03-19 Thread Toto Gamez
thanks Nate it worked, it asked for a password before I can browse the net but my problem is I dont have any passwd file I only copied it in /etc/passwd and put it in squid directory and chmod 777. is it right to do that or can someone give me a sample/format of passwd used by squid regards, Toto

Re: OT password required in squid

2003-03-18 Thread nate
Toto Gamez said: > authenticate_program /usr/lib/squid/ncsa_auth /etc/passwd > authenticate_children 5 > acl password proxy_auth REQUIRED > > but it doesn work client can browse the internet without any password. > Ismy conf correct or do I missed something > How can I go

OT password required in squid

2003-03-18 Thread Toto Gamez
Hi, I installed squid-2.4.STABLE6-6.7.3 new to it and Im trying to have a certain IP to allow to browse the internet as the same time enter a password. I already setup IP to browse the internet and it works fine, my question is, "how can this allowed IP enter a password before they can brows

Re: password on accesing the internet

2003-03-17 Thread Toto Gamez
Thanks for the quick response I checked on my squid .conf and found ncsa_auth but I dont have have ncsa_auth file on my machine. How do I go about it and can you give me an examples ncsa_auth and password format Thanks Regards, Toto - Original Message - From: Thierry ITTY To: [EMAIL

Re: password on accesing the internet

2003-03-16 Thread Thierry ITTY
rtfm squid, there's stome stuff about athentication of users you can set up an acl requiring authentication with ncsa_auth all you have to do is - set up this new acl - set up a file containing user/password pair in an ncsa format - add this acl in http_access statement squid clients wi

Re: password on accesing the internet

2003-03-16 Thread nate
Toto Gamez said: > Hi, > Is there any way a client (windows) to enter a password before they can > connect ot the internet. I already setup a squid server with access > control list to a certain ip but I also want them to enter a password > before they can browse the internet. ne

password on accesing the internet

2003-03-16 Thread Toto Gamez
Hi, Is there any way a client (windows) to enter a password before they can connect ot the internet. I already setup a squid server with access control list to a certain ip but I also want them to enter a password before they can browse the internet. Regards, Toto -- redhat-list mailing

SV: problem with KPPP shortcut on desktop (and prompting for root password)

2003-03-14 Thread Marie-Thérèse Lorentzen
ed it with KDE and get the same results as you did. > try this: > in /etc/security/console.apps/kppp > comment out USER=root > > change > USER=root > to > #USER=root > > Hope this helps. Yes it did!! :) And for anyone who might have run into the problem of KPPP prompting

nis password problem

2003-03-11 Thread neethan navanee
hay, i have installed redhat7.2 linux on my m/c, i have setup the NIS server and when try to change the password using yppasswd i get an eerror message " Error while changing the NIS password. The NIS paassword has not been changed on ritch" please some one help me immediatly. Al

Re: ssh only prompts for password after applying errata on RH 7.3.

2003-03-10 Thread Michael Wardle
On Friday, March 7, 2003 17:20, Bret Hughes wrote: > post your /etc/ssh/sshd_config and lets take a look. Oh, dear! Somehow "PubkeyAuthentication" was set to "no". Given the file was last modified in 2001, I find it intriguing that it was ever allowing public key authentication in the first pla

Re: ssh only prompts for password after applying errata on RH 7.3.

2003-03-07 Thread Emmanuel Seyman
On Fri, Mar 07, 2003 at 12:20:50AM -0600, Bret Hughes wrote: > > I don't think it is ever trying to use public key auth since ther are no > lines resembling the following. FWIW, I can use publickey auth after applying the recent openssl updates. Emmanuel -- redhat-list mailing list unsubscri

RE: ssh only prompts for password after applying errata on RH 7.3.

2003-03-07 Thread Cowles, Steve
> -Original Message- > From: Bret Hughes > Sent: Friday, March 07, 2003 12:21 AM > Subject: Re: ssh only prompts for password after applying errata on RH > 7.3. > > > On Thu, 2003-03-06 at 23:57, Michael Wardle wrote: > > On Fri, 2003-03-07 at 16:32, Bret H

Re: ssh only prompts for password after applying errata on RH 7.3.

2003-03-06 Thread Bret Hughes
On Thu, 2003-03-06 at 23:57, Michael Wardle wrote: > On Fri, 2003-03-07 at 16:32, Bret Hughes wrote: > > crank it up with -dd > > As requested... > Michael- I don't think it is ever trying to use public key auth since ther are no lines resembling the following. debug1: attempt 1 failures 1 de

Re: ssh only prompts for password after applying errata on RH 7.3.

2003-03-06 Thread Michael Wardle
debug1: newkeys: mode 0 debug1: SSH2_MSG_NEWKEYS received debug1: done: ssh_kex2. debug1: send SSH2_MSG_SERVICE_REQUEST debug1: service_accept: ssh-userauth debug1: got SSH2_MSG_SERVICE_ACCEPT debug1: authentications that can continue: password,hostbased debug1: next auth method to try is password deb

Re: ssh only prompts for password after applying errata on RH 7.3.

2003-03-06 Thread Bret Hughes
On Thu, 2003-03-06 at 21:36, Michael Wardle wrote: > The output of sshd -d follows [attached]... > crank it up with -dd Bret -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: ssh only prompts for password after applying errata on RH 7.3.

2003-03-06 Thread Michael Wardle
The output of sshd -d follows [attached]... -- Michael Wardle <[EMAIL PROTECTED]> Adacel Technologies debug1: sshd version OpenSSH_3.1p1 debug1: private host key: #0 type 0 RSA1 debug1: read PEM private key done: type RSA debug1: private host key: #1 type 1 RSA debug1: read PEM private key done:

Re: ssh only prompts for password after applying errata on RH 7.3.

2003-03-06 Thread Michael Wardle
SERVICE_REQUEST debug1: service_accept: ssh-userauth debug1: got SSH2_MSG_SERVICE_ACCEPT debug1: authentications that can continue: password,hostbased debug1: next auth method to try is password

Re: ssh only prompts for password after applying errata on RH 7.3.

2003-03-06 Thread Michael Wardle
On Fri, 2003-03-07 at 13:55, Bret Hughes wrote: > On Thu, 2003-03-06 at 18:17, Michael Wardle wrote: > > I removed the server's and the client's keys from my authorized_keys > > then told SSH to add them when I next connected, so I think I've covered > > that possibility. > > if you remove the publ

Re: ssh only prompts for password after applying errata on RH 7.3.

2003-03-06 Thread Bret Hughes
On Thu, 2003-03-06 at 18:17, Michael Wardle wrote: > On Fri, 2003-03-07 at 11:05, David Busby wrote: > > Run sshd and ssh in debug mode to see what the output is. > > It should notify you when its trying different auth mechanisms. > > Perhaps the auth_key you have to your server was erased when doi

Re: ssh only prompts for password after applying errata on RH 7.3

2003-03-06 Thread Michael Wardle
On Fri, 2003-03-07 at 11:05, David Busby wrote: > Run sshd and ssh in debug mode to see what the output is. > It should notify you when its trying different auth mechanisms. > Perhaps the auth_key you have to your server was erased when doing the > replacement of the SSHD package? I've run both in

Re: ssh only prompts for password after applying errata on RH 7.3

2003-03-06 Thread David Busby
t; <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 06, 2003 15:52 Subject: ssh only prompts for password after applying errata on RH 7.3 > Hi > > After applying the latest Red Hat OpenSSH errata packages > (version 3.1p1-6) to a Red Hat 7.3 server, I am no l

ssh only prompts for password after applying errata on RH 7.3

2003-03-06 Thread Michael Wardle
Hi After applying the latest Red Hat OpenSSH errata packages (version 3.1p1-6) to a Red Hat 7.3 server, I am no longer able to authenticate using public key. When logging in from a remote host, I am now prompted only for my password. I don't see anything interesting in the debug output for

Re: geting incorrect password from windows box

2003-03-05 Thread Tom Pollerman
ent. When you create a > user, the user must have a linux account with a password and then an > smb account with the same username and password. If you haven't > done this, the order is... > > useradd tom > passwd tom > > > smbpasswd -a tom > > (I bel

RE: geting incorrect password from windows box

2003-03-05 Thread Mikkel L. Ellertson
a linux account with a password and then an smb account with the > same username and password. If you haven't done this, the order is... > You do not have to have the same Unix and Samba passwords. Also, if needed, you can map Window usernames to Unix user names. (smbusers file

RE: geting incorrect password from windows box

2003-03-05 Thread Larry Brown
OK, before you see the question about using un-encrypted passwords in 98 don't go and do so. You're smb.conf file shows that you are enabling encrypted passwords which is sufficient. When you create a user, the user must have a linux account with a password and then an smb account wit

Re: geting incorrect password from windows box

2003-03-05 Thread Mikkel L. Ellertson
On 5 Mar 2003, Muhd Ramley wrote: > Hi all, > > I'm a Linux newbie, running a RH8 box. Trying to configure samba. I > can see the shares from the windows machine connecting to samba. But > when I click on the shares I keep getting "incorrect password. Try > again&

Re: geting incorrect password from windows box

2003-03-05 Thread Adam Voigt
or me, in your run box, type: > > \\SERVERNAME\sharename%username > > Substitute SERVERNAME for the name of the Samba server, > sharename, for the sharename, obviously, and username > for the username on the box. >

Re: geting incorrect password from windows box

2003-03-05 Thread Muhd Ramley
> for the username on the box. > > Then when the password box, pops up, enter the password > for the user "username". > > On Wed, 2003-03-05 at 09:52, Muhd Ramley wrote: > > Thanks for your interest Adam. trying to open it from ne

Re: geting incorrect password from windows box

2003-03-05 Thread Adam Voigt
Try this for me, in your run box, type: \\SERVERNAME\sharename%username Substitute SERVERNAME for the name of the Samba server, sharename, for the sharename, obviously, and username for the username on the box. Then when the password box, pops up, enter the password for the user

Re: geting incorrect password from windows box

2003-03-05 Thread Tim Willis
nning a RH8 box. Trying to configure samba. I > can > see the shares from the windows machine connecting to samba. But > when I > click on the shares I keep getting "incorrect password. Try again". > I > followed every help docs that i could get my h

Re: geting incorrect password from windows box

2003-03-05 Thread Muhd Ramley
d, > when > you get the bad password message? > > On Wed, 2003-03-05 at 09:33, Muhd Ramley wrote: > > I'm trying to login from Windows 98. smb.conf attached. > > On Wed, 2003-03-05 at 21:38, Muhd Ramley wrote: > > Hi all, > > >

Re: geting incorrect password from windows box

2003-03-05 Thread Adam Voigt
Are you trying to login to it at boot time, as a Primary Domain Controller, or just trying to open a network share, like in network neighborhood, when you get the bad password message? On Wed, 2003-03-05 at 09:33, Muhd Ramley wrote: I'm trying to login from Windows 98. smb

Re: geting incorrect password from windows box

2003-03-05 Thread Muhd Ramley
lick on the shares I keep getting "incorrect password. Try again". I > followed every help docs that i could get my hands on, but still same > message. Please help > > Rds...Ramley > > > > > > -- > redhat-list mailing list > unsubscribe mailto:[EMA

Re: geting incorrect password from windows box

2003-03-05 Thread Adam Voigt
mba. I can see the shares from the windows machine connecting to samba. But when I click on the shares I keep getting "incorrect password. Try again". I followed every help docs that i could get my hands on, but still same message. Please help

geting incorrect password from windows box

2003-03-05 Thread Muhd Ramley
Hi all, I'm a Linux newbie, running a RH8 box. Trying to configure samba. I can see the shares from the windows machine connecting to samba. But when I click on the shares I keep getting "incorrect password. Try again". I followed every help docs that i could get my hands on,

Re: Username and Password

2003-02-19 Thread John Nichel
riginal Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of John Nichel Sent: Wednesday, February 19, 2003 3:03 PM To: [EMAIL PROTECTED] Subject: Re: Username and Password The username is going to be root, and the password is whatever you specified during the install of

RE: Username and Password

2003-02-19 Thread Scott Thompson
To: [EMAIL PROTECTED] Subject: Re: Username and Password The username is going to be root, and the password is whatever you specified during the install of Red Hat. Scott Thompson wrote: > I installed RHL 8 on my computer sharing with Win2K. Everything was > fine. I then booted for the f

Re: Username and Password

2003-02-19 Thread John Nichel
The username is going to be root, and the password is whatever you specified during the install of Red Hat. Scott Thompson wrote: I installed RHL 8 on my computer sharing with Win2K. Everything was fine. I then booted for the first time and it asked me for a username and password. I don&#

Username and Password

2003-02-19 Thread Scott Thompson
I installed RHL 8 on my computer sharing with Win2K.  Everything was fine.  I then booted for the first time and it asked me for a username and password.  I don't know what those are. Where would I find out and change them?

  1   2   3   4   5   6   >