[6618] in Kerberos
Re: Xyplex Terminal Server
daemon@ATHENA.MIT.EDU (William J. Shamblin)
Tue Feb 6 23:31:11 1996
Date: Tue, 6 Feb 1996 23:20:16 -0500 (EST)
From: "William J. Shamblin" <wjs@nando.net>
To: "Forrest J. Fisher" <forrestf@destiny.esd105.wednet.edu>
Cc: kerberos@MIT.EDU
In-Reply-To: <Pine.SOL.3.91.960206170957.17706A-100000@destiny.esd105.wednet.edu>
Hello,
I have installed kerberos 4 with a xyplex 1620's. Do you have kinit
going? Can you telnet into post 750 of your KDC? I can give a little
expect script that will do the configuration for you, just replace all of
the variables to suit your needs. If you are setting the 1620 for dialup,
let me know. The place I just left has about 65 of them, I configured
most of them, and I have scripts that do much more than this one,
icluding setting all of the dial in parameters.
#!/usr/local/bin/expect
set timeout 20
foreach h { machine1 machine2 machines3 } {
puts "$h\n"
spawn telnet $h 2000
expect "]'."
send "\r"
expect "#"
send "your_access_password\r"
expect "name> "
send "config\r"
expect "> "
send "set priv\r"
expect "word> "
send "your_system_password\r"
send "def server ker master your.kdc.ip.here\r"
expect ">> "
send " def server kerb enabled\r"
expect ">> "
send " def server kerb realm \"YOUR.DOMAIN\"\r"
expect ">> "
send "def server kerb secur login\r"
expect ">> "
send "def server int default domain suffix .YOUR.DOMAIN\r"
expect ">>
send "def server kerberos primary server your.kdc.ip.here\r"
expect ">> "
send "quit\r"
}
Hope that helps,
Joe
On Tue, 6 Feb 1996, Forrest J. Fisher wrote:
> Greetings,
>
> I am currently attempting to successfully enable Kerberos on a
> Xyplex 1620 Terminal Server to authenticate modem access requests via
> terminal and PPP software. I already have Kerberos 4 compiled and working
> on a Sun host and created a database of users.
>
> If anyone has successfully enabled Kerberos on a Xyplex Terminal
> Server or knows of someone who has, please reply directly to me.
> Hundreds of Internauts will be grateful!
>
> Forrest J. Fisher :-{)
> Director, Educational Technology Support Center
> Educational Service District 105 - 33 South 2nd Avenue
> Yakima, Washington 98902 (509) 454-3134
>
> How does the guy who drives the snowplow get to work in the mornings?
>
> When they ship styrofoam, what do they pack it in?
>
>
>
>
Joe Shamblin wjs@cs.duke.edu
Systems Administrator Department of Computer Science
660-6582 Duke University