9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* Re: [9fans] Auth mess (i made it; u got a broom?)
@ 2002-05-23  9:03 Fco.J.Ballesteros
  2002-05-23 16:57 ` Don
  0 siblings, 1 reply; 13+ messages in thread
From: Fco.J.Ballesteros @ 2002-05-23  9:03 UTC (permalink / raw)
  To: 9fans

Did you set authdom in your ndb?


^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [9fans] Auth mess (i made it; u got a broom?)
  2002-05-23  9:03 [9fans] Auth mess (i made it; u got a broom?) Fco.J.Ballesteros
@ 2002-05-23 16:57 ` Don
  0 siblings, 0 replies; 13+ messages in thread
From: Don @ 2002-05-23 16:57 UTC (permalink / raw)
  To: 9fans

> Did you set authdom in your ndb?
yup


^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [9fans] Auth mess (i made it; u got a broom?)
  2002-05-23 13:36 andrey mirtchovski
@ 2002-05-24  8:48 ` Don
  0 siblings, 0 replies; 13+ messages in thread
From: Don @ 2002-05-24  8:48 UTC (permalink / raw)
  To: 9fans

forget about it;
I'll read the code.
The CPU/Auth/FS combo worked perfect on 3rd Edition;
I included authdom properly and tried with/without
the factotum patches. I'll just have to take the
time.
Don


^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [9fans] Auth mess (i made it; u got a broom?)
  2002-05-23 10:37 forsyth
@ 2002-05-23 17:00 ` Don
  0 siblings, 0 replies; 13+ messages in thread
From: Don @ 2002-05-23 17:00 UTC (permalink / raw)
  To: 9fans

> as well as ensuring proper authdom entries, you should also
> check that /lib/ndb/auth on the auth server has appropriate contents.
> initiallly the file contains only a comment explaining how to set it up.
>
yep..
hostid=snow
	uid=!sys uid=!adm uid=!web uid=*

Looks ok to me. Snow is the bootes equiv.
Don


^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [9fans] Auth mess (i made it; u got a broom?)
@ 2002-05-23 13:36 andrey mirtchovski
  2002-05-24  8:48 ` Don
  0 siblings, 1 reply; 13+ messages in thread
From: andrey mirtchovski @ 2002-05-23 13:36 UTC (permalink / raw)
  To: 9fans

> I just tried one with the password !@#$%^&*().  It works fine.
> When exactly did you find special characters not working?
> I thought I'ld fixed before rsc's general announcement that
> things were available.

about 23 hours ago. when dpx comes this morning we'll try again.



^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [9fans] Auth mess (i made it; u got a broom?)
@ 2002-05-23 13:23 presotto
  0 siblings, 0 replies; 13+ messages in thread
From: presotto @ 2002-05-23 13:23 UTC (permalink / raw)
  To: 9fans

[-- Attachment #1: Type: text/plain, Size: 182 bytes --]

Actually, if you point to the right auth server, you should
be able to change it.  Unfortunately passwd doesn't let you
do that.  I'll fix it and stick a new passwd on the sources.

[-- Attachment #2: Type: message/rfc822, Size: 1485 bytes --]

From: Fco.J.Ballesteros <nemo@plan9.escet.urjc.es>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] Auth mess (i made it; u got a broom?)
Date: Thu, 23 May 2002 15:10:00 +0200
Message-ID: <388b3b374e9ce2e656f8ae1572a12944@plan9.escet.urjc.es>

After suffering the mangling, rsc kindly changed my password there
to let me mount /n/sources. However, I can't change it using
passwd. I can keep on using the one rsc invented for me, but, is
there an easy way to let me change it?

thanks

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [9fans] Auth mess (i made it; u got a broom?)
@ 2002-05-23 13:11 presotto
  0 siblings, 0 replies; 13+ messages in thread
From: presotto @ 2002-05-23 13:11 UTC (permalink / raw)
  To: 9fans

[-- Attachment #1: Type: text/plain, Size: 206 bytes --]

I just tried one with the password !@#$%^&*().  It works fine.
When exactly did you find special characters not working?
I thought I'ld fixed before rsc's general announcement that
things were available.

[-- Attachment #2: Type: message/rfc822, Size: 1692 bytes --]

From: andrey mirtchovski <andrey@lanl.gov>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] Auth mess (i made it; u got a broom?)
Date: Thu, 23 May 2002 06:58:32 -0600
Message-ID: <393e1b701619dbe82ceb5f14628fe6b0@acl.lanl.gov>

> as well as ensuring proper authdom entries, you should also
> check that /lib/ndb/auth on the auth server has appropriate contents.
> initiallly the file contains only a comment explaining how to set it up.


one more thing -- make sure the password is weak (i.e.  contains no
non-alphanumeric characters).  they somehow get mangled during the
registration ( '!'  becomes %21 for example) and you will be unable to
login..


we found that out the hard way :)

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [9fans] Auth mess (i made it; u got a broom?)
@ 2002-05-23 13:10 Fco.J.Ballesteros
  0 siblings, 0 replies; 13+ messages in thread
From: Fco.J.Ballesteros @ 2002-05-23 13:10 UTC (permalink / raw)
  To: 9fans

After suffering the mangling, rsc kindly changed my password there
to let me mount /n/sources. However, I can't change it using
passwd. I can keep on using the one rsc invented for me, but, is
there an easy way to let me change it?

thanks


^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [9fans] Auth mess (i made it; u got a broom?)
@ 2002-05-23 13:07 andrey mirtchovski
  0 siblings, 0 replies; 13+ messages in thread
From: andrey mirtchovski @ 2002-05-23 13:07 UTC (permalink / raw)
  To: 9fans

> Is the password mangling still happening?  I thought I fixed that
> the first day.  I'll fix it ASAP.

we haven't tried since yesterday morning ...



^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [9fans] Auth mess (i made it; u got a broom?)
@ 2002-05-23 13:06 presotto
  0 siblings, 0 replies; 13+ messages in thread
From: presotto @ 2002-05-23 13:06 UTC (permalink / raw)
  To: 9fans

[-- Attachment #1: Type: text/plain, Size: 100 bytes --]

Is the password mangling still happening?  I thought I fixed that
the first day.  I'll fix it ASAP.

[-- Attachment #2: Type: message/rfc822, Size: 1692 bytes --]

From: andrey mirtchovski <andrey@lanl.gov>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] Auth mess (i made it; u got a broom?)
Date: Thu, 23 May 2002 06:58:32 -0600
Message-ID: <393e1b701619dbe82ceb5f14628fe6b0@acl.lanl.gov>

> as well as ensuring proper authdom entries, you should also
> check that /lib/ndb/auth on the auth server has appropriate contents.
> initiallly the file contains only a comment explaining how to set it up.


one more thing -- make sure the password is weak (i.e.  contains no
non-alphanumeric characters).  they somehow get mangled during the
registration ( '!'  becomes %21 for example) and you will be unable to
login..


we found that out the hard way :)

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [9fans] Auth mess (i made it; u got a broom?)
@ 2002-05-23 12:58 andrey mirtchovski
  0 siblings, 0 replies; 13+ messages in thread
From: andrey mirtchovski @ 2002-05-23 12:58 UTC (permalink / raw)
  To: 9fans

> as well as ensuring proper authdom entries, you should also
> check that /lib/ndb/auth on the auth server has appropriate contents.
> initiallly the file contains only a comment explaining how to set it up.


one more thing -- make sure the password is weak (i.e.  contains no
non-alphanumeric characters).  they somehow get mangled during the
registration ( '!'  becomes %21 for example) and you will be unable to
login..


we found that out the hard way :)



^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [9fans] Auth mess (i made it; u got a broom?)
@ 2002-05-23 10:37 forsyth
  2002-05-23 17:00 ` Don
  0 siblings, 1 reply; 13+ messages in thread
From: forsyth @ 2002-05-23 10:37 UTC (permalink / raw)
  To: 9fans

[-- Attachment #1: Type: text/plain, Size: 208 bytes --]

as well as ensuring proper authdom entries, you should also
check that /lib/ndb/auth on the auth server has appropriate contents.
initiallly the file contains only a comment explaining how to set it up.


[-- Attachment #2: Type: message/rfc822, Size: 2425 bytes --]

To: 9fans@cse.psu.edu
Subject: [9fans] Auth mess (i made it; u got a broom?)
Date: Thu, 23 May 2002 08:35:44 GMT
Message-ID: <8f6cf824.0205221543.28cc85ae@posting.google.com>

Heyas,
	Ok, I feel like a lamer askin this, but, I'm
going to have to suck in my pride `cause I don't have
time to read the new source.
	I have a CPU/Auth/FS running standalone on my
main server. Now, I've set up the exact auth stuff I
used for revision 3. I also used Forsyth's patch to
factotum. Still, none of my users can authenticate
to the CPU server externally. Am I missing something
because I have to load the server from its local KFS?
I'm probably not giving enough info here, though, I'm
doing this purposefully because those in the know will
be able to specify rather than me just blurting out a
ton of unnecessary info.
Thx in advance,
Don
Followup-To:
Distribution:
Organization: University of Bath Computing Services, UK
Keywords:
Cc:


--
Dennis Davis, BUCS, University of Bath, Bath, BA2 7AY, UK
D.H.Davis@bath.ac.uk

^ permalink raw reply	[flat|nested] 13+ messages in thread

* [9fans] Auth mess (i made it; u got a broom?)
@ 2002-05-23  8:35 Don
  0 siblings, 0 replies; 13+ messages in thread
From: Don @ 2002-05-23  8:35 UTC (permalink / raw)
  To: 9fans

Heyas,
	Ok, I feel like a lamer askin this, but, I'm
going to have to suck in my pride `cause I don't have
time to read the new source.
	I have a CPU/Auth/FS running standalone on my
main server. Now, I've set up the exact auth stuff I
used for revision 3. I also used Forsyth's patch to
factotum. Still, none of my users can authenticate
to the CPU server externally. Am I missing something
because I have to load the server from its local KFS?
I'm probably not giving enough info here, though, I'm
doing this purposefully because those in the know will
be able to specify rather than me just blurting out a
ton of unnecessary info.
Thx in advance,
Don
Followup-To:
Distribution:
Organization: University of Bath Computing Services, UK
Keywords:
Cc:


--
Dennis Davis, BUCS, University of Bath, Bath, BA2 7AY, UK
D.H.Davis@bath.ac.uk


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2002-05-24  8:48 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-05-23  9:03 [9fans] Auth mess (i made it; u got a broom?) Fco.J.Ballesteros
2002-05-23 16:57 ` Don
  -- strict thread matches above, loose matches on Subject: below --
2002-05-23 13:36 andrey mirtchovski
2002-05-24  8:48 ` Don
2002-05-23 13:23 presotto
2002-05-23 13:11 presotto
2002-05-23 13:10 Fco.J.Ballesteros
2002-05-23 13:07 andrey mirtchovski
2002-05-23 13:06 presotto
2002-05-23 12:58 andrey mirtchovski
2002-05-23 10:37 forsyth
2002-05-23 17:00 ` Don
2002-05-23  8:35 Don

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).