mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-05 14:42:10 -05:00
Fix kbind typo (ITS#717)
This commit is contained in:
parent
a56d0a0849
commit
4af57deb51
1 changed files with 1 additions and 1 deletions
|
|
@ -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 );
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue