Re: Shadowconfig

1997-07-22 Thread OLH





Ole B Hansen
22-07-97 09:19

Test af svar-agent fra OLH



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Shadowconfig

1997-07-22 Thread OLH





Ole B Hansen
22-07-97 09:19

Test af svar-agent fra OLH



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Shadowconfig

1997-05-23 Thread Nathan E Norman
Hi there ... just installed frozen, and I love it.  I've been cleaning
up my log files, config files, and generally poking around ... so I
tried to enable shadow passwords.  Here's what occured:

 endor:/etc # shadowconfig on
 grep: xdm: No such file or directory
 sed: can't read xdm: No such file or directory
 Please correct the error and rerun `/usr/sbin/shadowconfig on'

Ok ... why does xdm have to be present?  This server is a production web
server ... 99.9 percent of the work is done via telnet/ssh.  Actually
most of the connections are www, ftp, etc.  I guess what I'm saying is
*I* don't particularly care about X on this machine ... it's not
supporting dedicated users.  If I understood X better I'd probably use
it and export to an xterm, but for now I want shadow passwords :)

I looked at the script and figured I could comment out the lines
pertaining to xdm ... but I need some opinions.  Is this a bad idea?

(Admitting cluelessness pertaining to all things X)
 
--
  Nathan Norman:Hostmaster CFNI:[EMAIL PROTECTED]
finger [EMAIL PROTECTED] for PGP public key and other stuff
Key fingerprint = CE 03 10 AF 32 81 18 58  9D 32 C2 AB 93 6D C4 72
--


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Shadowconfig

1997-05-23 Thread Karl Ferguson

I've already aubmitted a bug report on this - it shouldn't happen.  There's
been no reply from the maintainer as yet.

At 01:03 AM 23/05/97 -0500, Nathan E Norman wrote:
Hi there ... just installed frozen, and I love it.  I've been cleaning
up my log files, config files, and generally poking around ... so I
tried to enable shadow passwords.  Here's what occured:

 endor:/etc # shadowconfig on
 grep: xdm: No such file or directory
 sed: can't read xdm: No such file or directory
 Please correct the error and rerun `/usr/sbin/shadowconfig on'

Ok ... why does xdm have to be present?  This server is a production web
server ... 99.9 percent of the work is done via telnet/ssh.  Actually
most of the connections are www, ftp, etc.  I guess what I'm saying is
*I* don't particularly care about X on this machine ... it's not
supporting dedicated users.  If I understood X better I'd probably use
it and export to an xterm, but for now I want shadow passwords :)

I looked at the script and figured I could comment out the lines
pertaining to xdm ... but I need some opinions.  Is this a bad idea?

(Admitting cluelessness pertaining to all things X)

Regards

--
Karl Ferguson,
Tower Networking Pty LtdTel: +61-8-9456-[EMAIL PROTECTED]
t/a STAR Online ServicesFax: +61-8-9455-2776[EMAIL PROTECTED]


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Shadowconfig

1997-05-23 Thread Brandon Mitchell
  endor:/etc # shadowconfig on
  grep: xdm: No such file or directory
  sed: can't read xdm: No such file or directory
  Please correct the error and rerun `/usr/sbin/shadowconfig on'

I believe the correct shadow config should have an if [ -f xdm ] ie...
  if [ -f xdm ]; then
if ! grep -q 'xdm-shadow' xdm ; then
  sed -e 's:/usr/bin/X11/xdm:/usr/bin/X11/xdm-shadow:' xdm  shadowxdm$$
  mv shadowxdm$$ xdm
  chmod 755 xdm
fi
  fi

Let Guy know if this fixes it.  Judging from the time it takes to respond
to things, I get the impression he's very busy.

HTH,
Brandon

-
Brandon Mitchell E-mail: [EMAIL PROTECTED]
  Homepage: http://www.geocities.com/SiliconValley/7877/home.html

We all know Linux is great...it does infinite loops in 5 seconds.
--Linus Torvalds


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Shadowconfig

1997-05-23 Thread Guy Maor
I have to fix the NIS stuff in passwd.  Then I'll release a new one
with this fix also.


Guy


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Shadowconfig

1997-05-23 Thread Nathan E Norman
This does indeed fix the problem.  Thank you!  I really appreciate this!

--
  Nathan Norman:Hostmaster CFNI:[EMAIL PROTECTED]
finger [EMAIL PROTECTED] for PGP public key and other stuff
Key fingerprint = CE 03 10 AF 32 81 18 58  9D 32 C2 AB 93 6D C4 72
--

On Fri, 23 May 1997, Brandon Mitchell wrote:

:  endor:/etc # shadowconfig on
:  grep: xdm: No such file or directory
:  sed: can't read xdm: No such file or directory
:  Please correct the error and rerun `/usr/sbin/shadowconfig on'
:
:I believe the correct shadow config should have an if [ -f xdm ] ie...
:  if [ -f xdm ]; then
:if ! grep -q 'xdm-shadow' xdm ; then
:  sed -e 's:/usr/bin/X11/xdm:/usr/bin/X11/xdm-shadow:' xdm  shadowxdm$$
:  mv shadowxdm$$ xdm
:  chmod 755 xdm
:fi
:  fi
:
:Let Guy know if this fixes it.  Judging from the time it takes to respond
:to things, I get the impression he's very busy.
:
:HTH,
:Brandon
:
:-
:Brandon Mitchell E-mail: [EMAIL PROTECTED]
:  Homepage: http://www.geocities.com/SiliconValley/7877/home.html
:
:We all know Linux is great...it does infinite loops in 5 seconds.
:   --Linus Torvalds
:


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .