Re: Login question

2004-05-20 Thread Remko Lodder
Hey Chris,
Christopher Svensrud wrote:
I keep having the same problem with login. The system keeps indicating that
the password is incorrect. I have been able to reset the password and still
it gives me the same message.

jup, unless you provide some more details we cannot actually try and 
solve your problem. Why? Well there could be many reasons
ssh root login (that should be denied by default) for example.
 

I just started running FreBSD and I was setting up Samba when this occurred.
Do you mean the samba password is incorrect?
Please be somewhat more clear!
 

Please help!
 

Thanks
Chris
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]
--
Kind regards,
Remko Lodder
Elvandar.org/DSINet.org
www.mostly-harmless.nl Dutch community for helping newcomers on the 
hackerscene
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Login question

2004-05-20 Thread Bill Moran
Christopher Svensrud wrote:
I keep having the same problem with login. The system keeps indicating that
the password is incorrect. I have been able to reset the password and still
it gives me the same message.
I just started running FreBSD and I was setting up Samba when this occurred.
Reboot the system by hitting ctrl+alt+delete, while it's booting back
up, press space bar when you see the press enter to boot or ... and before
it finishes counting down.  (You don't mention which version of FreeBSD you're
using, but FreeBSD 5 has a spiffy menu here where you can just select a menu
item for single-user mode) At the prompt, enter boot -s to boot into single-
user mode.  When asked for a default shell, just hit enter to accept the
default.  Once you have a shell prompt, enter fsck -y and then mount -a.
Now you're logged in and can execute commands as root.  Enter passwd user
to change the password for user.  If you omit user, you'll change the root
password.
good luck.
--
Bill Moran
Potential Technologies
http://www.potentialtech.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Login question

2004-05-20 Thread Bill Moran
[Please use reply-all to keep the mailing list in the recipient list]
Christopher Svensrud wrote:
I have tried your suggestion and I get the same problem. incorrect
password.
Are you saying you're getting the login error when you try to login in from
Windows via smb?  If so, this is a completely different problem than the
one I gave you a fix for.
I am running version 4.9 with KDE desktop. I am trying to set this machine
up as a simple file server. 
Can you log in to KDE?
I get message containing nmbd[187] as I try to log in. Is there a way to
disable or edit smb.conf from single user mode? If really thing this might
be part of the source of my problem.
I'm not sure, but I don't think your problem is with FreeBSD, but with Samba.
Take a look at some of these docs:
http://us3.samba.org/samba/docs/man/smbpasswd.8.html
http://us3.samba.org/samba/ftp/docs/Samba24Hc13.pdf
ftp://ftp.stratus.com/pub/vos/customers/samba/
Note the following additional information:
1) If your problem is with logging in via samba, you'll probably get better
   assistance posting your question to the samba mailing lists:
   http://lists.samba.org/mailman/
2) If your problem is with samba, you'll most likely need to include your
   smb.conf file in order to get any decent help.
Cheers
Chris
-Original Message-
From: Bill Moran [mailto:[EMAIL PROTECTED] 
Sent: Thursday, May 20, 2004 12:29 PM
To: Christopher Svensrud
Cc: [EMAIL PROTECTED]
Subject: Re: Login question

Christopher Svensrud wrote:
I keep having the same problem with login. The system keeps indicating
that
the password is incorrect. I have been able to reset the password and
still
it gives me the same message.
I just started running FreBSD and I was setting up Samba when this
occurred.
Reboot the system by hitting ctrl+alt+delete, while it's booting back
up, press space bar when you see the press enter to boot or ... and
before
it finishes counting down.  (You don't mention which version of FreeBSD
you're
using, but FreeBSD 5 has a spiffy menu here where you can just select a menu
item for single-user mode) At the prompt, enter boot -s to boot into
single-
user mode.  When asked for a default shell, just hit enter to accept the
default.  Once you have a shell prompt, enter fsck -y and then mount -a.
Now you're logged in and can execute commands as root.  Enter passwd
user
to change the password for user.  If you omit user, you'll change the
root
password.
good luck.

--
Bill Moran
Potential Technologies
http://www.potentialtech.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Login Question

2004-03-09 Thread Matthew Seaman
On Tue, Mar 09, 2004 at 05:47:21PM -0400, Corey Mosher wrote:
 This might sound crazy but I'm wondering if it's possible and if so what 
 software packages to look at.  I want to make it so that when I login to 
 my windows xp (uh oh I used the w word in a freebsd list) machine it 
 authenticates from my FreeBSD machine instead of xp.  I was thinking 
 perhaps LDAP could do it but I'm not sure.
 
 You might ask why...I have no reason...I'm bored and need a new project =)

Samba 3.x can operate as a directory controller for a network of
windows machines.  Active Directory itself is little more than LDAP
and Kerberos with a fancy-schmancy front-end and a few niggling
changes to make it hard to integrate into a Unix based LDAP+Kerberos
setup, but Samba provides the glue that makes that possible.

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgp0.pgp
Description: PGP signature


Re: login question

2003-11-22 Thread Lowell Gilbert
Vulpes Velox [EMAIL PROTECTED] writes:

 On 21 Nov 2003 22:22:38 -0500
 Lowell Gilbert [EMAIL PROTECTED] wrote:
  This is exactly what Kerberos is good at.  It's harder to administer
  than NIS, but doesn't require as much trust of the client machines.  
  For yet another set of security profiles, LDAP can be useful.
  
  All of these (and, in fact, any scheme that remotely meets the rough
  criteria given) will require configuration on each client as well as
  the server.  
 
 Yeah, know where I can actually find info on doing it thought? The handbook is a
 little short on that... it has one small vague section...

NIS and Kerberos5 both have their own sections in the Handbook.
With pointers off to more (general) information.
For LDAP, I don't offhand know of a good source of information on its
pros and cons, but installing it is as simple as using the pam_ldap
port and following the directions it prints out after install.

To get more specific help, you'll need to be more specific in your
questions, I'm afraid.

Good luck.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: login question

2003-11-21 Thread Lowell Gilbert
Vulpes Velox [EMAIL PROTECTED] writes:

 Here is what I want to do...
 
 1: Set up a server for storing users/groups/permissions/passwords.
 2: Export it to other machines, with out exporting the file to all machines.
 3: Set up other machines to check that when some on tries to login.
 
 How would I go about setting this up?
 
 I looked at Kerberos briefly in the handbook, but that only appeared to be for
 remote access. What or where should I look at for more information to set this
 up?

This is exactly what Kerberos is good at.  It's harder to administer
than NIS, but doesn't require as much trust of the client machines.  
For yet another set of security profiles, LDAP can be useful.

All of these (and, in fact, any scheme that remotely meets the rough
criteria given) will require configuration on each client as well as
the server.  
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: login question

2003-11-21 Thread Vulpes Velox
On 21 Nov 2003 22:22:38 -0500
Lowell Gilbert [EMAIL PROTECTED] wrote:

 Vulpes Velox [EMAIL PROTECTED] writes:
 
  Here is what I want to do...
  
  1: Set up a server for storing users/groups/permissions/passwords.
  2: Export it to other machines, with out exporting the file to all machines.
  3: Set up other machines to check that when some on tries to login.
  
  How would I go about setting this up?
  
  I looked at Kerberos briefly in the handbook, but that only appeared to be
  for remote access. What or where should I look at for more information to
  set this up?
 
 This is exactly what Kerberos is good at.  It's harder to administer
 than NIS, but doesn't require as much trust of the client machines.  
 For yet another set of security profiles, LDAP can be useful.
 
 All of these (and, in fact, any scheme that remotely meets the rough
 criteria given) will require configuration on each client as well as
 the server.  

Yeah, know where I can actually find info on doing it thought? The handbook is a
little short on that... it has one small vague section...
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]