~ubuntu-branches/ubuntu/precise/krb5/precise-updates

« back to all changes in this revision

Viewing changes to src/tests/dejagnu/krb-standalone/iprop.exp

  • Committer: Package Import Robot
  • Author(s): Sam Hartman
  • Date: 2011-12-01 19:34:41 UTC
  • mfrom: (28.1.14 sid)
  • Revision ID: package-import@ubuntu.com-20111201193441-9tipg3aru1jsidyv
Tags: 1.10+dfsg~alpha1-6
* Fix segfault with unknown hostnames in krb5_sname_to_principal,
  Closes: #650671
* Indicate that this library breaks libsmbclient versions that depend on
  krb5_locate_kdc, Closes: #650603, #650611

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
    }
26
26
    if [catch {exec $KDB5_UTIL load -i $dumpfile} msg] {
27
27
        send_user "slave load failed: $msg"
28
 
        spawn_shell
29
28
        error "slave load failed: $msg"
30
29
    }
31
30
}
159
158
 
160
159
    # Launch slave kpropd.
161
160
    start_kpropd
 
161
#    setup_kerberos_env slave
162
162
#    send_user [list $KPROPD -S -d -P [expr 10 + $portbase] -s $tmppwd/srvtab -f $tmppwd/incoming-slave-datatrans -p $KDB5_UTIL -a $tmppwd/kpropd-acl]\n
163
163
#    spawn_shell
164
164
    expect {