diff --git a/clients/ud/auth.c b/clients/ud/auth.c index 169fd37117..23bfbc83d6 100644 --- a/clients/ud/auth.c +++ b/clients/ud/auth.c @@ -163,7 +163,7 @@ auth( char *who, int implicit ) /* if we're running as a server (e.g., out of inetd) */ if ( ! isatty( 1 ) ) { - strcpy( tktpath, LDAP_TMPDIR LDAP_DEFSEP "ud_tktXXXXXX" ); + strcpy( tktpath, LDAP_TMPDIR LDAP_DIRSEP "ud_tktXXXXXX" ); mktemp( tktpath ); krb_set_tkt_string( tktpath ); }